美文网首页
Android好用的第三方库

Android好用的第三方库

作者: engebei | 来源:发表于2022-10-17 15:12 被阅读0次

    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'

    相关文章

      网友评论

          本文标题:Android好用的第三方库

          本文链接:https://www.haomeiwen.com/subject/ahhdzrtx.html