Exploring How Composables and Recompositions Work : Zero to One ( 02 )
Composables
In Jetpack Compose, a Composable is a fundamental building block used to define UI components in a declarative way. It’s a special type of function that can be annotated with the @Composable annotation. Composables describe how the UI sho...
sagnikmukherjee.hashnode.dev2 min read