You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An asynchronous, callback-based Http client for Android built on top of Apache's [HttpClient](https://hc.apache.org/httpcomponents-client-ga/) libraries.
6
6
@@ -9,14 +9,14 @@ Changelog
9
9
10
10
See what is new in version 1.4.9 released on 19th September 2015
For inspiration and testing on device we've provided Sample Application.
38
-
See individual samples [here on Github](https://github.com/loopj/android-async-http/tree/1.4.9/sample/src/main/java/com/loopj/android/http/sample)
38
+
See individual samples [here on Github](https://github.com/android-async-http/android-async-http/tree/1.4.9/sample/src/main/java/com/loopj/android/http/sample)
39
39
To run Sample application, simply clone the repository and run this command, to install it on connected device
40
40
41
41
```java
@@ -93,5 +93,5 @@ Documentation, Features and Examples
93
93
------------------------------------
94
94
Full details and documentation can be found on the project page here:
0 commit comments