Glide4.0.0本地缓存配置
程序员文章站
2022-06-04 16:18:43
...
compile 'com.github.bumptech.glide:glide:4.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0'
ImageView imageView=new ImageView(this);
RequestOptions options =new RequestOptions();
options.diskCacheStrategy(DiskCacheStrategy.ALL);
options.centerCrop();
Glide.with(this).load("http://i1.ciimg.com/598337/ec9c54bc2d231e6dt.jpg").apply(options).into(imageView);
上一篇: 长图的展开与收起
下一篇: 什么食物能帮助宝宝长高 沙丁鱼能补钙