Top "Android-videoview" questions

An Android View to manage and display a video file.

How to make VideoView full screen

I want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with …

android android-videoview landscape android-fullscreen
Does Android support HLS Adaptive Bitrate Streaming

I'm trying to implement adaptive bit-rate streaming in my app that automatically switch the quality depending on the connection speed. …

android android-videoview http-live-streaming adaptive-bitrate
Android, how can I remove controls of VideoView?

In my project I have a Video View that I put it in splash screen. Everything is OK and I …

android video android-videoview
Get the mediaPlayer of the videoView in Android

Is it possible to get a reference to the mediaPlayer instance that the videoView is using, preferably right inside its …

android android-mediaplayer android-videoview
Android Video Player libraries with cache video

I developed android app which is based on video listing,I face some problems that are, 1.When scroll a listview …

android android-videoview android-video-player
Android TextureView vs VideoView Performance

I need to be able to rotate a video on screen, so I created a custom TextureView which provides a …

android performance android-widget android-videoview
Fullscreen video player - mediacontroller behind navigation bar

I have a problem with mediacontroller which is hidden behind navigation bar (soft navigation keys on ICS). At first is …

android fullscreen android-videoview
Android VideoView how to scale as ImageView scale type fitXY?

I put an ImageView and a VideoView in a RelativeLayout. The ImageView can be scaled to fill the whole layout …

android scale android-videoview
Android 4.2 with 4 MediaPlayers = "Can't play this video"

Whenever I'm trying to load at least 4 mediaPlayers, one of them will corrupt the video it's trying to load and …

android media-player android-videoview android-4.2-jelly-bean
Media player using YouTube?

I am developing a sample application using MediaPlayer.By using the raw resources folder,the video can be played.But …

android youtube android-videoview mediacontroller