Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Marek Sebera edited this pageJul 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
    • Lateststable version:1.4.10
    • Latestdevelopment version:1.4.11-SNAPSHOT
  • Version 1.5
    • Latestdevelopment 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 theApache License, Version 2.0.
Read the full license here:http://www.apache.org/licenses/LICENSE-2.0

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp