Want to realize same functionality(mini-player in-app only) currently, I realized it using fragment on the foreground. But it works only when 1 activity. And if use many activities fragment will be recreated and it's not ok when user watching the video.
So, maybe someone can recommend a better solution/example. I have checked the solution with widgets(Not for this case).