Another activity comes into the foreground
User returnsto the activity
onRestart()
Activityshut down
The activity is finishing or being destroyed by the system
User navigatesto the activity
The activity isno longer visible
onResume()
Activitylaunched
Activityrunning
onDestroy()
onPause()
onStart()
onStop()
App processkilled
App with higher priorityneed memory
onCreate()