Use this tag for the HTTP Client for Android developed by James Smith, alias Loopj.
I am using android-async-http and really liking it. I've run into a problem with POSTing data. I have to post …
android rest post loopj android-async-httpWhen I try to run my android application on an Android device, the gradle console reports the following error: Error:…
android gradle android-gradle-plugin build.gradle loopjThe new update for Android loopj Async Http lib is out and they changed a lot. Now you need to …
java android asynchronous httprequest loopjI am looking for a way to return the response I get in loopJ AsyncHttpClient onFinish or onSuccess or onFailure. …
java android android-asynctask loopj asynchttpclientI'm trying to use loopj for making async HTTP requests. Works great, except when I try to access https site …
android loopjWhen using the loopj AsyncHttpClient library, I keep getting java.net.SocketTimeoutExceptions when making requests (see below). Is there some …
android httpclient loopjI am using the great async http library from loopj, but I have run into a small snag. If the …
java android http asynchronous loopjI am trying to create Unit test on Android project which is working with URL requests. I use loopj library …
android loopj