2020年最值得期待的30个android库(截止2020年3月8日)
原文地址 1.Coil github地址:https://github.com/coil-kt/coil kotlin编写 使用协程编写的Android图片加载库。相比于Glide,Picasso,Fresco 它更快速、轻量、易上手、现代的Android加载库 支持GiF和SVG,同时支持四种默认的图像变换: 模糊效果、 圆形、灰阶、圆角等等 基础代码为: imageView.load(“https://www.example.com/image.jpg) { crossfade(true) placeholder(R.drawable.image) transformations(
下载地址
用户评论