Browse Tag

eventbus

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.