Jetpack Compose: Composable functions
Jetpack Compose is a modern toolkit for building native Android UI using Kotlin. In Compose, UI components are defined as composable functions, which are functions that describe a UI component and can be called by other functions to render that compo...
shakibaenur.hashnode.dev2 min read