Is there much difference between those two and which one is preferably to use?
AndroidHttpClient
: Subclass of the Apache DefaultHttpClient
that is configured with reasonable default settings and registered schemes for Android, and also lets the user add HttpRequestInterceptor
classes.
This client processes cookies but does not retain them by default. To retain cookies, simply add a cookie store to the HttpContext
[API]