AndroidImageLoader icon indicating copy to clipboard operation
AndroidImageLoader copied to clipboard

Andorid library that loads images asynchronously into cache using a thread pool

Results 2 AndroidImageLoader issues
Sort by recently updated
recently updated
newest added

If the original image has a large resolution, AndroidImageLoader creates a Bitmap of the same size, even if we need only a small image for a thumbnail. This leads to...

enhancement

Crash issue putBitmapOnDisk function, the process of java.lang.OutOfMemoryError is not. 02-21 15:51:15.660: I/dalvikvm(13407): "LifoAsyncTask #3" prio=5 tid=17 RUNNABLE 02-21 15:51:15.660: I/dalvikvm(13407): | group="main" sCount=0 dsCount=0 obj=0x436f5790 self=0x5e329dd0 02-21 15:51:15.660: I/dalvikvm(13407):...

bug