AFNetworking for Android

Viewed 14414

I am in the process of porting my iOS app to Android, and am now in need of a simple to use asynchronous class set to download JSON data and images.

For iOS I am using AFNetworking which is an amazing tool. Is there anything like that for Android?

4 Answers
Related