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
Where are layouts placed in android?
Enumerate the steps in creating a bounded service through aidl?
How does aosp relate to the android compatibility program?
What is the significance of the .dex files?
Android ui is threadsafe? Is it true or false?
Can you run exe on android?
how to upgrade database tables in the later versions of an application?
How will you record a phone call in Android? How to get a handle on Audio Stream for a call in Android?
What is the importance of xml-based layouts?
What is the importance of setting up permission in app development?
What is frame animation?
What is needed to make multiple choice list with custom view for each row?