Android Lifecycle
Android Lifecycle
⚫ After the Activity is destroyed if user again click the app icon, in this
case activity will be recreated and follow the same lifecycle again.
⚫ Another use case is with Splash Screens if there is call to finish()
method from onCreate() of an activity then OS can directly call
onDestroy().