常用安卓开发框架

日志输出 klog com.github.zhaokaiqiang.klog:library:0.0.1
网络请求 Retrofit
com.squareup.retrofit2:retrofit:2.1.0
com.squareup.retrofit2:converter-gson:2.1.0
com.squareup.retrofit2:adapter-rxjava:2.1.0
okhttp ``
线程切换、回调 rxjava io.reactivex:rxjava:1.1.6
rxandroid io.reactivex:rxandroid:1.2.1
依赖注入 【常用安卓开发框架】butterknife
注:butterknife 需要apt配置
com.jakewharton:butterknife:8.2.1
com.jakewharton:butterknife-compiler:8.2.1
json解析 Gson com.google.code.gson:gson:2.7
圆形图片 circleimageview de.hdodenhof:circleimageview:2.1.0
加载动画 Android-SpinKit com.github.ybq:Android-SpinKit:1.0.5
图片加载 Glide com.github.bumptech.glide:glide:3.7.0
安卓权限请求 acp com.mylhyl:acp:1.1.6
线程事件 otto com.squareup:otto:+
数据库 liteorm
图表 compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'

    推荐阅读