How to run application in background?
-
Hi,
What kind of application do you have in mind ?
-
Hi Ibrahim,
you may want to look into QProcess, its used to start external programs and to communicate with them. (through communication is more complex if its a detached background task ie. QProcess::startDetached.There are meany options for controlling its behavior...
http://doc.qt.io/qt-5/qprocess.html
hope that helps
-
A service like in Android and a desktop service are currently quiet different even with Qt to help these are really two different concepts.
What will your service do ?
-
A service like in Android and a desktop service are currently quiet different even with Qt to help these are really two different concepts.
What will your service do ?
-
Then I'd recommend to take a look at KDAB's Qt on Android Episode 7 article as well as the ones before.