Top "Android-videoview" questions

An Android View to manage and display a video file.

Resume playing VideoView from onResume

I have a VideoView and it is pause when I start an Email intent. When the email intent is done, …

android android-videoview
VideoView black flash before and after playing

I have a VideoView which I want to use to play a movieclip. I use it like this to play …

java android android-videoview
How to keep playing video while changing to landscape mode android

I'm playing video (on VideoView) on portrait mode (not on full screen) and when I change to landscape mode the …

java android orientation android-videoview
How to catch "Sorry, This video cannot be played" error on VideoView

I have a VideoView and I am streaming videos from a remote server. Most of the times It would play …

android android-videoview
Center Crop an Android VideoView

I am looking for something like the CENTER_CROP in ImageView.ScaleType Scale the image uniformly (maintain the image's aspect …

android scale center crop android-videoview
VideoView onTouch events: pause/resume video, and show/hide MediaController and ActionBar

Question summary: 1) How to first display the video as paused, and not play it immediately? 2) How to pause/un-pause the …

java android video android-videoview
Android loading animation before VideoView start

I don't find any solution to show a loading animation (or just an imageView) before a VideoView start to play : …

android android-videoview
How to detect if VideoView is playing video or Buffering?

How to detect if VideoView is playing video or Buffering? I want to display a pop-up saying video is buffering. …

android android-videoview
Detect if a VideoVIew is buffering

Does anyone know if it's possible to detect when a VideoView is buffering? I want to show a ProgressDialog when …

android media-player android-videoview
Android VideoView crop_center

I have a RelativeLayout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" …

android android-videoview aspect-ratio