Why doesn’t RecyclerView have onItemClickListener()?
tl;dr 2016 Use RxJava and a PublishSubject to expose an Observable for the clicks. Original Post: Since the introduction of ListView, onItemClickListener has been problematic. The moment you have a click listener for any of the internal elements the callback would not be triggered but it wasn’t notified or well documented (if at all) so … Read more