某次外包所用到的第三方库

compile 'com.jakewharton:butterknife:8.6.0'//注解
compile 'com.youth.banner:banner:1.4.9'//广告banner,轮播控件
compile 'com.zhy:base-rvadapter:3.0.3'//万能adapter
compile 'com.yqritc:recyclerview-flexibledivider:1.4.0'//rv的分割线
compile 'me.shaohui:bottomdialog:1.1.9'//底部弹出分享框,比如QQ 微信 微博什么的
compile 'com.github.TellH:RecyclerStickyHeaderView:1.1.0'//悬停分类
compile 'com.github.dongjunkun:DropDownMenu:1.0.4'//分类下拉选择框
//rxjava+retrofit网络框架
 compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
 compile 'io.reactivex.rxjava2:rxjava:2.0.7'
 compile 'com.squareup.retrofit2:retrofit:latest.release'
 compile 'com.squareup.retrofit2:converter-gson:2.0.0'
 compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
 compile 'com.google.code.gson:gson:2.7'

compile 'com.github.anzaizai:EasyRefreshLayout:1.1.6'//下拉刷新, 上拉加载
compile 'com.contrarywind:Android-PickerView:3.2.5'//选择框,比如时间选择器, 城市选择器
compile 'com.github.vipulasri:timelineview:1.0.5'//时间线
compile 'com.zaihuishou:expandablerecycleradapter:1.0.3'//expand
compile 'org.greenrobot:eventbus:3.0.0'//总线
compile 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.4@aar'//权限控制
compile 'com.github.bumptech.glide:glide:4.0.0-RC1'//图片加载
compile 'com.liulishuo.filedownloader:library:1.6.2'//文件下载器
compile 'com.allenliu.badgeview:library:1.1.1'//角标
compile 'com.github.tianqiujie:MNZXingCode:V1.0.6'//二维码扫描
compile 'com.zhy:autolayout:1.4.5'//自动布局
compile 'xiaofei.library:android-data-storage:1.3.0'//orm

你可能感兴趣的:(某次外包所用到的第三方库)