Q203
Which lifecycle method should you override to pause the simulation when the app is not on the screen?
A.
onDestroy()
B.
onStop()
AnswerC.
onPause()
D.
onSaveInstanceState()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board