---
name: platform-android-ui
description: Use when the UI needs Android-specific navigation patterns, adaptive layouts, Material expectations, or Android-native component behavior.
---

# Platform Android UI

## Overview

Use this adapter when the design target is an Android app. Preserve the core design language while adapting for Android navigation, elevation, adaptive layouts, and state clarity.

## Rules

- Use Android navigation patterns intentionally.
- Let adaptive layout logic influence composition.
- Make loading, validation, and error states explicit.
- Let Material expectations inform behavior without flattening brand identity.
- Do not force iOS chrome onto Android flows.

## Handoff Must Include

- Navigation pattern
- Adaptive layout behavior
- Component state behavior
- Elevation and surface logic
- Back behavior

