I need my application to support hdpi devices. From what I've read, I need to use 72x72 size for icons, and 640x480 for images. My questions are:
If my android device is mdpi for example, will is scale the images and the icons by itself ? I've read that it has a fair view after scaling.
Where should I place all my resources ? only in
drawbles\hdpi
folder ? or only indrawbles
folder?