Top "Android-videoview" questions

An Android View to manage and display a video file.

Is it possible to place one view over another in android?

Can we place a small view over another large view? For example, I have a VideoView which is playing a …

android views android-videoview overlapping
Play video from url in VideoView [Android]

I found a similar questions but nothing work for me. I try play video from this url: http://videocdn.bodybuilding.…

java android android-videoview
Seamless video Loop with VideoView

I have the following code to take a video as a raw resource, start the video and loop it but …

android android-videoview
Using VideoView for streaming or progressive-download video

I'm confused about how VideoView can be used to play video: from a local file, as progressive download and streaming. …

android android-videoview
How to play video from raw folder with Android device?

Please help, How to play videos in android device from raw folder for offline mode? Successful example1: I can play …

android android-layout android-videoview
VideoView to match parent height and keep aspect ratio

I have a VideoView which is set up like this: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/…

android android-videoview dimensions aspect-ratio
Position Video Inside a VideoView

So I have extended VideoView's onMeasure to scale up the video to fit inside a fullscreen view. here is how: …

android layout android-videoview
Streaming Youtube Videos

I am writing an application to play youtube videos using streaming. First method: I am getting the RTSP URL to …

android youtube streaming android-mediaplayer android-videoview
Videoview Pausing and resuming

I am new to android development and I am programming a game. My game has cutsceens that play before each …

android lifecycle android-videoview
What is the difference between MediaPlayer and VideoView in Android

I was wondering if there's a difference between them when it comes to streaming videos. I know VideoView can be …

android streaming android-mediaplayer android-videoview