RecyclerView onClick

Has anyone using RecyclerView found a way to set an onClickListener to items in the RecyclerView?
I thought of setting a listener to each of the layouts for each item but that seems a little too much hassle
I’m sure there is a way for the RecyclerView to listen for the onClick event but I can’t quite figure it out.

48 s
48

Leave a Comment