QuestionJune 3, 2025

called when activity interaction with user is started? onStart onStop onResume

called when activity interaction with user is started? onStart onStop onResume
called when activity interaction with
user is started?
onStart
onStop
onResume

Solution
4.0(243 votes)

Answer

onResume Explanation 1. Identify the correct lifecycle method The Android activity lifecycle method that is called when an activity starts interacting with the user is **onResume**.

Explanation

1. Identify the correct lifecycle method<br /> The Android activity lifecycle method that is called when an activity starts interacting with the user is **onResume**.
Click to rate:

Similar Questions