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

How do I remove sections from my favourites?

1 Answers  


How many ways data stored in Android?

1 Answers   UGC Corporation,


Why would you do the setcontentview() in oncreate() of activity class?

0 Answers  


Is android lollipop still supported?

0 Answers  


Where are permissions declared?

0 Answers  






Which is better mvp or mvvm android?

0 Answers  


Explain the difference between serializable and parcelable?

0 Answers  


In auto-generated code of an android app, what is r class?

0 Answers  


How do I upgrade my android operating system?

0 Answers  


What is reactivex android?

0 Answers  


What is frame animation?

0 Answers  


What is mipmap/ directory?

0 Answers  


Categories