What is the term called for items in a LazyLayout(LazyRow/LazyColumn) which are not needed? For example, you have a long list where you have items which are
visible
, which may be shown imminently (
prefetched
), and items down the line which are far away in the list. Which state the last items are in?
j
Jhonatan Sabadi
10/23/2022, 6:34 PM
I think it word like recyclerview, but in lazy column, the last bo visible items, are not compostable yet, maybe not composable items