i am doing live streaming and play video in video view. i want to hide default progress bar of video view . so i kindly request for my problem if anybody ha
You have to set the media controller as null like this:
videoView.setMediaController(null);