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 how to model list selection in SwiftUI without leaking navigation, domain identity, or behavior into the wrong place.
Learn the Flow pattern in UIKit and how it keeps navigation reusable, testable, and separate from view controllers.