I originally built an Android application and threw all my images into the drawable-hdpi resource directory, and now I come back and make the necessary changes / additions so that the application is supported on all screen sizes and densities.
How can I take all my images and make them less dense? My first guess is to load them into Gimp or Photoshop and reduce them to a lower resolution. It's all I need?

source
share