Answers

Question and Answer:

  Home  Android Developer

⟩ Explain me scenario in which only onDestroy is called for an activity without onPause() and onStop()?

If finish() is called in the OnCreate method of an activity, the system will invoke onDestroy() method directly.

 173 views

More Questions for you: