Home »
MCQs »
Xamarin MCQs
Which of the following method is called when the activity is no longer visible to the user?
18. Which of the following method is called when the activity is no longer visible to the user?
- onDestroy
- onStop
- onResume
Answer: B) onStop
Explanation:
When the activity is no longer visible to the user, onStop method is invoked.