Conclusion

In this lesson, you learned:

  • What the lazy variants of Row and Column composables are.
  • How the lazy composables differ from other layout composables.
  • What a LazyListScope is.
  • The different receivers LazyListScope offers.
  • How to add single items to a lazy list using the item receiver.
  • How to add an entire collection to a lazy list using the items receiver.
See forum comments
Download course materials from Github
Previous: Demo Next: Quiz: Leverage Lists