-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Home
Overview
An asynchronous, callback-based HTTP client for Android built on top of Apache’s HttpClient libraries. By default, requests are dispatched using a thread (not the app’s UI thread) and callback logic is executed on the same callback thread (using Android's Handler mechanism).
Choosing version of library
The library is currently developed in three separate branches, each with it's own specific features:
-
Version 1.4
- Latest stable version: 1.4.10
- Latest development version: 1.4.11-SNAPSHOT
-
Version 1.5
- Latest development version: 1.5.0-SNAPSHOT
Reporting Bugs or Feature Requests
Please report any bugs or feature requests on the github issues page for this project here:
https://github.com/loopj/android-async-http/issues
The Android Asynchronous Http Client is released under the Apache License, Version 2.0.
Read the full license here: http://www.apache.org/licenses/LICENSE-2.0