美文网首页
Android常用框架

Android常用框架

作者: 凡克斯 | 来源:发表于2019-08-12 15:09 被阅读0次

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'

相关文章

网友评论

      本文标题:Android常用框架

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