美文网首页
常用依赖

常用依赖

作者: 考试小灵通 | 来源:发表于2020-11-21 16:00 被阅读0次

 implementation 'com.google.code.gson:gson:2.2.4'

implementation 'com.android.support:design:30.1.1'

implementation 'com.github.bumptech.glide:glide:4.8.0'//加载图片的框架

implementation 'com.youth.banner:banner:1.4.10' //轮播图依赖

implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.4-7'

implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.4-7'

implementation 'com.github.dfqin:grantor:2.5'//动态权限

implementation 'com.squareup.okhttp3:okhttp:3.11.0' // ok依赖

implementation 'com.squareup.retrofit2:retrofit:2.4.0'//Retrofit依赖

implementation 'com.squareup.retrofit2:converter-gson:2.4.0' // 可选依赖,解析json字符所用

implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0' // 必要依赖,和Rxjava结合必须用到,下面会提到

implementation "io.reactivex.rxjava2:rxjava:2.1.3" // 必要rxjava2依赖

implementation "io.reactivex.rxjava2:rxandroid:2.0.1" // 必要rxandrroid依赖,切线程时需要用到

implementation 'org.greenrobot:eventbus:3.1.1'//eventbus发送消息

implementation 'org.greenrobot:greendao:3.2.2' // add library

    implementation 'org.greenrobot:greendao-generator:3.2.2'

相关文章

  • 常用依赖

    1. 实现数字滚动 动态效果 https://github.com/inorganik/CountUp.js 2....

  • 常用依赖

    SmartRefreshLayout 依赖 优点:支持多点触摸支持淘宝二楼和二级刷新支持嵌套多层的视图结构布局(L...

  • 常用依赖

    implementation 'com.google.code.gson:gson:2.2.4' implemen...

  • Android常用依赖

    Retrofit RxJava&RxAndroid okhttp拦截器,打印网络请求日志

  • 常用依赖包

    maven中央仓库http://maven.outofmemory.cn/ Spring Web 包含spring...

  • Android常用依赖

    cardView布局依赖 RecyclerView布局依赖 Banner依赖 Gson依赖 Okhtt 依赖 Re...

  • Android常用依赖

    Fresco(依赖) Fresco是FaceBook推出的一个Android开源图片管理框架,它提供了图片下载、渐...

  • Android常用依赖

    ### Gson解析依赖 implementation 'com.google.code.gson:gson:2....

  • Maven常用依赖

    1、数据库连接mybatis 2、JSON相关 3、HTTP相关

  • python 常用依赖

    https://pypi.org

网友评论

      本文标题:常用依赖

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