android - How to Put Buttons on VideoView in Different Places? -


how put buttons on videoview , change video url on click event of buttons?

  1. use framelayout , add videoview & button layout. since framelayout allows children views overlay, can have visible button on videoview.

  2. implement onclick() listener listen button press event.

do need code same ?


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -