UniversalVideoView
UniversalVideoView copied to clipboard
A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
This library not found in following repos - https://dl.google.com/dl/android/maven2/com/linsea/universalvideoview/1.10./universalvideoview-1.10..pom - https://repo.maven.apache.org/maven2/com/linsea/universalvideoview/1.10./universalvideoview-1.10..pom
change it too if possible.
MainActivity.java: package com.example.helloandroid; import android.media.MediaPlayer; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.ViewGroup; import android.view.WindowManager; import android.widget.Button; import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.AppCompatActivity; import...
jcenter() is deprecated. Please update jcenter() to mavenCentral()
Im trying to play .mov format but its not supported
I want to handle the click or touch event for the UniversalVideoView. I tried the below: ``` ` videoView.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Toast.makeText(ImgVideoViewerActivity.this, "bien", Toast.LENGTH_SHORT).show();...
When I am using this `UniversalVideoView` in a recycler view while scrolling the list one frame of the video is overlapping on another. I tried to keep this `android:stateListAnimator="@null"` but...
When I am using this `UniversalVideoView` in a recycler view. There are multiple videos on the list, If I tap any video from the list it is playing fine but...
How to change Loader text inside UniversalVideoView.