android-smart-image-view
android-smart-image-view copied to clipboard
Weird and sharp behavior
Hello,
I have a simple ListView with some URL-loaded images on each row, with some text under it. When I scroll the list, the scrollbar is very weird (it grows or decreases when we approach an image) and each time we scroll up, the image is loaded suddenly so the scroll is very sudden and abrupt, and the image apprears suddenly at the middle of the screen..
I think the images are only displayed once they are onto the screen, but if we scroll quickly, its saccade because of the loading latency and sometimes gets on the top of the list by itself...
Is there a way to fix these issues ? My application can't be used, it's not convenient at all...
Thanks !
The pictures are loaded once they begin to enter in the screen, but the images are expanding the layout so it scrolls the list...