我对屏幕尺寸及其密度感到困惑 假设我有小屏幕,普通,larage和xlarge屏幕 并且所有屏幕都有不同的密度低,中,高和xhigh 所以我将如何管理drawabl文件夹的小,普通,大和额外 大屏幕有不同的密度
抽拉-samll-LDPI
抽拉-samll-MDPI
抽拉-samll-HDPI
抽拉正常-LDPI
抽拉正常-MDPI
抽拉正常-HDPI
抽拉-大LDPI
抽拉-大MDPI
抽拉-大HDPI
或者所有屏幕尺寸只有3个文件夹,因为它们的密度不同,如
抽拉-LDPI
抽拉-MDPI
抽拉-HDPI
答案 0 :(得分:0)
显示此推荐http://luckesky.blogspot.com.es/2012/04/auto-ajustar-tamano-de-aplicaciones-al.html 所以你可以看到尺寸屏幕更多销售
答案 1 :(得分:0)
您可以在此处找到Android开发者网站的链接: http://developer.android.com/guide/practices/screens_support.html
答案 2 :(得分:0)
这些是我建议您阅读的官方文档部分:
1 - http://developer.android.com/guide/practices/screens_support.html(一般理论)
2 - http://developer.android.com/training/basics/supporting-devices/screens.html(通过示例进行培训)
3 - http://developer.android.com/training/multiscreen/index.html(通过示例进行培训)
4 - http://developer.android.com/guide/topics/resources/providing-resources.html(一般理论)