I d like to develop to screen resolutions:
854*480 800*480 480*320
what is the correct /res structure for this?
#1
drawable-854x480
drawable-800x480
drawable-480x320
layout-854x480
layout-800x480
layout-480x320
or
#2
drawable-hdpi-854x480
drawable-hdpi-800x480
drawable-mdpi-480x320
layout-hdpi-854x480
layout-hdpi-800x480
layout-mdpi-480x320
or
#3
drawable-hdpi-long
drawable-hdpi-notlong
drawable-mdpi
layout-hdpi-long
layout-hdpi-notlong
layout-mdpi
or else?
i am totally confused, because Galaxy S not use the "800x480" directory, why? I think Galaxy S i9000 is a 3.7 inch, 800*480 device..
I d like to optimize my program version 1.5
update: If i havent "drawable" and "layout" folders, then i get "resource not found exception"
So my probleme is this:
Different resources for WVGA800 and WVGA854?
anybody a solution for this?