Registry / networking / android-async-http

android-async-http

JSON →
library1.4.11javamavenunverified

An asynchronous HTTP library for Android applications.

<dependency> <groupId>com.loopj.android</groupId> <artifactId>android-async-http</artifactId> <version>1.4.11</version> </dependency>
INSTALL
IMPORT
SIG · ANDROID-ASYNC-HTTP
A
android-async-http
networkingjavav1.4.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncHttpClient
com.loopj.android.http.AsyncHttpClient

Minimal example of making a GET request with Android Async HTTP.

AsyncHttpClient client = new AsyncHttpClient(); client.get("https://example.com", new AsyncHttpResponseHandler() { @Override public void onSuccess(int statusCode, Header[] headers, byte[] responseBody) { // handle success } });
Debug
Known issues
breakingLibrary is no longer actively maintained; consider using OkHttp or Retrofit.
fix
Migrate to OkHttp or Retrofit for modern Android HTTP needs.
affects: >=1.4.11
Upgrade
Version history
1.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
40
Amazon
1
Perplexity
1
Resources
android-async-http — mvn dependency:get android-async-http · libregistry