What is the difference between the 3 drawable folders? I know how drawable works but I don’t understand why there are 3 folders. Can an image be accessed if it is in only one folder and can it also be accessed if it is in more than one? I know someone probably has a quick and easy answer for me. Thanks!
Share
You should read Application Resources and Supporting Multiple Screens sections from documentation. In short, different folders are accessed from different kind of devices.
In short:
folder.
“drawable-mdpi”.
from “drawable-ldpi” folder.