I'm working on a drawing app and need to get some "Save" functionality
in.  What I'd like to do is:

1)  Prompt the user for a filename
2)  Check for existing file - confirm overwrite
3)  Save to SD.

I would think this should save in the same spot as Photos taken by the
camera, unless you guys think it should have its own spot.  I want the
drawings to come up with the photos in the Photos app.

I tried to use
MediaStore.Images.Media.insertImage(getContentResolver(), bitmap, "My
Drawing", "description");

but that just gives me a URI error.  Any ideas?  Isn't there a built
in filechooser of some sort?  I tried to find it but came up empty.

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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