I'm setting up an application in Android with capability of working in split screen. What is the state (in activity life-cycle) of my activity when it's visible but not in interaction with user? It is notable that, the activity is responsible for playing video.
Asked
Active
Viewed 113 times
1
-
You can check the lifecycle here as the user @dustblue referred : https://developer.android.com/guide/topics/ui/multi-window#lifecycle Otherwise you can always use logging in lifecycle functions and see the flow yourself . – Faisal Jul 30 '19 at 11:47