Skip to content

1.4.0 - Listener support

Compare
Choose a tag to compare
@ivacf ivacf released this 19 Dec 11:24
· 38 commits to master since this release
  • Improves the way that exceptions are handled.
  • Adds the option to pass a generic Object to the ItemViewHolder through the easy adapters constructor. This new argument called listener 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.