Hello uru,

In order to get all the images on device, you can query this URI
"content://media/images".

After getting the images, you can insert the tuple with the image and
other columns that you want to add.
Don't forget the blob data will be stored as the actual path of the
data in sqlite3 database.

Best wishes,
sacoskun

On Jul 4, 10:10 am, uru <[EMAIL PROTECTED]> wrote:
> i want to make an album how can i collect all photos on device inta a
> database and work with it???
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to