I have a problem with my app.
I had lower resolution images to load in smartphone, when I tested the app on tablet did not look good and increase the resolution of the images, but now in smartphone space memory fails and it blocked the app when I try to access a view to these images.
I wanted to know how I can fix this problem and I have in the project directory 'res' images that serve to both dispositives without problem.
I've heard that with suffixes drawable folders (drawable-hdpi, drawable-mdpi, etc.) are used to take pictures of different resolutions and automatically each device take pictures from a directory or another, but I only use images in the drawable directory -mdpi. In that case, what job directory for each type of device?
Thank you.