there seems to be many ways to access a REST web service. but different documentation out there states they all have problems and now i am confused what to use. Here are our options:
HTTPClient - from apache, but deprecated. However Apache does provide some alternative
HttpURLConnection - has bugs in it.
AndroidHttpClient - includes the workaround for a major bug in HttpURLConnection
I really don’t know which one to use from the list above. Is there one which I am missing that I should be using to access a REST web service ?