-1

I Need an alternative for HTTPClient class in Android. Since HTTPClient was removed in SDK23. When I use HTTPURLCONNECTION class, it won't do the appropriate job.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

0

I use the Google Volley SDK. It is way faster than using the standard Android HTTP client.

Michael Dougan
  • 1,698
  • 1
  • 9
  • 13