Friday, February 15, 2013

Android LazyList Implementation





Please download the source code at LazyListImplementation

It may be helpful to somebody. It downloads images in the background thread. Images are being cached on an SD card and in memory. The cache implementation is very simple and is just enough for the demo. It decode images with inSampleSize to reduce memory consumption. It also try to handle recycled views correctly.



the out put is as shown below



No comments:

Post a Comment