设计原则
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。

Wear OS 是一种用于穿戴式设备的平台,有助于人们更加关注当下时光,并以更健康、更高效的方式生活。Wear OS 使智能手表成为一目了然的独立设备,以便用户可以在线掌握最新动态并快速完成相关任务,而不必掏出口袋中的手机。
针对 Wear OS 进行开发时,请牢记以下设计原则。
针对关键任务进行设计
check_circle
正确做法
重点关注一两项任务,而不是整体应用体验。
针对腕部佩戴进行优化
check_circle
正确做法
让用户可在几秒钟内完成手表上的任务,避免人体工学不适或手臂疲劳。
完美搭配
越来越多的用户拥有多台设备。手表非常适合处理快速、频繁的任务,而移动设备则适用于长时间的复杂互动。在某些情况下,您可以结合使用手表和手机来完成同一任务的不同部分。
check_circle
正确做法
考虑哪些操作适合每部设备。
始终贴合用户需求
用户会一直佩戴手表。请考虑如何根据用户所处的情境(例如时间、地点和活动)更新应用内容。
check_circle
正确做法
确保表盘上的内容始终贴合用户需求。
可离线使用
check_circle
正确做法
针对连接缓慢和离线使用场景(例如锻炼和通勤)进行设计。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Design principles\n\nWear OS is a wearable platform, helping people live more present, healthy, and\nproductive lives. Wear OS makes smartwatches into glanceable, standalone\ndevices, so users can stay connected online and complete tasks quickly, while\nleaving their phones in their pockets.\n\nKeep the following design principles in mind when developing for Wear OS.\n\nDesign for critical tasks\n-------------------------\n\ncheck_circle\n\n### Do\n\nFocus on one or two tasks rather than a full app experience.\n\nOptimize for the wrist\n----------------------\n\ncheck_circle\n\n### Do\n\nHelp people complete tasks on the watch within seconds to avoid ergonomic discomfort or arm fatigue.\n\nBetter together\n---------------\n\nUsers increasingly own multiple devices. Watches work well for quick, frequent\ntasks, while mobile devices are better for prolonged and complex interactions.\nIn some cases, you can use a watch and a phone together to accomplish different\nparts of the same task. \ncheck_circle\n\n### Do\n\nConsider which actions are appropriate for each device.\n\nAlways relevant\n---------------\n\nThe watch is always with the user. Consider how to update your app content for\npeople's context, such as their time, place, and activity. \ncheck_circle\n\n### Do\n\nKeep content on your watch face relevant to the user.\n\nWorks offline\n-------------\n\ncheck_circle\n\n### Do\n\nDesign for slow connections and offline use cases, such as exercising and commuting."]]