Top "Android-videoview" questions

An Android View to manage and display a video file.

Android Play video through intent

I created my own media player application and install in a device. I created an other application which has a …

android android-intent android-videoview launching-application
Rotating phone restarts video on android

When I rotate my phone, my Activity restarts. I have a video view playing video, I rotate and the video …

android video controls android-videoview
Fullscreen VideoView in landscape mode

I wish to make VideoView into full screen in landscape mode. I tried this. It shows a margin from left …

android android-fullscreen android-videoview
Android::VideoView inside a ScrollView

I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with …

android video scroll scrollview android-videoview
Avoid Android VideoView corruption when rotating back to portrait

I've managed to write a limited video player able to view a .3gp file from internet. The video will be …

android corruption android-videoview screen-rotation
Android MediaController position

So I have the following code which works ok: VideoView videoView = (VideoView)findViewById(R.id.videoView1); videoView.setVideoPath("android.resource://" + …

android android-videoview mediacontroller
How Do I Play Video in ListView like Instagram and Vine?

I'm new to android development and I am trying to play multiple videos in a listview. Currently, each listview row …

android listview instagram android-videoview vine
android: using default video player

I have an application that plays video files. I have been using code for using Videoview and starting the Videoview …

android default playback android-videoview
MediaMetadataRetrieverJNI(14060): getFrameAtTime: videoFrame is a NULL pointer(Android)

I am creating thumbnails by videos frame using MediaMetadataRetriever but I am getting this message in Logcat: E/MediaMetadataRetrieverJNI(14060): getFrameAtTime: …

android android-videoview mediametadataretriever
Implement Slideshow of videos and images

I want to implement slideshow of videos and images. When app is opened it should start with slideshow of images …

android android-fragments android-activity slideshow android-videoview