Possible Duplicate:
how to store Image as blob in Sqlite & how to retrieve it?
I've seen examples of showing a list in android, with images. I mean, each item of the the list has an image, that is downloaded from internet. This examples I've seen them on using cache storage(saving the image using bitmaps). Now i was wondering y it can be done by using Sqlite. I want to download images from internet and showing them in a list, saving them on sqlite.
Is this possible? any examples would be useful