tags:

views:

30

answers:

1

Hi,

I want store an image using a SQLite database in Android (using an insert statement).

Also I need to retrieve the image from the SQLite database and display it on the screen.

Thank you.

+1  A: 

This tutorial should answer your question.

Artem Russakovskii