How does android system manage activity’s life cycle?



How does android system manage activity’s life cycle?..

Answer / Abhinav Gupta

The Android system manages an activity's life cycle through a series of callback methods that are invoked at various points in the activity's lifecycle. These methods include onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy(). The life cycle states for activities are created, started, resumed, paused, stopped, and destroyed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

what are the other notifications in android?

1 Answers  


What is dagger2?

1 Answers  


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

1 Answers  


What is cryptoobject?

1 Answers  


You need to process when user clicks on a notification on upper left of android screen?

1 Answers  


What are the steps required in setting up the linkify calls intent?

1 Answers  


How are layouts placed in android?

1 Answers  


What is meant by responsive design?

1 Answers  


Provide the important core components of android.

1 Answers  


Explain sticky intent?

1 Answers  


What is the action in android?

1 Answers   TryTechnicals Pvt Ltd,


Explain me what is the difference between service and intentservice? How is each used?

1 Answers  


Categories