Designing for Multiple Screens

Designing for Multiple Screens
多个屏幕的设计 

Android powers hundreds of device types with several different screen sizes, ranging from small phones to large TV sets. Therefore, it’s important that you design your application to be compatible with all screen sizes so it’s available to as many users as possible.

数以百计的 Android 兼容设备具有多种屏幕尺寸,范围从小巧的手机到大型电视机。因此,你设计的应用程序能兼容所有的屏幕尺寸就显得非常重要了,所以它能提供给尽可能多的使用者。

但是,兼容不同的设备类型是不够的。每个屏幕大小提供不同的可能性和用户交互的挑战,这样,才能真正满足并打动你的用户,您的应用程序必须超越 仅仅支持多个屏幕上:它必须为每个屏幕配置优化的用户体验 。

这个类显示您如何实施的几个屏幕配置优化的用户界面。

在每节课的代码来自一个示例应用程序的最佳实践表明,在优化多个屏幕。您可以下载样本(右)和使用它作为自己的应用程序源代码的可重用代码。


posted on 2011-12-21 11:12  Ronald9  阅读(174)  评论(0编辑  收藏  举报

导航