Skip to content
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

Do not use FadeInBitmapDisplayer with memory cache after initial load #126

Closed
rfgamaral opened this issue Dec 24, 2012 · 3 comments
Closed
Labels

Comments

@rfgamaral
Copy link

The FadeInBitmapDisplayer is a nice touch and makes lazy loading look great. But if used in conjunction with the memory cache, the images will keep constantly fading while scrolling a ListView and that is kinda annoying. This shouldn't happen. Since the image is in the memory, it will be instantly loaded and the fading is just distracting.

This fading should only happen once when first loading the image and not be used again. If memory cache is enabled that is. This is just a suggestion though.

@ghost
Copy link

ghost commented Jan 7, 2013

This is good suggestion, Google Play Market behave this way as suggested

@nostra13
Copy link
Owner

nostra13 commented Jan 7, 2013

I understand, this is quite right behavior, but it requires quite much efforts. I'll think about it but it has low priority for now. You are free to make pull requests if you decide to implement this feature.

@nostra13
Copy link
Owner

I think I have an easy solution here - #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants