ウェアラブル向けの UX 設計の原則
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Wear OS は、人々がより健康的に、充実した楽しい生活を送れるよう手助けするウェアラブル プラットフォームです。Wear OS によってスマートウォッチがひと目で確認できるスタンドアロン デバイスとなり、ユーザーはモバイル デバイスをポケットに入れたたま、常にオンラインですべきことにすばやく対応できるようになります。
Wear OS 向けの開発では、以下の設計原則に留意してください。
重要なタスクに合わせて設計する
アプリ全体のエクスペリエンスではなく、1 つまたは 2 つのタスクに集中します。
手首に合わせて最適化する
ユーザーが不快感や腕の疲労を感じないよう、スマートウォッチのタスクは数秒で完了できるようにします。
ひと目でわかるサーフェス
Wear OS のアプリは、ユーザーがスマートウォッチを操作する方法に合わせて設計された複数のサーフェスに表示されます。主なサーフェスはウォッチフェイスの追加機能とタイルです。
常に関連性の高い情報を
スマートウォッチは、ユーザーが常に身に着けているデバイスです。ユーザーのコンテキスト(時間、場所、アクティビティなど)に応じてアプリのコンテンツを更新することを検討してください。
オフラインで利用可能
接続速度が遅い場合やオフラインで使用する状況(エクササイズ、通勤など)を考慮して設計します。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# UX design principles for wearables\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 mobile devices in their pockets.\n\nKeep the following design principles in mind when developing for Wear OS.\n\nDesign for critical tasks\n-------------------------\n\n\nFocus on one or two tasks rather than a full app experience. \n\n\u003cbr /\u003e\n\nOptimize for the wrist\n----------------------\n\n\nHelp people complete tasks on the watch within seconds to avoid ergonomic\ndiscomfort or arm fatigue. \n\n\u003cbr /\u003e\n\nGlanceable surfaces\n-------------------\n\n\nApps on Wear OS are displayed across multiple surfaces designed around how\npeople interact with the watch, the primary surfaces being complications and\ntiles. \n\n\u003cbr /\u003e\n\nAlways relevant\n---------------\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. \n\n\u003cbr /\u003e\n\nWorks offline\n-------------\n\n\nDesign for slow connections and offline use cases, such as exercising and\ncommuting. \n\n\u003cbr /\u003e"]]