Posts by BMacedo • 111 points
1 post
-
1
votes1
answer421
viewsA: How to implement different clicks for each item in Recyclerview?
One option is to have access to the clicked object, given its position in the method onItemClick. You can create a method for this in Adapter that is associated with your Recyclerview, for example,…