I'm developing a new app where I have a doubt about images and folders storage.
I have a DB where I want storae the path of the images and not the images (I don't want to use BLOB because I don't want a large DB). Ok, the question: which is a better place where I can put to the images Raw? Drawable? Assets? and also what type (png or jpg or bmp)?
Thank you so much for any suggestion.