yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.38k stars 452 forks source link

duplicates images #281

Closed ravidr closed 5 years ago

ravidr commented 5 years ago

When using Picasso library to load images into the card, if I swipe quickly, it shows previous images sometimes for a brief moment, like for a second, it repeats loaded images, and when I stop to swipe, it loads the new image, like it supposed to.

how do I handle this issue? thanks

P.S tried Picasso memory policies method, not working

yuyakaido commented 5 years ago

@ravidr CardStackView(RecyclerView) recycles views so you should reset ImageView before loading the next image.