Hi to all! Is there a way to know when application goes in background? I want to stop mediaplayer when app goes in pause (i know i can put a check in each activity, but i want only one sub to manage all).
An interesting thing can be this: https://stackoverflow.com/a/44461605/2684
https://developer.android.com/reference/android/arch/lifecycle/ProcessLifecycleOwner
Many thanks
An interesting thing can be this: https://stackoverflow.com/a/44461605/2684
https://developer.android.com/reference/android/arch/lifecycle/ProcessLifecycleOwner
Many thanks