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 |
What are app widgets?
How would you update the ui of an activity from a background service?
What is cryptoobject?
Explain bin file in android?
What is mipmap/ directory?
What features are in a release?
What is a toast?
What are the other notifications?
What is tween effect?
Activity results handled by the onactivityresult() method are differentiated from one another using which code?
What is the difference between viewmodel and androidviewmodel?
Tell us is it possible to started an application on powerup?