Conclusion
In this lesson, you learned:
- How to create grids using Jetpack Compose.
- How you can use
LazyVerticalGridto create a vertically scrolling grid. - How you can use
LazyHorizontalGridto create a horizontally scrolling grid. - What a
LazyGridScopeis. - The different receivers
LazyGridScopeoffers. - What a staggered grid is.
- How to use
LazyVerticalStaggeredGridandLazyHorizontalStaggeredGridto create staggered-grid layouts.