美文网首页
Android开发常用依赖集合

Android开发常用依赖集合

作者: 伤心的鱼嗯 | 来源:发表于2019-07-11 15:18 被阅读0次

卡片式控件CardView

implementation'com.android.support:cardview-v7:25.2.0'


Android Design包

implementation'com.android.support:design:26.0.0'


轮播控件Banner

implementation'com.youth.banner:banner:1.4.10'


高度解耦,灵活的RecyclerView

implementation'com.globus-ltd:recyclerview:1.0.2'


Retrofit网络请求框架组合

implementation'com.squareup.okhttp3:okhttp:3.1.2'  

implementation'com.squareup.retrofit2:retrofit:2.0.2'

implementation'com.google.code.gson:gson:2.8.5'

implementation'com.squareup.retrofit2:converter-gson:2.0.2'


implementation'com.jakewharton.rxbinding2:rxbinding:2.0.0'

相关文章

网友评论

      本文标题:Android开发常用依赖集合

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