android - PreferenceActivity lifecycle -
i read http://developer.android.com/reference/android/app/activity.html have question preferenceactivity lifecycle:
does preferenceactivity onstop() or ondestory() call?
i understand gets onstop() called when user clicks 'back', ondestory()? when ondesgtory() preferenceactivity called?
thank you.
as preferenceactivity
subclass of activity
, should follow same lifecycle. click on link provided , navigate indirect subclasses or here direct http://developer.android.com/reference/android/preference/preferenceactivity.html
Comments
Post a Comment