Android开发框架和工具

网络请求

https://github.com/hongyangAndroid/okhttp-utils 

compile 'com.zhy:okhttputils:2.6.2'

圆形头像

https://github.com/hdodenhof/CircleImageView 

https://github.com/vinc3m1/RoundedImageView 

compile 'de.hdodenhof:circleimageview:2.1.0'

compile 'com.makeramen:roundedimageview:2.3.0'

图片加载 glide

https://github.com/bumptech/glide 

compile 'com.github.bumptech.glide:glide:3.7.0'

https://github.com/wasabeef/glide-transformations 

一个基于glide的强大库

https://github.com/wasabeef/glide-transformations 

compile 'jp.wasabeef:glide-transformations:2.0.1'

compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.3.0'

ACache轻量级缓存框架

https://github.com/yangfuhai/ASimpleCache 

动画

http://blog.csdn.net/u013101864/article/details/51500136 

你可能感兴趣的:(Android开发框架和工具)