Google News
logo
Android - Quiz(MCQ)
In Android studio, which of the following callback is called when an activity starts interacting with the user?
A)
onCreate
B)
onStop
C)
onDestroy
D)
onResume

Correct Answer :   onResume


Explanation : onResume is called when an activity will start interacting with the user.

Advertisement