What is the difference between using Aquery and Using Butterknife for injection and Picasso for async image loading?
Thanks
Aquery is better than Picasso because while in offline mode/ No Internet Connectivity ,Picasso tries to fetch record form server whereas Aquery maintains its cache form where it fetched the images .
Aquery is better than Picasso because while in offline mode/ No Internet Connectivity ,Picasso tries to fetch record form server whereas Aquery maintains its cache form where it fetched the images .