i have a problem, i’m working on a android application for a 7′ tablet. now i want also smartphones to display these application. the problem is that i dont know how to resize the images in the right size.
for example my tablet has some images in the hdpi folder which are 300x300px how do i know how big the pictures in the mdpi or ldpi should be?
i’m a little bit confused.
To create alternative bitmap drawables for different densities, you should follow the 3:4:6:8 scaling ratio between the four generalized densities
use this link for generating drawables