cuiwenju2017 / DryCargo

图片下载

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

所用到的依赖库:

//rxjava引入的包
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.7'
//retrofit引入的包
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
implementation 'com.google.code.gson:gson:2.2.4'
//返回给我的是一个json解析后的bean
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
//rxjava2+retrofit搭配使用的依赖
implementation 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
//okhttp日记拦截器
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
//沉浸状态栏
implementation 'com.jaeger.statusbarutil:library:1.5.1'
implementation 'com.android.support:design:28.0.0'
//图片圆角库
implementation 'com.github.SheHuan:NiceImageView:1.0.5'
//RecyclerAdapter框架
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
// glide
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
//下拉刷新上拉加载更多
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5.1'

About

图片下载


Languages

Language:Java 100.0%