Android had a concept of Intents by which you can launch the system apps using your own apps. Does Ubuntu touch have any options like that? If so how can one do it?
Asked
Active
Viewed 114 times
1 Answers
1
From simple QML apps, you can't launch an external application (the Ubuntu SDK will probably support this feature in the future though).
To start a system application, your Touch application must be using some C++ code an then rely on QProcess.
Regarding communication between apps, again using C++ you could use QDBus.

Sylvain Pineau
- 62,169
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
– Karthik Mar 30 '14 at 13:45