I save 4 copies of each image in my game, each with a different density. They are saved in the corresponding res / drawable- * folder, and it seems to work fine on different devices.
So, I am currently opening Photoshop, and I have one psd for each image. I edit the vector accordingly, change the density and save the image in the appropriate folder. I have to do this 4 times, for each image. This happens forever, and I try to avoid messy and ruin the density of one image without noticing it.
Is there a better way? When you need to create and edit your drawings during the development process, how do you do this?
source
share