Top "Loopj" questions

Use this tag for the HTTP Client for Android developed by James Smith, alias Loopj.

POSTing JSON/XML using android-async-http (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-http
Android Studio: Resolving Duplicate Classes

When 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 loopj
Android loopj Async Http crashes after 1.4.5 update

The new update for Android loopj Async Http lib is out and they changed a lot. Now you need to …

java android asynchronous httprequest loopj
Android - loopJ AsyncHttpClient return response onFinish or onSuccess

I am looking for a way to return the response I get in loopJ AsyncHttpClient onFinish or onSuccess or onFailure. …

java android android-asynctask loopj asynchttpclient
Self-signed certificate and loopj for Android

I'm trying to use loopj for making async HTTP requests. Works great, except when I try to access https site …

android loopj
Create File from Uri type android

I'm trying to select image from gallery then convert this image to File and send it via HttpPost but I'm …

java android file uri loopj
Getting SocketTimeoutExceptions using loopj AsyncHttpClient... is there a timeout value I can set?

When using the loopj AsyncHttpClient library, I keep getting java.net.SocketTimeoutExceptions when making requests (see below). Is there some …

android httpclient loopj
Loopj Android Async Http - onFailure not fired

I am using the great async http library from loopj, but I have run into a small snag. If the …

java android http asynchronous loopj
How to use loopJ SyncHttpClient for synchronous calls?

I have been stuck on this for two days now, finally decided to post here. I see loopj library being …

android http service loopj
Loopj (AsyncHttpClient get method) doesnt return response in Android Unit Test

I am trying to create Unit test on Android project which is working with URL requests. I use loopj library …

android loopj