Category Archives: Technical Solutions

XML Jetpack

XML to Compose Migration: Handling Fragment Dismiss Crash in Jetpack Compose

  Our team is migrating legacy XML-based screens to Jetpack Compose as part of a broader strategy to adopt a modern Android architecture. This transition offers clear advantages, including faster development, simpler UI maintenance, and more declarative code. However, moving to Compose requires a fresh approach to how UI, state, and lifecycle interact, particularly where Continue Reading »