1、提高项目 UI 开发效率的库,腾讯出品 https://github.com/Tencent/QMUI_Android (github.com)
引入库,开始使用 implementation 'com.qmuiteam:qmui:2.0.1'
2、图片缩放库 https://github.com/Baseflow/PhotoView (github.com)
引入库,开始使用 implementation 'com.github.chrisbanes:photoview:2.3.0'
3、网络图片加载库 https://github.com/bumptech/glide (github.com)
引入库 ,开始使用
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
网友评论