floating video player (like youtube player ) in android

krishnamn picture krishnamn · Oct 28, 2014 · Viewed 9k times · Source

In my app i need to implement floating video player ( like youtube player). i gone through the below urls but not able to solve my issue. I don't know where to start and what to use . Please someone help me

how to create a Floating popup video player in android?

how to create a Floating popup video player in android?

What APIs in Android is Facebook using to create Chat Heads?

Answer

Sainath Patwary karnate picture Sainath Patwary karnate · Oct 28, 2014

Yes, you can achieve this by using service with Window manager, there is an excellent sample application available on github https://github.com/marshallino16/FloatingView, this will guide you to achieve your requirements which are listed above