android一些常用的依赖

总有人问我这个你用的什么,那个你用的什么,特别烦!!!所以就整理了一下

//轮播图
implementation 'com.youth.banner:banner:1.4.9'
// //rxjava + retrofit
implementation 'com.squareup.retrofit2:retrofit:2.0.0'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0-RC3'
implementation 'io.reactivex.rxjava2:rxjava:2.0.0-RC3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
implementation 'com.squareup.okhttp3:okhttp:3.5.0'
//日志打印
implementation 'org.apache.servicemix.logging:logging:7.0.1'
//通用的recycleradaoter 支持上拉自动刷新
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.25'
//图片加载
implementation 'com.github.bumptech.glide:glide:3.7.0'
//greendao依赖 数据库
implementation 'org.greenrobot:greendao:3.2.0'
//图片压缩库
implementation 'com.github.nanchen2251:CompressHelper:1.0.5'
//图片预览
implementation 'com.commit451:PhotoView:1.2.4'
//日志收集
implementation 'com.tencent.bugly:nativecrashreport:3.1.0'

你可能感兴趣的:(android一些常用的依赖)