Conclusion
In this lesson, you learned:
- What the lazy variants of
RowandColumncomposables are. - How the lazy composables differ from other layout composables.
- What a
LazyListScopeis. - The different receivers
LazyListScopeoffers. - How to add single items to a lazy list using the
itemreceiver. - How to add an entire collection to a lazy list using the
itemsreceiver.