-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Version 1.5 Introduction
Saeed Rezaei edited this page May 31, 2020
·
1 revision
An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All requests are made outside of your app’s main UI thread, but any callback logic will be executed on the same thread as the callback was created using Android’s Handler message passing. You can also use it in Service or background thread, the library will automatically recognize in which context is running.
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