How to Save images to ImageView using Shared Preferences
问题 I have an activity that opens another activity to get a download pic. The picture comes back to my original activity and rest in an imageView. That's working fine. How do I save the image so when the user comes back later, or kills to app the image is still there. I know I am supposed the use Shared Preferences to get the image path and not save the image itself but I just don't know how do that. Main Activity public class MainActivity extends Activity { private static final int REQUEST_CODE