SaddamButo / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Load indicator when using aq.image() in list #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create ListView with adapter, each list item contains image than loaded 
trough URL and progress indicator. Activity has button that modify adapter (in 
our case new data is loaded, adapter is modified, new data has new images 
aswell)

What is the expected output? What do you see instead?

i expect that progress indicator must be hidden when image is displayed, but 
sometimes (most often it happens in firs and last item of adapter) image is 
displayed, but progress bar is still visible.

What version of the product are you using? On what operating system?
android-query.0.20.6.jar

Please provide any additional information below.

Original issue reported on code.google.com by Alexey.K...@gmail.com on 12 Mar 2012 at 6:20

GoogleCodeExporter commented 8 years ago

Original comment by tinyeeliu@gmail.com on 31 Mar 2012 at 4:55

GoogleCodeExporter commented 8 years ago
I tend to notice this particularly when the same image appears multiple times. 
The progressbar is hidden for the first instance of that image, but remains 
visible for the rest.

Original comment by trebon...@gmail.com on 11 Aug 2012 at 9:21

GoogleCodeExporter commented 8 years ago
Unable to reproduce.

Could be fixed in previous releases.

Original comment by tinyeeliu@gmail.com on 19 Sep 2012 at 1:58