Thread: Android
View Single Post
Old 11-19-2017, 11:09 PM   #2
samaron
Registered User
 
Join Date: Sep 2017
Posts: 177
There are seven methods that manage the life cycle of an Android application:
1.onCreate()
2.onStart()
3.onResume()
4.onRestart()
5.onPause()
6.onStop()
7.onDestroy()
samaron is offline   Reply With Quote