I need some help since I am a beginner in Android. I have an application in which I'm maintaining a list of items & its description, along with an image of the item. I have used SQLite DB to store item name, its description and image path which I have taken from an SD card. Now when I delete content from the SD card, I loose the images that I have used for the app. How can I store the images to the application context so that I will not lose them?