Part one: Lists using LazyColumn in Jetpack Compose Part two: Customize application theme using Jetpack Compose Application theme in Jetpack Compose
Part one: Lists using LazyColumn in Jetpack Compose.medium.com Before Jetpack Compose, we used to create a RecyclerView and an Adapter to show a large set of lists. …