adb / Android / LogCat

Android Activity Lifecycle and Instance Management

The Problem I recently had cause to take a very close look at how the Android OS and the Dalvik VM manages instances of Activity objects when starting and stopping your Activities.  I noticed on newer phones that class member values, and even static member values have the potential getting reset to their initialization state.  … Continue reading