Android开发常用依赖集合
卡片式控件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'