Vidyalelo
Computer Science · Q203

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 203

Q203

Which lifecycle method should you override to pause the simulation when the app is not on the screen?

A.
onDestroy()
B.
onStop()
Answer
C.
onPause()
D.
onSaveInstanceState()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board