Top "Androidhttpclient" questions

Please use URLConnection and friends instead.

With what can I replace http deprecated methods?

I was following a tutorial and I got to a point where a lot of the code is deprecated. ArrayList&…

android android-studio androidhttpclient
Why does android get the wrong ssl certificate? (two domains, one server)

I have two domains: foo.net and bar.com. They both have SSL certificates, and they work well in all …

android ssl nginx androidhttpclient
Android - Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found

I'm using self-signed CA certificate for testing environment but facing issue to hit api using HttpClient.... Please help me to …

java android ssl ssl-certificate androidhttpclient
okhttp new JsonObject from Response

I am trying to use OKHttp and https://github.com/hongyangAndroid/okhttp-utils to implement Login function, but I don't know …

android okhttp androidhttpclient
Get html of a website with retrofit - Android?

How can I get html of a website with retrofit ? for example I have this url and I need to …

android retrofit retrofit2 androidhttpclient
HttpURLConnection.getInputStream very slow

HttpURLConnection.getInputStream takes very much time when compared to iPhone App which uses the same server side services. The following …

android inputstream httpurlconnection androidhttpclient
Which httpmime version can I use with Android's HttpClient?

I need to upload files using Android's HttpClient. Unfortunately, Android doesn't include MultipartEntity, so I must using Apache's httpmime library. …

android file-upload androidhttpclient