Floating Video Player in android?
Asked Answered
T

1

6

I have added the Vitamio player in my android application. And it Works fine. Is there any method in Vitamio or any other player so that I can make the player floating over other apps and resizable like this one?

Triennium answered 31/7, 2013 at 5:40 Comment(1)
That is a pop up, I reckon. You open a custom pop up with a VideoView and set its setCancelable to false. Pass your url to it. That's it.Anissa
C
1

The technique described in this StackOverflow post can be used to create these types of floating windows. There is also the excellent StandOut library, given as one of the answers in that post, that implements this with a nice API.

Callboard answered 19/1, 2015 at 15:43 Comment(1)
Could you post some relevant content from your link?Neils

© 2022 - 2024 — McMap. All rights reserved.