开源库版本可能不是最新版本,最新版本请自行搜索
1、JSON数据解析 ——–GOSN
compile 'com.google.code.gson:gson:2.7'
2、注解 ———–BufferKnife
compile 'com.jakewharton:butterknife:8.2.1'
注:使用这个version可能会出现空指针的错误,请参考
http://blog.youkuaiyun.com/blueamertj/article/details/51517191自行改正
3、打印日志——–Logger
compile 'com.orhanobut:logger:1.15'
4、图片加载库———Glide,可以加载 gif 图片
compile 'com.github.bumptech.glide:glide:3.5.2'
5、圆形图片库———-CircleImageView
compile 'de.hdodenhof:circleimageview:2.1.0'
6、网络通信——–Volley
compile 'com.android.volley:volley:1.0.0'
7、图标icon库——- iconics
compile "com.mikepenz:iconics-core:2.7.1@aar"
8、图片轮播
compile 'com.bigkoo:convenientbanner:2.0.5'