I like to implement YouTube Player as a floating window (on top all apps) on Android.
I saw many apps that do the same like this one
And I try to Understand how
They are using a WebView-based player. You can find an opensource implementation here: android-youtube-player