What is activity lifecycle?



What is activity lifecycle?..

Answer / Rakesh Ray

The Activity Lifecycle in Android refers to the sequence of states an Activity passes through during its lifetime. This includes states like onCreate(), onStart(), onResume(), onPause(), onStop(), and onDestroy().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is Service?

1 Answers  


how to do inter-thread communication in android, using handlers?

1 Answers  


What is the correct way of setting up an android-powered device for app development?

1 Answers  


What is explicit intent in android?

1 Answers  


What is the use of intent in android?

1 Answers  


How to handle an audio stream for call in android?

1 Answers  


Write code snippet to retrieve IMEI number of Android phone.

1 Answers   HCL,


Explain broadcast receiver component of android?

1 Answers  


Tell us why would you do the setcontentview() in oncreate() of activity class?

1 Answers  


Do iphones last longer than androids?

1 Answers  


If I have a Motorola Android-based device that doesn’t have the Android Market app, can I still download the GoToMeeting app?

1 Answers  


What is the main purpose of a fragment?

1 Answers  


Categories