Is there a way to avoid having multiple sets of resolution drawings? I have about 50 images (mostly simple icons, not using anything that needs a 9 patch), there seems to be a lot of redundant work to resize all 50 in Photoshop, also considering a rework if I have to change some icons in the future.
I understand the need for adjustments for several densities, but is there a way to avoid this, you can say by simply providing a high-quality image, and then applying the size as DP / DIP?
I also see that in my Android project there is only a "Drawable" folder in addition to * hdpi / mdpi / ldpi, what are the consequences if I just put all my image resources in this folder instead of special permission? (assuming I'm fine with resizing images on the device)
AVP06 source share