Conclusion

In this lesson, you learned:

  • How to create grids using Jetpack Compose.
  • How you can use LazyVerticalGrid to create a vertically scrolling grid.
  • How you can use LazyHorizontalGrid to create a horizontally scrolling grid.
  • What a LazyGridScope is.
  • The different receivers LazyGridScope offers.
  • What a staggered grid is.
  • How to use LazyVerticalStaggeredGrid and LazyHorizontalStaggeredGrid to create staggered-grid layouts.
See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Working with Grids