
Glide
42nf
十年之后,,又是另一番景象
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android Glide 支持全局jpg png gif 图片展示
1.依赖 implementation 'com.github.bumptech.glide:glide:4.9.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' 2.工具类 /** * 加载 常规和gif 通用 * @param context * @param imageView * @param url 图片链接 * @param placeResId原创 2021-02-05 15:40:58 · 1426 阅读 · 1 评论 -
Glide 4.9.0 加载圆角图片 回调
gradle: //图片加载框架 implementation 'com.github.bumptech.glide:glide:4.9.0' 1.圆角 //设置图片圆角角度 RoundedCorners roundedCorners= new RoundedCorners(DpTools.dp2px(context,10)); ...原创 2019-06-14 15:23:03 · 4828 阅读 · 1 评论