Activity lifecycle on configuration change

 onResume
 onPause
 onSaveInstanceState(Bundle outState)
 onStop
 onDestroy
 onCreate
 onStart
 onRestoreInstanceState(Bundle savedInstanceState)
 onResume

Comments

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper