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.
For hiding the Controls in the VideoView, we can set null to MediaController property.
The Code snippet is as below :
videoView.setMediaController(null)