Managing AppStates in Android
There are times when the state of the app must be retained even if the app is closed.
At first, I used to subclass the Application class and store the application's state variables there. The Android developer reference, however, says that's not required:
There is normally