1. 首页
  2. 数据库
  3. 其它
  4. Glide4 高效加载图片的配置详解

Glide4 高效加载图片的配置详解

上传者: 2021-01-08 11:18:43上传 PDF文件 46.93KB 热度 74次
本文介绍了Glide4 高效加载图片的配置详解,分享给大家,具体如下: 在build.gradle中添加glide依赖 // glide 依赖 compile 'com.github.bumptech.glide:glide:4.6.1' // glide 相关注解,生成GlideApp代码 annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1' // Glide网络库配置成okhttp3 compile ('com.github.bumptech.glide:okhttp3-integration:4.6.1') {
下载地址
用户评论