总结一下项目中肯定会用到的一些第三方库。靠谱。直接拿来用就可以了。
//Gson+FastJson
implementation 'com.google.code.gson:gson:2.6.2'
implementation 'com.alibaba:fastjson:1.2.44'
//retrofit2 +rxjava+rxandroid
implementation 'com.squareup.retrofit2:retrofit:2.1.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
implementation 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
implementation 'io.reactivex:rxandroid:1.2.0'
//底部导航tab
implementation 'com.ashokvarma.android:bottom-navigation-bar:2.0.3'
implementation 'com.android.support:design:27.+'
//下拉刷新
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.3'
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
//recyclerview适配器
implementation 'com.zhy:base-rvadapter:3.0.3'
implementation files('libs/xiaonengutil.jar')
//加载图片
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.android.support:cardview-v7:27.1.1'
//tab切换
implementation 'com.github.hackware1993:MagicIndicator:1.5.0'
//流式布局
implementation 'com.hyman:flowlayout-lib:1.1.2'
//轮播图
implementation 'com.youth.banner:banner:1.4.9'
//验证码输入框
implementation deps.widget.captchaInput
//圆形imagview
implementation deps.widget.roundedImageView
//数值进度条
implementation deps.widget.numberProgressBar
//富文本
implementation deps.widget.richtext
// 阻止三方SDK中常见的严重影响用户体验的『链式唤醒』行为
implementation deps.lib.condom