platform-guideline checked
Android Developers Responsive Navigation
Documents choosing bottom navigation for compact-width apps with few items, navigation rail for medium widths, and drawers for larger or many-item navigation.
Pattern Decisions This Source Supports
| Pattern | Supported decision | Required contract | Claim note |
|---|---|---|---|
| Bottom navigation | Choose bottom navigation for three to five top-level mobile destinations of similar importance. | Activating an item switches to its top-level destination rather than performing a transient command. | Android responsive navigation maps compact-width few-item navigation to bottom bars and wider layouts to rails or drawers. |
| Responsive navigation adaptation | Choose responsive navigation adaptation when the navigation surface itself must change across viewport, posture, orientation, or destination-count constraints. | The adapted surface changes presentation, not the user's destination model. | Supports responsive choice among bottom navigation, navigation rail, and drawer according to width and destination count. |
Evidence Role
This source is treated as platform-guideline evidence. Use it to validate the decision rules above, not as a visual style reference.
Publisher: Google. Last checked: .