android studio 中依赖库compile 的一些库的地址
1.添加Gson的依赖库
compile 'com.google.code.gson:gson:2.2.4'
2.使用Volley执行网络数据传输的依赖库
compile 'com.mcxiaoke.volley:library-aar:1.0.0'
3.使用glide的加载库
compile 'com.github.bumptech.glide:glide:3.5.2'
4.okHttp的依赖库
compile 'com.squareup.okhttp:okhttp:2.4.0'
还要添加 okhttp的依赖库
compile 'com.squareup.okio:okio:1.5.0'
后期不定时的陆续更新ing
posted on 2016-03-30 15:39 傻啦吧唧的程序员丶 阅读(1205) 评论(0) 编辑 收藏 举报