开发者

Saving an image file from res/drawable to Gallery App in android

开发者 https://www.devze.com 2023-02-17 20:19 出处:网络
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. pic

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消