[android-beginners] Getting images to appear in the Gallery

2009-07-02 Thread Jonathan Daugherty
(); values.put(Media.TITLE, filename); values.put(Media.DESCRIPTION, Image capture by camera); Uri uri = getContentResolver().insert(EXTERNAL_CONTENT_URI, values); And later I open an OutputStream to that URI and save the photo data. Thanks! -- Jonathan Daugherty

[android-beginners] Intent filters: how do I know which action to use?

2009-06-26 Thread Jonathan Daugherty
Hi all, Here's my situation: I'd like to implement support for an alternative share feature for images taken with the camera. When I take a picture on my device and then pull up the menu for that picture, I get a Share option; then, I get a list of options (Picasa, Gmail, etc). I'd like to add

[android-beginners] Re: Intent filters: how do I know which action to use?

2009-06-26 Thread Jonathan Daugherty
something Android is doing to the intent-filter on my activity? Thanks, -- Jonathan Daugherty --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners