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

Post New Answer

More Android OS Interview Questions

What is xml/ directory?

0 Answers  


How does auto sync work on android?

0 Answers  


What is a buildtype in gradle? And what can you use it for?

0 Answers  


Explain me three common use cases for using an intent?

0 Answers  


What is onlistitemclick()?

0 Answers  






Can I update my android version?

0 Answers  


Explain alertdialog in android?

0 Answers  


Why do android apps update so often?

0 Answers  


What is the generic in java?

0 Answers  


In android, which is two location providers that you can use to obtain your position data?

0 Answers  


Name the dialog box which is supported by android?

0 Answers  


Tell us what is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?

0 Answers  


Categories