Yev Kanivets
01/05/2022, 2:16 PMLazyColumn / LazyRow. Basically, are underlying views in view hierarchy are ever reused for new views while scrolling? Or do they always created from scratch? RecyclerView created (onCreateViewHolder) views only for those which are on the first screen and reused them (onBindViewHolder) when scrolling.Yev Kanivets
01/05/2022, 2:17 PMLazyList source code, but there I was able to find only the visible views calculations, which need to be displayed. But no hints on reusability of already allocated views.Bradleycorn
01/05/2022, 3:43 PMLazy* composables work.Albert Chang
01/05/2022, 6:15 PMBradleycorn
01/05/2022, 7:21 PMColton Idle
01/06/2022, 3:14 AMColton Idle
01/06/2022, 3:15 AM