android
Intent
- 用于 Android / Material 3 平台规范问题:当用户要做 Android 界面规则、导航模式、window size classes、dynamic color、edge-to-edge、无障碍或 Material 合规审查时使用。Prefer
compose-skillwhen the main task is Compose/KMP 的状态、架构、DI、网络或实现细节;Combine with it when Android / Material 规则需要落到 Compose 实现。
Default operating pattern
- Identify the target platform, form factor, and native system constraints.
- Choose native patterns before inventing custom behavior.
- Translate platform rules into implementable UI, architecture, or code guidance.
- Check accessibility, ergonomics, lifecycle, and integration edges.
- Return a concrete implementation path instead of vague platform advice.
Pack fit
- Included in:
platform-apps - Keep examples generic, privacy-safe, and portable across hosts.
Boundary
- Do not answer Android platform questions with only iOS-centric assumptions.