I need every picture that I have in my program to be created for different densities (mdpi, ldpi, hdpi)? If yes, which density has to be for hdpi? Which one for ldpi?
And the second question. What I don`t understand, that what about screen sizes? What people usually do for support of tablets? They do not do anything with images, they just creating different layouts (which is more convenient)? Am I right or I do not understand?
It would be good to read something besides official documentation. Something that was written in language which is more human.
Thank you.
You can use 9-patch for some of you img. for example – backgrounds.
but actually – yes, you need images in 4-size
Proportion are:
So if you have image mdpi 24*24 px, you must make it 36*36 px for hdpi
And some good resourse http://www.androidguys.com/2010/02/18/handling-multiple-screen-sizes-part-2/