Selection Is Not Navigation in Jetpack Compose
Published on 07 May 2026Learn how to model list selection in Jetpack Compose without mixing UI state, domain identity, and navigation decisions.
Practical software architecture and design for iOS engineers.
Learn how to model list selection in Jetpack Compose without mixing UI state, domain identity, and navigation decisions.
Learn unidirectional data flow in Jetpack Compose with UI state, user intents, use case outputs, and navigation events.
Learn how to keep Jetpack Compose ViewModels focused on UI state, screen events, and presentation mapping.