Android - YouTube Api player on floating window using service

后端 未结 1 529
忘了有多久
忘了有多久 2021-01-25 21:30

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

相关标签:
1条回答
  • 2021-01-25 21:55

    They are using a WebView-based player. You can find an opensource implementation here: android-youtube-player

    0 讨论(0)
提交回复
热议问题