You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, I want to implement a favorite option
I implement it and when I add one item in the favorite list (favorite item's image drawable is changed) another item's image drawable is automatically changed
The text was updated successfully, but these errors were encountered:
I have noticed same issue. It swipes every 10 item, so if you swipe 1st item then 11th item on the list will be swiped as well etc.
Is there any fix for this?
This issue occurs because the row in the list is recycled. Reset the state of the view to closed when onBind is called. You'll need to keep track of this obviously in order to correctly set the state as opened vs closed.
Thanks for that, after your reply I went back to the tutorial I was doing and It turns out I missed a line of code related to what you have said. Cheers
Check this video
https://drive.google.com/file/d/1ix1Yxdh-EcUAVQ0rhrMNdcLU6BBgSTb1/view
Any solution for this?
Also, I want to implement a favorite option
I implement it and when I add one item in the favorite list (favorite item's image drawable is changed) another item's image drawable is automatically changed
The text was updated successfully, but these errors were encountered: