I am still trying to understand the application life cycle of my Android App. I leave my app running in background in the night and in the morning, when I click on the app icon again, the splash screen would appear. From the log file, my Android Application is restarted. However it would still display the old activity from last night. The weird thing is that I could only reproduce this on my phone but not on another developer's phone and I could not find if any app is doing anything special overnight:
- It should not be due to battery saver since my phone is in charge overnight
- It should not be due to limited memory since no one is using the phone overnight
Any one has a good link about Application life cycle (not Activity life cycle) on Android?