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.
Asked
Active
Viewed 142 times
-1

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

Suhaib Basha
- 1
- 3
1 Answers
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