相册(采用glideV4渲染)
添加依赖
dependencies { implementation 'com.github.bumptech.glide:glide:4.11.0'//glide图片加载依赖库 annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'//glide图片加载依赖库 }
使用方法
Glide.with(this).load(images[index]).into(imagesource);