Android常用组件/库

api ‘com.blankj:utilcode:1.3.4’// 开发人员不得不收集的代码:(各种通用工具类)
原文链接 https://juejin.im/entry/583cf7bac59e0d006b477dff

https://juejin.im/repos/filtered?tag=Android //各种主流开源框架
https://www.jianshu.com/p/b343fcff51b0 //BaseRecyclerViewAdapterHelper官方使用指南(最强大的RecyclerView框架不解释)

StatusBarUtil //状态栏
github https://github.com/laobie/StatusBarUtil
compile ‘com.jaeger.statusbarutil:library:1.4.0’

AndroidWiFiADB //一款不用数据线也可以让你调试手机设备APP的插件
github https://github.com/pedrovgs/AndroidWiFiADB
使用:Preferences/Settings->Plugins->Browse Repositories->serch AndroidWiFiADB

api ‘com.github.LuckSiege:PictureSelectorLight:v2.0.7’ //图片选择器
api ‘com.github.castorflex.verticalviewpager:library:19.0.1’ //垂直方向的ViewPager

compile 'com.android.support:appcompat-v7:25.2.0+'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.android.support:recyclerview-v7:25.2.0'
compile 'com.android.support:support-v4:25.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.alibaba:fastjson:1.2.10'
//    compile 'com.squareup.okhttp3:okhttp:3.1.2' retrofit2.0+会捆绑依赖okhttp
//banner
compile 'com.jude:rollviewpager:1.4.6'
// RxJava 2
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'

猜你喜欢

转载自blog.csdn.net/zhangbo328/article/details/81077527