You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a nutshell, it won't always get called, for fragment pop it in and out from the backstack won't call it.
it will only get called if the activity is going to be destroyed and it knows about it in advance... (so orientation change - yes, opening another app then closing it - no)
The text was updated successfully, but these errors were encountered:
http://developer.android.com/reference/android/app/Activity.html#onSaveInstanceState%28android.os.Bundle%29
in a nutshell, it won't always get called, for fragment pop it in and out from the backstack won't call it.
it will only get called if the activity is going to be destroyed and it knows about it in advance... (so orientation change - yes, opening another app then closing it - no)
The text was updated successfully, but these errors were encountered: