Question

Which of the following statements is false?
a. When an Activity hosts Fragments and the Activity is paused, you must call all of its Fragments' onPause methods.
b. We override onPause to suspend play in a game so that the game does not continue executing when the user cannot interact with itthis saves battery power.
c. 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.
d. We can use method onDestroy in a game Fragment to release various game resources resources.

Answer

This answer is hidden. It contains 216 characters.