Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Delegating tasks to other apps (as in Android intents)
Qt 6.11 is out! See what's new in the release blog

Delegating tasks to other apps (as in Android intents)

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi,

    I am looking for pointers how I can delegate tasks to other apps like in Android where I can say in my app "I want to book a table, please Android, open an app where the user can do this"
    There is the Qt ServiceFramework but I haven't see any possiblity to make the service opening an app with UI. Is the ServiceFramework comparable to the intents system?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      I currently try to "solve" this through Plugins

      Having QMLs as a frontend, wich are using plugins (written in C++ -> interfaces to hardware). As soon as I update a plugin, every QML using it, gets "updated".

      Now this is getting quite near Androids activities.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved