Custom Grid Lists using Jetpack Compose with sourec code

Опубликовано: 20 Февраль 2025
на канале: Pixel Developer
108
6

Lazy grids
The LazyVerticalGrid and LazyHorizontalGrid composables provide support for displaying items in a grid. A Lazy vertical grid will display its items in a vertically scrollable container, spanned across multiple columns, while the Lazy horizontal grids will have the same behaviour on the horizontal axis.

Source Code = https://github.com/Dinesh2510/Jetpack...