Design Principles 设计准则 These design principles were developed by and for the Android User Experience Team to keep users'best interests in mind. Consider them as you apply your own creativity and design thinking. Deviate with purpose. 以下设计准则由Android…
Android UI技巧 1.1 不该做什么 l 不要照搬你在其他平台的UI设计,应该让用户使用感觉是在真正使用一个Android软件,在你的LOGO显示和平台总体观感之间做好平衡 l 不要过度使用模态对话框 l 不要使用px单位,使用dp或者为文本使用sp l 不要使用固定的绝对定位的布局 l 不要使用太小的字体 1.2 该做什么 l 要为高分辨率的屏幕创建资源 l 要使用适当的间距 l 要正确管理活动(Activity) l 要正确处理屏幕的方向变化 l 须要点击的元素要…