Android’s Jetpack Compose is a modern toolkit for building native UIs. It’s simplified and is designed to accelerate UI development on Android while requiring less code
With Jetpack compose you don’t need to write an XML —calling a Jetpack Compose function will do the magic and create the element that you want.
Continue reading “Building UIs Using Android Jetpack Compose”