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...
As the API’s have radically changed, It wouldn’t surprise me if you were to create an OnClickListener for each item. It isn’t that much of a hassle though. In...