by
the app. Again, it's not a perfect world.
Adding to complexity, you can be killed for a variety of reasons as well, not
just memory.
> Sent: Monday, August 03, 2015 at 11:36 AM
> From: "Nuno Santos"
> To: interest
> Subject: [Interest] Keeping app alive on iOS and Andr
Nuno:
You will have a challenge with this.
Mobile apps are made to go inactive and then are give ZERO warning when
they are removed from memory.
So you have a design challenge knowing that you are only guaranteed
about 10 seconds after the inactive window state change to tidy things
up and pr
Regards,
Robert
On Mon, Aug 3, 2015 at 6:36 PM, Nuno Santos wrote:
> Hi,
>
> One of the main problems I have been having with Qt for mobile is keeping app
> alive when I switch to other apps.
>
> My app takes a considerable amount of time to load and if I switch app and
> return to it afterwar
Hi,
One of the main problems I have been having with Qt for mobile is keeping app
alive when I switch to other apps.
My app takes a considerable amount of time to load and if I switch app and
return to it afterwards, it needs to load again.
I want to understand if this is something I’m doing