display-glasses-with-jetpack-compose-glimmer

Develop AR display glasses experiences with Jetpack Compose Glimmer.

4|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/mymx2/foreman --skill display-glasses-with-jetpack-compose-glimmer-mymx2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: display-glasses-with-jetpack-compose-glimmer
Source: https://github.com/mymx2/foreman/tree/main/.qoder/skills.collected/skills/display-glasses-with-jetpack-compose-glimmer
Command: npx skills add https://github.com/mymx2/foreman --skill display-glasses-with-jetpack-compose-glimmer-mymx2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developing for display glasses requires specialized UI patterns to ensure legibility and comfort on additive displays, which this skill simplifies by providing a structured framework for Jetpack Compose Glimmer.

Core Features & Use Cases

  • Glimmer Design System: Provides standardized components, theming, and typography optimized for additive AR lenses.
  • Interaction Mapping: Guides the implementation of touchpad-based input models and focus management for 1D navigation.
  • Use Case: Build a glanceable notification or status dashboard that overlays information on the user's field of view without obstructing their real-world focus.

Quick Start

Use the display-glasses-with-jetpack-compose-glimmer skill to configure a new Projected Activity with the required GlimmerTheme and black background for additive display support.

Frequently Asked Questions about display-glasses-with-jetpack-compose-glimmer

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

FAQPage Schema
How do I build Android XR apps for display glasses using Jetpack Compose?

To build Android XR apps for display glasses using Jetpack Compose, configure a Projected Activity with the GlimmerTheme and a black background to support additive display constraints.

What is the Glimmer design system for augmented reality?

The Glimmer design system for augmented reality provides standardized components, theming, and Google Sans Flex typography optimized for additive AR lenses to ensure legibility.

How do I implement touchpad interactions for 1D navigation on AR glasses?

Implement touchpad interactions for 1D navigation on AR glasses by applying Glimmer's interaction mapping guidelines, which guide focus management and input models for display glasses.

Why do XR UI components need a black background on additive displays?

XR UI components need a black background on additive displays to overlay information on the user's field of view without obstructing their real-world focus, ensuring clear visibility.

Does Jetpack Compose Glimmer support depth-based hierarchy for AR visibility?

Yes, Jetpack Compose Glimmer supports depth-based hierarchy for AR visibility, enforcing structural constraints that optimize component layering on augmented reality lenses.