https://developer.android.com/develop/ui/compose/layouts/adaptive/get-started-with-adaptive-apps

この標準文書は未翻訳です。以下に英語の原文を表示します。

この情報源から得られる知見

  • Add capability/window-class decisions to the platform matrix: navigation rail vs. bottom bar vs. drawer should derive from window size class, not device type.
  • Distinguish list-detail, supporting-pane, and feed pane layouts by window class and user task, not by hardcoded breakpoints.
  • Keep Compose-specific APIs as implementation evidence, not web requirements; extract the capability-based decision model for cross-platform use.

AwesomeDSへの反映先

実装・成果物

直接リンクされた成果物はありません。

注意事項と模倣防止

Transfer window-class and capability-based adaptation patterns; do not import Android-specific dp thresholds or Compose APIs as cross-platform requirements.

証拠レベル: first-party-guidance · 最終確認 2026-07-16 · 確認周期 90d