Faster Loading images in GridViews or ListViews in Android using Menory Caching, Complete implemenation with sample code.
Hi all This example shows you how to load large images in the gridview without any lag or without outofmemory error. This sample application uses the LruCache to hold the images. A cache that holds strong references to a limited number of values. Each time a value is accessed, it is moved to the head… Read More »