Which of the following is appropriate for saving the state of an Android application?

Which of the following is appropriate for saving the state of an Android application?



A. Activity.onDestroy()
B. Activity.onStop()
C. Activity.onPause()
D. Activity.onFreeze()


Answer: C


Learn More :