The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
No Answer is Posted For this Question
Be the First to Post Answer
What is the bundle in android?
Explain briefly what is meant by activities?
What database is used in android? How does it differ from client-server database management systems?
What is on change?
What are the exceptions available in android?
What is not true about the android application lifecycle?
What kind of open-source project is android?
What is a ContentProvider and what is it typically used for?
Explain the Architecture of Android ?
Which android version is best for mobile?
Why we use linux id in android?
Can you play android 2.1 games on android 2.2?