Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Android (http://siteownersforums.com/showthread.php?t=204912)

thevyakar 11-17-2017 03:16 AM

Android
 
What are the life cycle methods of android activity?

samaron 11-19-2017 11:09 PM

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()

thevyakar 11-19-2017 11:37 PM

Thanks for your answer. :)


All times are GMT -7. The time now is 08:34 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.