AndroidVideoCache—网络视频缓存机制

  AndroidVideoCache的简单使用


一、依赖implementation 'com.danikula:videocache:2.7.1'

二、新建类VideoCache


三、AndroidManifest中application标签添加/修改android:name=".VideoCache"

    需要添加的依赖:

   

   

   

   

   

四、VideoView设置资源路径时setVideoPath(getProxy(this).getProxyUrl(网络资源链接))

你可能感兴趣的:(AndroidVideoCache—网络视频缓存机制)