I am using VideoView for playing video in my app but I would like to hide the controls in it. How can I do that? Thanks.
To the Controls in the VideoView, we can set MediaController to null.
VideoView
MediaController
null
videoView.setMediaController(null)