RecyclerView Item Click Listener with DataBinding
问题 I have implemented recycler view with data binding using a baseadapter which handles all the binding of any layout item. I have tried to implement per item click listener using method reference and Listener bindings, but I couldn't do that. Here is my code. Can you give me a sample which is the simple way to detect every single item of the recycler view and I want to add click listener for every single item for different purposes. Thanks. MyBaseAdapter public abstract class MyBaseAdapter