Top "Androidhttpclient" questions

Please use URLConnection and friends instead.

Make an HTTP request with android

I have searched everywhere but I couldn't find my answer, is there a way to make a simple HTTP request? …

android httpwebrequest androidhttpclient
POST Multipart Form Data using Retrofit 2.0 including image

I am trying to do a HTTP POST to server using Retrofit 2.0 MediaType MEDIA_TYPE_TEXT = MediaType.parse("text/plain"); …

android retrofit androidhttpclient retrofit2
How do you connect localhost in the Android emulator?

I have made a php script inside localhost and I am connecting that with httpClient but I am getting a …

android-emulator localhost httpconnection androidhttpclient
The import org.apache.http.client cannot be resolved error when I update sdk to M

I am getting following errors when I import project into eclipse. I have updated my sdk to M. import org.…

android androidhttpclient
POST with Android Retrofit

I'm new to Android programming and working with Retrofit. I've done a bunch of research on this topic, but haven't …

android android-asynctask android-networking androidhttpclient retrofit
Android - MultipartEntity and dependencies

I recently migrate my project from Eclipse to Android Studio (I do not fully control this IDE yet). In this …

android android-studio androidhttpclient
Unable to resolve host: URL No address associated with hostname

I have an web service call to bring down a JSON object and it only works if I have the …

android unknown-host androidhttpclient
failed to connect to localhost/127.0.0.1 android

I am new to android development, and trying to call local .NET web api service in android via retrofit library. …

android retrofit androidhttpclient
java.lang.IllegalArgumentException: Host name may not be null

Hello everyone I'm posting here my question bcz i've gone through all the post , but didn't get any help for …

android androidhttpclient
Getting NoSuchFieldError INSTANCE org/apache/http/message/BasicHeaderValueParser

I'm working on an app on Android. I'm using httpcore 4.3.3. I get this when I try to use ContentType.parse(…

android apache-httpclient-4.x androidhttpclient