loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Weird and sharp behavior #15

Open natinusala opened 11 years ago

natinusala commented 11 years ago

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 !

natinusala commented 11 years ago

The pictures are loaded once they begin to enter in the screen, but the images are expanding the layout so it scrolls the list...