Three useful android libraries

The most useful libraries for me lately is:

  • Picasso – A powerful image downloading and caching library for Android.
  • Butterknife – Field and method binding for Android views.
  • EventBus – Simplifies the communication between components and makes your code simple.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.