1
votes

HI i have a confusion regarding screen size and its density lets suppose I have smalll screen , normal , larage and xlarge screen and all the screen have different densily low , medium , high and xhigh so how i ll manage the drawabl folder for small , normal , large and extra large screen for there different densities

drawable-samll-ldpi

drawable-samll-mdpi

drawable-samll-hdpi


drawable-normal-ldpi

drawable-normal-mdpi

drawable-normal-hdpi


drawable-large-ldpi

drawable-large-mdpi

drawable-large-hdpi

or there is only 3 folder for all screen size for their different densities like

drawable-ldpi

drawable-mdpi

drawable-hdpi

3

3 Answers

0
votes
0
votes

Here you can find a link from the Android Developer site : http://developer.android.com/guide/practices/screens_support.html