My question is straightforward and simple. Like layout-sw600dp, values-sw600dp, for the layout and values, respectively, which is for the selected folder in relation to the size of the screen.
In another document, I read that if we want to use any screen larger than or equal to 7 inches, we can use the layout-sw600dp folder, and for any smaller device the screen size will take into account the layout folder. So, how can we use the same concept for images. Right now there is a folder ldpi, mdpi, hdpi, but images are taken in accordance with the density of the screen, and not with the size of the screen. Now, if I am developing an application that works both on the device and on the phone, what should be my likely approach for images.
Thank you in advance for your help.
Android
source share