Hi is there any way we can hold the old position o...
# android
v
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
You could save the clicked item id and handle it differently next time it’s clicked. (if you have uninique ids)