Hi is there any way we can hold the old position of the item in recycler view I want to show something if the new item click and if the same item click nothing should happen
s
satyan
02/18/2020, 2:25 PM
You could save the clicked item id and handle it differently next time it’s clicked. (if you have uninique ids)