Posts by Bruno Cardoso • 1 point
1 post
-
0
votes1
answer114
viewsA: Pick up an item from Recyclerview and associate one class to another
You can use a Map to reference the information according to the recycleview item you clicked and retrieve the value through get(Key), thus creating a direct reference between the recycleview item…