Android异步 HTTP 客户端开发包 android-async-http

openkk 12年前

这是一个异步,callback-based的Android Http 客户端,基于Apache的 HttpClient 类库构建。

功能特性:

  • 实现异步HTTP请求,以匿名回调处理响应
  • HTTP请求独立于UI线程之外
  • Requests use a threadpool to cap concurrent resource usage
  • GET/POST params builder (RequestParams)
  • Multipart file uploads with no additional third party libraries
  • Tiny size overhead to your application, only 19kb for everything
  • Automatic smart request retries optimized for spotty mobile connections
  • Automatic gzip response decoding support for super-fast requests
  • Optional built-in response parsing into JSON (JsonHttpResponseHandler)
  • Optional persistent cookie store, saves cookies into your app's SharedPreferences

项目主页:http://www.open-open.com/lib/view/home/1344927264178