Top "Androidhttpclient" questions

Please use URLConnection and friends instead.

Android Error: java.net.SocketException: Socket closed

I'm seeing this error come up in my crash logs hundreds of times a week but I have spent at …

java android android-asynctask android-studio androidhttpclient
Send "PUT" request in Android to rest api

I have an android application that consulting and insert in a web service rest-ful. all this through apache HTTPClient and …

android json rest androidhttpclient
Sending Json POST to server using name value pair

I am sending Json Post request to server to through url: http://www.xyz.com/login request structure: {"requestdata":{"password":"…

java android json androidhttpclient
Multipart/form-data construction with android

I am trying to make an HttpPost with multiPart/form-data via my android app. I have a postman test that …

android multipartform-data androidhttpclient
A good approach to do multipart file upload in Android

I am working on a piece of code to do multipart form data POST request, which in my case is …

java android multithreading request androidhttpclient
Cannot Resolve Symbol HttpEntity,HttpResponse

I am trying to learn XML parsing using this tutorial but some of the classes are not getting imported. Here …

android xml-parsing androidhttpclient
Android: downloading a file and saving on sd card

Was trying to create an application to download a file on SD card, here is my code.: public class MainActivity …

java android http androidhttpclient
Google Volley vs Android-Async-Http

I am looking into both these Android Http Networking libraries. I would like some peoples experiences with using the two …

android android-volley androidhttpclient android-async-http
OKhttp PUT example

My requirement is to use PUT, send a header and a body to server which will update something in the …

android retrofit okhttp android-networking androidhttpclient
Why should I use OkHttp instead of android httpClient and AsyncTask

In the presentation of Paresh Mayani at SpeakerDeck (https://speakerdeck.com/pareshmayani/lazy-android-developers-be-productive) he says that it's better to use …

android retrofit okhttp android-networking androidhttpclient