everybody, I want understand when user left the app. Language Kotlin. (Sorry for error)
Asked
Active
Viewed 62 times
0
-
probably listen for the lifecycle events of an activity, onPause, onStop, onDestroy are usually used to enquire the those info about leaving app or activity. – Animesh Sahu May 06 '20 at 15:21
-
Does this answer your question? [What is the difference between onPause() and onStop() of Android Activites?](https://stackoverflow.com/questions/9266417/what-is-the-difference-between-onpause-and-onstop-of-android-activites) – Lapshin Dmitry May 06 '20 at 17:57