Save as Blob in table
byte[] b=xxxCursor.getBlob(xxx)
Bitmap bitmap = BitmapFactory.decodeByteArray(b, 0, b.length);

On 11月4日, 下午1時40分, devi <[email protected]> wrote:
> hi!
>
>            I want to store Images(using insert statement) in sqlite
> database & retrive that image from database and display that image on
> android emulator...can anyone give sample code?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to