I have a activity with 3 ImageViews and a Button. Clicking on the ImageView shows an AlertDialog with a list of images (located in /res/drawable) that the user can select.
I’ve hit a wall where I don’t know how to store the images to the database that were selected in the ImageViews.
Any pointers?
I think the preferred solution is to store the images on the SD card and store the file paths in the database