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 <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---

