Closed GoogleCodeExporter closed 8 years ago
Fixed in latest release.
Original comment by tinyeeliu@gmail.com
on 9 May 2013 at 7:38
i use ndroid-query-full.0.26.7.jar but progress bar is still not hidden :(
Original comment by huuhu...@gmail.com
on 12 May 2014 at 4:40
You must use the following sequence of call methods:
aq.id(R.id.image).progress(R.id.progress).image(imageUrl, false, false);
As an example, the official:
https://code.google.com/p/android-query/wiki/ImageLoading#Progress
Otherwise, the progress bar is not hidden.
This is a non-working sample code:
aq.id(R.id.image).image(imageUrl, false, false).progress(R.id.progress);
In this case, a progress bar is not attached to the load.
Original comment by beryoz...@gmail.com
on 23 Jun 2015 at 1:11
Original issue reported on code.google.com by
vilderek...@gmail.com
on 6 Dec 2012 at 3:48