[Android-development] Anatomy of a Qt 5 for Android application

rpzrpzrpz at gmail.com rpzrpzrpz at gmail.com
Thu Jan 28 16:47:25 CET 2016


On 1/28/2016 8:58 AM, Jason H wrote:

  I've been told that because of this, you can continue to run the the background without having to do the usual Android background service stuff? Can anyone confirm that?

Yes, you run until Android stops you and your threads in your process
and then removes you from memory when it feels like doing so.

Look at ApplicationState changed, that is a good sign that you want to 
take steps on android
to keep processing, but to get your vital data to storage ASAP.

md



More information about the Android-development mailing list