Saving an image file from res/drawable to Gallery App in android
I would like to know how to save an image from res/drawable folder into the device's gallery application, such that, image will be displayed in a customized (with a different name) location, e.g. pictu开发者_如何学JAVAres taken from other apps is displayed in a location in the gallery app as "Other". Thank you in advance for any idea.
Store the image on sdcard and MediaScannerService will automatically recognize it.
精彩评论