Hi.
I have an app (in Android) where I try to "save state" so, when OnResume is called, I can recreate the last layout.
The problem is that OnResume is never called. Always the app start from OnStart.
There is a reason for this?
The first page the app visualize is a "splash" page with a "press any key" to continue. If I press "home" when the app is in "splash" and exit the app, if I press the app icon the OnStart is called, not the OnResume.
I'm wrong?
Can someone explain better the android lifecycle?
↧
OnResume never called
↧