android-smart-image-view icon indicating copy to clipboard operation
android-smart-image-view copied to clipboard

Weird and sharp behavior

Open natinusala opened this issue 12 years ago • 1 comments

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 avatar Mar 19 '13 16:03 natinusala

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

natinusala avatar Mar 19 '13 18:03 natinusala