Top "Android-videoview" questions

An Android View to manage and display a video file.

Android: Video View: how to play a video on a loop

I got a simple dialog box with a VideoView in it and I want to play the video in a …

android video android-videoview
Couldn't open file on client side, trying server side Error in Android

I have tried to play a youtube video by its URL by my android program. I have used setVideoURI(uri); …

android android-videoview
Play video file from internal storage android using VideoView

Am trying to play a video stored in the internal storage in Android. However, no matter what I do it …

android media-player android-videoview
Android MediaPlayer/VideoView error (1, -2147483648)

I've been having an inconsistent experience with setting a VideoView's video from a file path. VideoView myVideoView = findViewById(R.id.…

android android-mediaplayer android-videoview
Stretch to fill VideoView, aspect ratio of VideoView

I try to stretch video in aim to fill videoview. The target is to create view that in device look …

android android-videoview aspect-ratio
How to play videos from SD Card

I was creating a simple app which stream videos from net and I made it but now I want to …

android android-videoview
Does Android support scaling Video?

Using a VideoView is it possible to set a scale factor for Android? By Default the video view resizes itself …

android video android-videoview
I want to play a video from my assets or raw folder

I want to play a video from my assets or raw folder in my app in Android using VideoView I …

android android-videoview
Android: how to play video from assets?

I am making an application in which I have to show video from assets folder in a Fragment. Can anyone …

android video android-videoview