sauravtom / android-query

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

Heavy memory usage freezes phone #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have tested this only on a Nexus S. My app shows many images gathered from 
internet in a ListView, each row has 4 images, each image is 160x160. Not too 
big but there are many on the screen. With the last version of aquery scrolling 
too fast freezes not only the app but the whole phone. I tried replacing aQuery 
version I was using with an older one and it worked normally. I'm not sure 
which version is this one because I have the source from my old app version.

What steps will reproduce the problem?
1. Put many ImageView in a ListView from url
2. Scroll fast

What is the expected output? What do you see instead?
The list is scrolling normally

What version of the product are you using? On what operating system?
0.24.1

Please provide any additional information below.

Original issue reported on code.google.com by duiker...@gmail.com on 9 Oct 2012 at 11:01

GoogleCodeExporter commented 8 years ago
Are you using shouldDelay to delay load the images?

Original comment by tinyeeliu@gmail.com on 13 Oct 2012 at 5:56

GoogleCodeExporter commented 8 years ago
I had a similar issue when i was specifying the cache limits 
(BitmapAjaxCallback.setcache..). after removing all settings and left it to do 
it automatically, the problem stopped.

Original comment by 1585...@gmail.com on 1 Nov 2012 at 1:07

GoogleCodeExporter commented 8 years ago

Original comment by tinyeeliu@gmail.com on 9 Jan 2013 at 7:21