Jetpack Compose (Android) References : state-effects.md for ViewModel + Compose, side-effect APIs, snapshot system. navigation.md for Navigation Compose 2.8+ with type-safe routes, deep links, multi-stack. interop.md for AndroidView/ComposeView interop, Activity Result Contracts, Fragment integration. Deep Knowledge : Use with technology: . Setup Activity Entry Point (Activity 1.8+) is the modern way to configure edge-to-edge — replaces . ViewModel + StateFlow + Compose (from ) is preferred over — automatically pauses collection when screen is in background, prevents wasted work and battery d…