1

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

Thanks

dowjones123
  • 3,695
  • 5
  • 40
  • 83
  • 1
    What makes you think that they have anything to do with one another? This feels like "what is the difference between a person, a rock, and a metaphor?" – CommonsWare Nov 15 '14 at 17:59
  • Thanks. Butterknife does injection to lessen the code. And from here:https://code.google.com/p/android-query/#Less_Code, one of AQuery's feature is same/similar – dowjones123 Nov 15 '14 at 18:04
  • 1
    I think he wants to compare Aquery vs ButterKnife. And than use one of those together with Picasso. So it's more like asking about the difference between a person and a rock. – Rolf ツ Nov 15 '14 at 18:08
  • Yes Rolf, that is correct. thanks – dowjones123 Nov 15 '14 at 18:11
  • why don't you guys answer rather than Making fun – Rituraj suman Oct 04 '16 at 06:55

1 Answers1

1

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 .