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:

Verified
Correct Answer:
Verified
Q6: To process simple touch events in an
Q7: All updates to an app's user interface
Q8: A dialog must be displayed from the
Q9: Games, often require complex logic that should
Q10: Game developers often use full-screen themes, such
Q12: Canvas's _ method draws a circle.<br>A) drawOval<br>B)
Q13: The Android documentation recommends that games use
Q14: You can terminate a Thread by calling
Q15: Class SoundPool's _ method gives the resources
Q16: Game-development frameworks typically provide sophisticated _ collision-detection