Solved

Which of the Following Statements Is False

Question 11

Multiple Choice

Which of the following statements is false?


A) When an Activity is shut down, its onDestroy method is called, which in turn calls the onDestroy methods of all the Fragments hosted by the Activity.
B) We used the onDestroy method in the MainActivityFragment to release the CannonView's sound resources.
C) Method onDestroy is guaranteed to be called, so it can be used to release resources and to save critical data.
D) The Android documentation recommends that you save data in methods onPause or onSaveInstanceState.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions