Lists using LazyColumn in Jetpack Compose
Lists using LazyColumn within Jetpack Compose. Prior to Jetpack Compose made use of LazyColumn, we were able to build the RecyclerView as well as an Adapter to display a huge list of lists. Today, we can...
Lists using LazyColumn within Jetpack Compose. Prior to Jetpack Compose made use of LazyColumn, we were able to build the RecyclerView as well as an Adapter to display a huge list of lists. Today, we can...