这些类库用起来丝般顺滑,源码写的也特别棒。

Read The F**king Source Code

收藏好用的Android开发工具类库 不定期更新中。。


eventbus
greendao
butterknife
guava
fastjson
okhttp
glide
retrofit
rxpermissions
zxing


compile ‘com.zhy:okhttputils:2.6.2’ // okhttp下的支持库 支持https等
compile ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:v1.9.8’
compile ‘de.hdodenhof:circleimageview:2.1.0’ // 圆形图片
compile ‘com.github.niorgai:StatusBarCompat:1.1.0’ // 状态栏适配
compile ‘com.baoyz.actionsheet:library:1.1.6’ // 底部菜单 仿苹果
compile ‘com.github.SilenceDut:ExpandableLayout:v1.0.1’ // 可折叠item
compile ‘com.github.lovetuzitong:MultiImageSelector:1.2’ // 图片选择器


leakcanary // 内存泄漏分析
stetho // 与chrome连接调试


umeng // 统计相关


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!

获取java的调用者信息栈 上一篇
【android测试】adb shell svc命令 下一篇