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 |
Explain src file in android?
What are the android development tools?
What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
What is android 6 called?
What is the demand of mobile application developers?
In android, which layout mode defines the positions of each component relative to each other?
What is api level, codename of android 5.0 – 5.1?
Explain about the exceptions of Android.
Please explain how to prevent the data from reloading and resetting when the screen is rotated?
when will you use dynamic broadcast receivers?
How to retrieve data from database using arraylist in android?
What is android? What are the features of Android?