playback video full screen

前端 未结 5 1900
无人及你
无人及你 2020-11-27 16:51

I am trying to play a video in my app. It has to be embedded.

I went through the \"Play Video Files in Android\" thread.

I am able to play my video using Vi

5条回答
  •  [愿得一人]
    2020-11-27 17:25

    No need to do any coding for playing video to full screen mode

    Apply the following layout format over the xml containing the videoview it will for sure will play the video in full screen mode. as it is running mine. :) Hope it helps

     
     
       
        
     
    

    Plus adding the mediacontroller will also give you the controller to use.

提交回复
热议问题