android-ui-guidelines

Define Android UI guidelines for Material Design 3 and Jetpack Compose.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/kleon6436/GitHubCopilotSettings --skill android-ui-guidelines-kleon6436
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-ui-guidelines
Source: https://github.com/kleon6436/GitHubCopilotSettings/tree/main/skills/android-ui-guidelines
Command: npx skills add https://github.com/kleon6436/GitHubCopilotSettings --skill android-ui-guidelines-kleon6436

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Android UI guidelines define a cohesive set of rules for designing and implementing UI across Android devices, ensuring consistency, accessibility, and scalability.

Core Features & Use Cases

  • Define Material Design 3-compliant UIs with Jetpack Compose and the View system.
  • Support edge-to-edge layouts, dynamic color, and cross-device adaptability for phones, foldables, tablets, and ChromeOS.
  • Emphasize TalkBack accessibility and responsive typography to improve usability.

Quick Start

Start by auditing a screen against Material 3 guidelines and implement updates in Jetpack Compose or the View system to align with edge-to-edge, accessibility, and adaptive layouts.

Frequently Asked Questions about android-ui-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Material Design 3 theming in Jetpack Compose?

Material Design 3 theming in Jetpack Compose involves applying dynamic color schemes and responsive typography to ensure UI consistency. You can audit your current screen against Material 3 guidelines to implement edge-to-edge layouts and adaptive navigation.

What are the Android UI guidelines for responsive layouts on foldables and tablets?

Android UI guidelines for responsive layouts specify technical requirements for cross-device adaptability across phones, foldables, tablets, and ChromeOS. They emphasize adaptive navigation, layout spacing, and edge-to-edge behavior to ensure UI scalability on large screens.

Does this Android UI guidance support the View system or only Jetpack Compose?

The Android UI guidance supports both Jetpack Compose and the View system. It defines technical requirements and recommended practices for theming, typography, and navigation that apply when designing or implementing UI with either framework.

How do I make my Android app UI accessible with TalkBack?

To make your Android app UI accessible with TalkBack, follow Android UI guidelines that specify technical requirements for accessibility. These include responsive typography, proper layout spacing, and navigation practices that improve usability for screen reader users.

What is edge-to-edge behavior in Android and when do I need it?

Edge-to-edge behavior in Android allows your app UI to span the entire device screen, including areas behind system bars. You need it when implementing Material Design 3 layouts to ensure a modern, immersive user experience across devices.

What's the best way to test Android UI for consistency across devices?

The best way to test Android UI for consistency is to audit your screens against Material 3 guidelines, checking edge-to-edge behavior, dynamic color, and responsive layouts. Validate TalkBack accessibility and adaptive navigation across phones, foldables, tablets, and ChromeOS.