What are the life cycle methods of android activity?
Answer Posted / maanya
There are 7 life-cycle methods of activity. They are as follows:
onCreate()
onStart()
onResume()
onPause()
onStop()
onRestart()
onDestroy()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to handle an audio stream for call in android?
By default ui components made in the ui editor should have text defined in file?
What method does android follow to track applications?
What main/assets/ directory contains?
What is file features used in android?
What is android 4.0 library folder in android?
What is .iml directory?
What is sleep mode in android?
Order of buttons on dialog box?
What is the benefit of an android library project?
What is gradle.properties?
What is the procedure to check status of an activity in android?
Is the main thread called the ui thread?
How can your application perform actions that are provided by other application e.g. Sending email?
Explain me what is the android application architecture?