What are the life cycle methods of android activity?
Answer / 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 |
where will you declare your activity so the system can access it?
What is the difference between serializable and parseable?
What is tdd (test-driven development)?
Explain me what is context?
What is the use of webview in android?
How does android track the application on process?
How to use built-in messaging within the application?
What is mvp android?
What are the core components under the android application architecture?
How can your application perform actions that are provided by other application e.g. Sending email?
What is foreground service?
What is the relationship between the life cycle of an asynctask and an activity?