I am browsing both of these Android Http Networking libraries.
I would like some people to survive using two libraries. Personally, I always used the http://loopj.com/android-async-http/ library quite happily. But I was recently offered to use the Volleyball platform.
What benefits will I get from one another? From my reading so far, Volley includes a number of nice features, such as Image loading, Caching requests, Request Cancel all in one library.
My current use case / feature:
Use web services from Android apps.
- Get JSON objects from web service
- Easy GUI Integration
- Stability and reliability over wet performance
- Long-term maintenance and library support.
- Ease of use / ease of implementation
From some readings on SE:
βVolleyball is good, but, on the minus side, this is one undocumented, unsupported,β drop the code through the wall and make a presentation i | O on it. "
So, I think that his pure volleyball can get a tick for the function, but how well documented and maintained? If I decide to use it, will it still support it 4 years below the line?
source share