What are the life cycle methods of android activity?



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

Post New Answer

More Android OS Interview Questions

What is the TTL (Time to Live)? Why is it required?

1 Answers  


What is an intent? Can it be used to provide data to a contentprovider? Why or why not?

0 Answers  


Which method is implemented by all subclasses of an activity?

0 Answers  


When dealing with multiple resources, which one takes precedence?

0 Answers  


what is fragment in android?

0 Answers   SwanSoft Technologies,






Explain the onrestoreinstancestate() in activity?

0 Answers  


Can an application be started on power up in Android?

0 Answers   TryTechnicals Pvt Ltd,


How could we move the data in sub activity?

0 Answers  


What is equals method?

0 Answers  


What is test module?

0 Answers  


Explain activity lifecycle briefly.

0 Answers  


What is mipmap/ directory?

0 Answers  


Categories