Android multiple screen sizes with same density
Posted
by droidy
on Stack Overflow
See other posts from Stack Overflow
or by droidy
Published on 2010-04-14T14:30:47Z
Indexed on
2010/04/14
14:33 UTC
Read the original article
Hit count: 366
android
|android-sdk
I'm confused regarding the densities. I see that with medium density, the screen resolution could be either 320x480, 480x800, or 480x854. So if I have an image thats 300px wide in the mdpi folder, how is it going to look the same size on all 3 different screen sizes (mainly 320x480 vs the other 2)? And by look the same size, I mean scale to be bigger or smaller depending upon the screen size. Thanks.
© Stack Overflow or respective owner