Saving and Reading Bitmaps/Images from Internal memory in Android
问题 What I want to do, is to save an image to the internal memory of the phone (Not The SD Card) . How can I do it? I have got the image directly from the camera to the image view in my app its all working fine. Now what I want is to save this image from Image View to the Internal memory of my android device and also access it when required. Can anyone please guide me how to do this? I am a little new to android so please, I would appreciate if I can have a detailed procedure. 回答1: Use the below