I've been doing some digging lately into the REST Clients for Android. Majority of the discussions have been around Volley and Retrofit, seldom I came across comparisons between Ion, Robospice with these two. I could not find any comparison with Spring Android even though it seems to be a reliable Rest Client from a reputed open source framework.
Is Spring Android rarely used as a Rest Client? Does it not stack up well against the Rest Clients mentioned above?
P.S - Among the Libraries I mentioned above, looks like Robospice is solid when it comes to tying the request to the Activity lifecycle? I wonder if Ion, Volley, and other libraries do so?
Okhttp
like the ones we have withRetrofit
andRobospice
– Edomite