Top "Android-savedstate" questions

For questions related to Android's onSaveInstanceState and onRestoreInstanceState methods.

Checking if state is saved before committing a FragmentTransaction

I sometimes see the following stacktrace for a commit that can happen when the user isn't looking at the activity (…

android android-fragments fragmentmanager android-savedstate onsaveinstancestate
Android View - What is automatically saved and restored in an Activity

I am a beginner with Android. In Android, some generic elements can be automatically saved/restored in onSaveInstanceState/onRestoreInstanceState. For …

android activity-lifecycle android-savedstate
ClassNotFoundException when unmarshalling android.support.v7.widget.Toolbar$SavedState

I am seeing the following error in my Android crash reports: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: android.support.v7.…

android android-toolbar android-appcompat android-savedstate