Back to the catalog

Per-area Jetpack Compose reference notes behind the android-compose skill.

Bundle OKF 0.2 · 11 conceitos · saschb2b/skills

Open source Repository Open in the app JSON

About

# Per-area Jetpack Compose reference notes behind the android-compose skill.

- [App Architecture](architecture.md) - The recommended architecture is three layers, each depending only inward:
- [Compose Fundamentals](compose.md) - A composable is a function annotated `@Composable` that describes UI as a function of state.
- [Data Layer](data.md) - A repository exposes data to the rest of the app and hides where it comes from.
- [Compose and View Interop](interop.md) - Embed Compose in an existing View hierarchy with a `ComposeView`.
- [Material 3 Expressive](material3-expressive.md) - Material 3 Expressive (announced Google I/O 2025) is the current Material design direction: bigger and bolder shapes, more emotive color, springier motion, and a richer component set.
- [Navigation](navigation.md) - Do not mix the two in one graph.
- [Performance](performance.md) - Compose recomposes composables that read changed state.
- [Pitfalls and Migrations](pitfalls.md) - var count = mutableStateOf

Details

Kind
OKF bundles
Topic
No topic detected
Publisher
saschb2b
Origin
okf_github
Category
dados
Version
0.2
Added
2026-09-08 22:08:51
Updated
2026-09-08 22:08:51
Origin id
saschb2b/skills:skills/engineering/android-compose/references/index.md

More