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 |
In android, how to insert swipe animation?
Described the components of android?
Explain fragment.
What is the API profile exposed by Mono for Android?
Tell us something about activityCreator?
What is a service? How is it implemented?
How can the ANR be prevented in Android?
What is the function of an intent filter?
Which shortcut key we can use to change orientation in an avd simulator?
Does Android support the Bluetooth serial port profile?
How to show or hide a sencha touch component?
Explain me what is an intent?