Tag: jetpack compose list
How to create GridView using Jetpack Compose
How to create GridView using Jetpack Compose. GridView is a grid-based form of view where the items in the grid are laid out in a grid arrangement. The information within the […]
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 […]
Jetpack compose LazyRow horizontal list | Dashboard App Part 2
Hi, Android developer in this codeplayon article I make a Jetpack compose LazyRow horizontal list. Like we a horizontal list with card view and showing a list of item hare, […]