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 |
What is Service?
how to do inter-thread communication in android, using handlers?
What is the correct way of setting up an android-powered device for app development?
What is explicit intent in android?
What is the use of intent in android?
How to handle an audio stream for call in android?
Write code snippet to retrieve IMEI number of Android phone.
Explain broadcast receiver component of android?
Tell us why would you do the setcontentview() in oncreate() of activity class?
Do iphones last longer than androids?
If I have a Motorola Android-based device that doesn’t have the Android Market app, can I still download the GoToMeeting app?
What is the main purpose of a fragment?