I am having an issue with bitmap recycle. I am displaying the bitmaps in a grid view . I have about 40-50 thumbnails. when I down load the thumb image from the url I cached it to disk. Set the bitmap on ImageView and call bitmap.recycle(). BUt I keep getting recycled bitmap cannot be used.
Any ideas on what might be happening. Thanks for your help. I am re-using the 'convert-view' in the getView() of the ImageAdapter
Regards -Chandu