Namaste, iam Richard Boyd, Take it easy.

What Is The Difference Between Onpause And Onresume? [Solved]

onPause() gets called when your activity is visible but another activity has the focus. onResume() is called immediately before your activity is about to start interacting with the user. If you need your app to react in some way when your activity is paused, you need to implement these methods.

Android Basics - Learn about onPause and onResume methods

In Android Lifecycle there are two more methods which come into action when an Activity becomes partially visible. Learn about …

Difference between onPause() and onStop()

In

How to handle onResume, onPause, onStart, onStop in jetpack-compose | Android development basics.

In this tutorial you will get to learn about how to listen or handle