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 |
How to change application name after its deployment?
What do you mean by anr in android?
Why an open source platform would be beneficial to consumers?
what is bundle in android and how it is different from parcel?
What does android os mean?
What are Dalvik Executable files?
What happen if the latitude is less than -90 or greater than 90?
What is sensormanager?
What is resource in android?
How do I enable google play services on android?
Is it possible to started an application on powerup?
What is build.gradle?