Jetpack Compose
Practical Jetpack Compose tips and solutions for building native Android UI.
Practical answers for building native Android UI with Jetpack Compose.
- How do I set up a Compose project? — Add Compose dependencies, configure the build, and write your first composable. → Read more
- How do I create a Hello World app with Compose? — Build a minimal app from scratch — understand every file and every composable. → Read more
- How do I manage state in Compose? — Using remember, mutableStateOf, StateFlow, ViewModel, and state hoisting. → Read more
- How do I navigate in Compose? — Type-safe routing, nested graphs, deep links, and bottom navigation. → Read more
- How do I use Material Design 3 in Compose? — Theming, color schemes, typography, and Material 3 components. → Read more
- How do I write tests in Compose? — Testing composables with semantics, assertions, and UI automation. → Read more