Skip to content
Marek Sebera edited this page Jul 20, 2019 · 9 revisions

Android Asynchronous Http Client

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