Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Floating Video Player in android?

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?

like image 580
SREEJITH Avatar asked Jul 31 '13 05:07

SREEJITH


1 Answers

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.

like image 114
anatoly_LP Avatar answered Nov 14 '22 23:11

anatoly_LP