Aquery vs ButterKnife and Picasso

582 views Asked by At

What is the difference between using Aquery and Using Butterknife for injection and Picasso for async image loading?

Thanks

1

There are 1 answers

0
AudioBubble On

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 .