I have been searching this for a while and have not been able to find a proper implementation. Basically what I want is to load all images from the SD card in a lazy adapter such that only those which are visible on screen are loaded and others get unloaded. I want this to avoid the famous OutOfMemory Exception as there could be tons of images on the SD card.
Can anybody suggest a proper way to do this, or guide me to a proper thread describing this problem?