Computer Science, asked by frao4753, 10 months ago

Onresume() method of activity life cycle is called after which method

Answers

Answered by adi1902
0

Answer:

The onResume() method runs after the onStart() method. It gets called when the activity is about to move into the foreground. After the onResume() method has run, the activity has the focus and the user can interact with it. The onPause() method runs when the activity stops being in the foreground.

Similar questions