#jetpack-compose
Every summary, chronological. Filter by category, tag, or source from the rail.
Tag · #jetpack-compose
Using Dejavu for Compose Guardrails, Not Just Performance
Integrating Dejavu into a mature Android codebase provides operational safety by turning recomposition expectations into testable contracts, even when no immediate performance bottlenecks exist.
Level Up Coding
Scale Compose Navigation Beyond Toy Apps
Centralize routes in sealed classes with helper functions, pass nav callbacks to screens, and use popUpTo(inclusive=true), launchSingleTop=true, restoreState=true for clean back stacks in auth flows, bottom tabs, nested graphs, and deep links.
Level Up Coding
Scale Compose Nav: Sealed Routes to Deep Links
Centralize routes in sealed classes, pass nav callbacks to screens, and use popUpTo/launchSingleTop for back stack control—patterns that prevent mess in real apps with auth, tabs, and flows.
Showing 3 of 3