Top "Android-videoview" questions

An Android View to manage and display a video file.

How to determine video width and height on Android

I have a video file and I want to get width and height of video. I don't want to play …

android video media-player android-videoview
Android: Why can't I give an onClickListener to a VideoView?

I have written these lines of code: mVideoView = (VideoView) findViewById(R.id.video_view); mVideoView.setOnClickListener(new OnClickListener() { @Override public …

android android-videoview
How to hide the controls in the VideoView in Android?

I am using VideoView for playing video in my app but I would like to hide the controls in it. …

android hide android-videoview
How to stop video playing in VideoView programmatically in android?

I am using VideoView for playing video,I would like to stop the playing video completely.Please help me on …

android controls android-videoview
Can a videoview play a video stored on internal storage?

I'm trying to provide my users with the ability to use either external or internal storage. I'm displaying both images …

android internal android-videoview
Android VideoView Cannot play video mp4

I used the Android VideoView to play a video file via HTTP. My problem is my phone prompts "Cannot play …

android video mp4 android-videoview
Show and hide a play button over a VideoView in Android

I want to be able to show a button to start a video, centered inside the same view where the …

android android-videoview
Video is not showing on VideoView but I can hear its sound

On my button click I wrote the following code for playing video from my SDCARD (mp4). video_view = (VideoView)findViewById(…

android video android-videoview
Rotating an android VideoView

My application offers only Portrait mode. In a portrait activity I have a fullscreen VideoView. What I want to do …

android surfaceview android-videoview
VideoView onResume loses buffered portion of the video

I am having an Activity in which there is VideoView -- Streams a video from a webserver. Button -- Takes …

android video-streaming android-videoview android-video-player