-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image loaded, with glide, flickers #185
Comments
Hi, |
I do it like this.
|
Hi I am using this but I did'nt get appropriate result . Can you check this out please . SwipeCardsAdapter lAdapter; ArrayList ex1 ex1 = new ArrayList();
|
I am using the cards, that have an ImageView with the content loaded from the web/cache with glide.
When the top card is moved, I see the next card with ImageView that has a picture loaded into it.
However, once the top card goes away, adapter gets datasetchanged event and re-inflates all cards' views. That causes the next card to re-load the image and it blinks.
Any ideas how to work around this issue?
The text was updated successfully, but these errors were encountered: