Read More Figma Name That Color Plugin: Name Colors and Export Code
Learn how to use the Figma Name That Color plugin to identify colors from a selected layer and copy CSS variables, Jetpack Compose colors, or Android XML resources.
Read More Learn how to use the Figma Name That Color plugin to identify colors from a selected layer and copy CSS variables, Jetpack Compose colors, or Android XML resources.
Read More Set up Hilt for a Compose app, inject dependencies into ViewModels, retrieve them at screen boundaries, and scope shared state to Navigation graphs.
Read More Model Compose screens with durable UI state, explicit UI events, and controlled one-time effects for navigation and snackbars.
Read More Replace string-based Navigation Compose routes with serializable Kotlin types, typed arguments, and a graph that is easier to refactor and test.
Read More Pass IDs, filters, and optional values between Jetpack Compose destinations with type-safe Kotlin serialization routes and reliable back-stack handling.
Read More Use rememberSaveable for small UI state that must survive recreation, create listSaver and mapSaver implementations for custom types, and avoid storing large data in Bundles.
Read More Manage Jetpack Compose list and collection state with observable immutable updates, SnapshotStateList, stable lazy-list keys, and a clear ownership boundary.
Read More Choose BottomAppBar or NavigationRail in Material 3 Compose, keep screen actions separate from destination navigation, handle Scaffold padding, and plan adaptive navigation.
Read More Add URI deep links to Navigation Compose destinations, configure Android App Links, handle launch modes safely, and test direct navigation to typed destinations.