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 |
what are the other notifications in android?
What is dagger2?
What is an intent? Can it be used to provide data to a contentprovider? Why or why not?
What is cryptoobject?
You need to process when user clicks on a notification on upper left of android screen?
What are the steps required in setting up the linkify calls intent?
How are layouts placed in android?
What is meant by responsive design?
Provide the important core components of android.
Explain sticky intent?
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?