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
Describe intents in detail.
How to show or hide a sencha touch component?
What is position?
How do I update os?
to write a back ground functionality in an activity, should I use a thread or service?
How would you update the ui of an activity from a background service?
What is a layout manager android?
What is xml/ directory?
When does anr occur?
What do you mean aidl?
Which of the following is not a right codename of android version?
What is the purpose of android system webview?
Explain fragment.
What is calibrated?
How is the nine-patch image different from a regular bitmap?