android-design-guidelines

Guide Android UI development with Material Design 3 and Jetpack Compose.

2|1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/xingfengwxx/WXXComposeTemplate --skill android-design-guidelines-xingfengwxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-design-guidelines
Source: https://github.com/xingfengwxx/WXXComposeTemplate/tree/main/.cursor/skills/android-design-guidelines
Command: npx skills add https://github.com/xingfengwxx/WXXComposeTemplate --skill android-design-guidelines-xingfengwxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidelines and best practices for building modern, accessible, and platform-compliant Android UIs using Jetpack Compose and Material Design 3.

Core Features & Use Cases

  • Material Design 3 Implementation: Ensures adherence to the latest Material Design system, including dynamic color, typography, and components.
  • Responsive Layouts: Guides the creation of adaptive UIs that work across various screen sizes and devices (phones, tablets, foldables).
  • Accessibility: Enforces critical accessibility standards for TalkBack, touch targets, and color contrast.
  • Use Case: When developing a new Android app feature, use this Skill to ensure your UI components, navigation patterns, and theming align with Google's latest design recommendations and platform conventions.

Quick Start

Review the Material Design 3 guidelines for implementing dynamic color in Jetpack Compose.

Frequently Asked Questions about android-design-guidelines

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

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

Implement Material Design 3 in Jetpack Compose by applying guidelines for dynamic color, typography, and theming. This ensures your Android UI adheres to Google's latest design recommendations and platform conventions.

What are the accessibility standards for Android UI components?

Accessibility standards for Android UI components require enforcing TalkBack support, adequate touch target sizes, and proper color contrast. Following these guidelines ensures your application is usable by individuals with varying accessibility needs.

How do I build responsive layouts for Android foldables and tablets?

Build responsive layouts for Android foldables and tablets by applying adaptive UI guidelines that adjust components and navigation patterns across various screen sizes. This ensures a consistent user experience across different device form factors.

Does this Android UI guidance cover both Jetpack Compose and XML?

This Android UI guidance covers both Jetpack Compose and XML implementations. It provides comprehensive best practices for theming, components, and system integration to ensure platform compliance regardless of your chosen layout framework.

How do I handle Android system integration for notifications and permissions?

Handle Android system integration for notifications and permissions by following platform conventions for UI presentation and system events. This ensures your application respects user settings and modern Android operating system requirements.