Basics of composable
Jetpack Compose is Android’s modern toolkit for building native UI with a declarative approach. Unlike traditional XML-based layouts, Compose allows developers to define UI components directly in Kotlin using composable functions. In this blog, we’ll...
jyotimaurya.hashnode.dev9 min read