1.网络图片加载:Glide
implementation 'com.github.bumptech.glide:glide:4.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
3.RecyclerView
implementation 'androidx.recyclerview:recyclerview:1.0.0'
2.万能适配器:开源框架BaseRecyclerViewAdapterHelper
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.44'
3.网络请求:Volley,OkHttp
implementation 'com.mcxiaoke.volley:library:1.0.19'
4.网络检测:
implementation 'com.github.tianma8023:NetDetector:v0.2.0'
5.异步:
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.5'
网友评论