Android-ScalableVideoView icon indicating copy to clipboard operation
Android-ScalableVideoView copied to clipboard

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more

Results 37 Android-ScalableVideoView issues
Sort by recently updated
recently updated
newest added

When i try to add scalablevideoview inside scrollview it starts playing but the video is not visible

I got my VIewPager adapter for scalableVideoView on play than I everytime I go to homescreen or switch app I got error like: **A/OpenGLRenderer: Leaked 2 GPU objects! A/libc: Fatal...

This avoids state loss when ScalableVideoView placed in a row in RecyclerView or ListView or similar. So when user scrolls over this row down, onDetached called and resources are released,...

With this: https://www.youtube.com/watch?v=svdq1BWl4r8

I use this: ``` videoView.setRawData(R.raw.test) videoView.isLooping = true videoView.setVolume(1f, 1f) videoView.prepare { videoView.start() } ``` And this in layout file: ``` ``` Yet for some reason, after the first playback,...

Now join the network video direct black screen。。。

On live wallpaper, there is no view. How can I achieve the same scaling capabilities? I've asked about it here too: https://stackoverflow.com/q/50091878/878126 I would gladly grant the bounty, if you...

I want to play video from url,as is inherit from MediaPlayer I suppose it cans,has something specifilc? Im not able to play it Thanks!