[android-developers] Re: save image file in sqlite db

2009-01-21 Thread jtaylor

Use the ContentResolver().openOutputStream(), etc. in the example
here.
http://code.google.com/android/devel/data/contentproviders.html

SQLite supports binary data. However, I think you may have trouble
with direct access to binary data with the Android Cursors.


- Juan T.

On Jan 20, 12:19 am, And-Rider  wrote:
> I want to save images from a particular URL into the sqlite db and
> then display it from the database..Can anyone tell me as how i could
> do that
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: save image file in sqlite db

2009-01-20 Thread And-Rider

can any one help me.. is there any data type in sqlite through which i
can save images directly from a particular url into sqlite available
in android
can some one provide sample codes...

On Jan 20, 10:19 am, And-Rider  wrote:
> I want to save images from a particular URL into the sqlite db and
> then display it from the database..Can anyone tell me as how i could
> do that
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---