What happens when the app is suspended and then resumed?

What happens when the app is suspended and then resumed? I find that sometimes if my app is laggy and I suspend and resume it on my android phone that it starts to run smoothly. What could happen that would cause the lag to go away? [import]uid: 54716 topic_id: 18318 reply_id: 318318[/import]

it depends on the amount of ram memory in your device and the CPU power for running multiple apps.

Upon resume, it’s a good idea to ensure all of your objects are loaded into ram first before resuming.

I’m not an Android expert, so perhaps others can be more helpful.

-David
[import]uid: 96411 topic_id: 18318 reply_id: 70197[/import]