aeisses / Android-FACCookBook

The FAC CookBook Android Repo
0 stars 0 forks source link

Figure out what third party libraries can be used for the Android App #2

Open aeisses opened 9 years ago

aeisses commented 9 years ago

The Android app will need some third party tools for app:

mattcreaser commented 9 years ago

There's quite a few choices for both, but I would probably lean towards Volley since it is a general asynchronous networking library first and an image fetching library second, so it solves both needs.

Other choices for the image side of things include Picasso, Glide, and Fresco. They would each require a separate solution for just the bare networking stuff.