文章目录
  1. 1. 使用Volley

使用Volley

下载Volley源码并build jar包。

1
2
3
4
$ git clone https://android.googlesource.com/platform/frameworks/volley
$ cd volley
$ android update project -p ./
$ ant jar

把生成的jar包引用到项目中去。

文章目录
  1. 1. 使用Volley