anguyenqd / android-query

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

receive "NETWORK_ERROR" from BitmapAjaxCallback when loading large number of images. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gridview holding 25 images
2. at most 8 of them are loaded successfully
3. at least 17 images callback receive AjaxStatus.NETWORK_ERROR

What is the expected output? What do you see instead?
It works fine when I use the very old version android-query.0.4.1-beta.jar

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

Original issue reported on code.google.com by leehc...@gmail.com on 25 Jan 2012 at 8:45

GoogleCodeExporter commented 9 years ago
Unable to reproduce. The demo app has a grid view that loads more than 8 images 
at the same time. How big are those images?

Please set this option and see if any exception happened.

AQUtility.setDebug(true);

Also if possible, copy your code here it will help a lot.

Thanks.

Original comment by tinyeeliu@gmail.com on 1 Feb 2012 at 5:25

GoogleCodeExporter commented 9 years ago
Can also try this in the latest beta:

AjaxCallback.setNetworkLimit(25);

Original comment by tinyeeliu@gmail.com on 3 Feb 2012 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by tinyeeliu@gmail.com on 4 Apr 2012 at 2:12