# DryCargo **Repository Path**: juer2017/DryCargo ## Basic Information - **Project Name**: DryCargo - **Description**: 图片下载 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-12 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 所用到的依赖库: ``` //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' ```