【Android|【Android volley】Android库Volley的使用介绍


【Android|【Android volley】Android库Volley的使用介绍
文章图片
Paste_Image.png
转载:
http://bxbxbai.github.io/2014/09/14/android-working-with-volley/
--Android volley的使用介绍
--volley 是Google开发的一个异步网络请求库,供Android开发者使用
--帮助开发者简单快速的访问网络数据 【【Android|【Android volley】Android库Volley的使用介绍】
https://github.com/mcxiaoke/android-volley
--volley 的github地址
--目前已经更新到1.0.19 2015.09.08版本
使用for Gradle
Google原生地址:
--git clone https://android.googlesource.com/platform/frameworks/volley
github上别人封装的地址
--compile 'com.mcxiaoke.volley:library:1.0.19'
https://developer.android.com/intl/zh-cn/training/volley/index.html
Google给的volley开发文档

    推荐阅读