how to create a Floating popup video player in android?
In my app i want floating popup window .i don't know the concept help?
like Floating YouTube Popup Player
please
how to create a Floating popup video player in android?
In my app i want floating popup window .i don't know the concept help?
like Floating YouTube Popup Player
please
There is open source, they did all you want. Link as below:
http://flavienlaurent.com/blog/2013/08/28/each-navigation-drawer-hides-a-viewdraghelper/
Create a PopupWindow which contains a VideoView
Make AbsoluteLayout with fill_parent for width and height and add VideoView on this. Also, you can implement Frame/Linear layour with padding and background as frame for your VideoView
Add onTouchListener for VideoView and implement standart drag behavior in this listener by updating coordinates of VideoView
Add this AbsoluteLayout on your activity layout.