1.4.0 - Listener support
- Improves the way that exceptions are handled.
- Adds the option to pass a generic
Object
to theItemViewHolder
through the easy adapters constructor. This new argument calledlistener
is intented to pass an implementation of an interface to the view holder that then can be used as a callback to notify Activities or Fragments of an action, i.e one of the views in the list has been clicked.