A number of images are "built in" to my app. They are stored in the drawable folder. I'd like to give the option of sending one of these images via mms (or even email) to someone in the user's address book. All the examples I've seen are sending images that are stored somewhere other then the default Eclipse drawable folders.
I've looked over the answers regarding MMS. It looks like this should be simple, but I don't understand how to do it. Is it that I first must copy an image from the default location to where other apps can see it? Any sample code would be appreciated. Thanks!