RecyclerViewExtensions module providing utilities for click listening.
ViewHolder
implementation that gets an OnItemClickListener
to invoke when the it is clicked. Optionally, it can also get an OnItemLongClickListener
to invoke when long clicked.
To use, have your view holder extend from it.
Subclass of ClickableViewHolder
that updates the ViewHolder
's root view focusable state, depending on whether or not click / long click listeners are set.