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?
Asked
Active
Viewed 2,290 times
6

Phantômaxx
- 37,901
- 21
- 84
- 115

SREEJITH
- 816
- 1
- 8
- 19
-
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. – Tushar Gogna Jan 02 '15 at 04:58
1 Answers
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.

Community
- 1
- 1

anatoly_LP
- 11
- 1