美文网首页
Android必备的第三方开源库…[依赖]

Android必备的第三方开源库…[依赖]

作者: cc_And | 来源:发表于2019-10-13 17:48 被阅读0次

    /* glide 依赖 */
    implementation 'com.github.bumptech.glide:glide:4.9.0'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
    //banner轮播
    implementation 'com.youth.banner:banner:1.4.9'
    //tablayout协调者布局
    implementation 'com.android.support:design:28.0.0'
    implementation group: 'com.android.volley', name: 'volley', version: '1.1.1'
    //recycleview
    implementation 'com.android.support:recyclerview-v7:28.0.0'
    //xrecyview
    implementation 'com.jcodecraeer:xrecyclerview:1.3.2'
    //圆角控件
    implementation 'com.android.support:cardview-v7:28.0.0'
    //二维码
    implementation 'cn.yipianfengye.android:zxing-library:2.2'
    implementation 'pub.devrel:easypermissions:0.2.0'
    //evenBus传值
    implementation 'org.greenrobot:eventbus:3.1.1'
    //butterknife
    implementation 'com.jakewharton:butterknife:9.0.0-rc1'
    annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
    //okhttp
    implementation 'com.squareup.okhttp3:okhttp:3.2.0'
    //okhttp拦截器
    implementation 'com.squareup.okhttp3:logging-interceptor:4.0.0-RC1'
    //Retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.0.2'
    implementation 'com.squareup.retrofit2:converter-gson:2.0.2'
    //Rxjava
    implementation 'io.reactivex.rxjava2:rxjava:2.0.2'
    implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
    //retrofit回调适配器采用rxjava进行处理
    implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
    //greenDao依赖
    implementation 'org.greenrobot:greendao:3.2.2' // add library
    //Fresco,无论使用哪个模块的功能,都必须要添加的基础依赖
    implementation 'com.facebook.fresco:fresco:0.14.1'
    //图片上传选择加载框架
    implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'
    //Android必备
    implementation 'com.blankj:utilcode:1.24.7'
    //万能适配器
    implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
    //权限获取
    implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
    //沉浸式
    implementation 'com.gyf.immersionbar:immersionbar:3.0.0-beta05'

    相关文章

      网友评论

          本文标题:Android必备的第三方开源库…[依赖]

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