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

Animation of WebImageView still occurs within a list view #1

Open
charroch opened this issue Dec 6, 2009 · 1 comment
Open

Animation of WebImageView still occurs within a list view #1

charroch opened this issue Dec 6, 2009 · 1 comment

Comments

@charroch
Copy link

charroch commented Dec 6, 2009

The animation of the appearance of the image still occurs even after loaded when WebImageView is used within a ListView. The imageSrc is set dynamically with loadImage() which loads the image accordingly but the animation still remains after the image was loaded. This is apparent when you scroll down a list and then come back to the original position. Applying the logic within the efficient adapter from the API demos or removing the animation after the image was loaded could be 2 potential solution. I will work on a solution but though about creating the issue before hand.

@mttkay
Copy link
Owner

mttkay commented Dec 7, 2009

Yes, that's because the view doesn't distinguish between an image coming from the cache or the web. I guess this is a problem specific to ListView, because it's the only view that converts (recycles) old views. Removing the animation after image loading sounds reasonable though!

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

No branches or pull requests

2 participants