I was just including this code into my project from an answer to Stack Overflow question How do I do a lazy load of images in ListView.
I read all about it in How do I do a lazy load of images in ListView.
I added successfully into my project and images seem fine BUT they show up ONLY when I scroll up/down, I mean, when the list refreshes itself. So, If I do not do nothing (scroll) I keep seeing my default image and no the already downloaded image.
Any ideas?