Jeff
01/04/2021, 8:05 AMMarko Novakovic
01/04/2021, 8:16 AMRecyclerView
. it uses ScrollableColumn
which is not equivalent of the RecyclerView
Shakil Karim
01/04/2021, 8:24 AMgildor
01/04/2021, 5:47 PMJeff
01/04/2021, 5:49 PMJeff
01/04/2021, 5:53 PMJeff
01/04/2021, 5:55 PMSam
01/04/2021, 7:50 PMLazyColumn
is prefetching, i.e. the ability to fetch+preload images before views are actually rendered. obviously not the entire scope of performance problems though, hopefully things get much better soonYashar
01/04/2021, 9:04 PMlazy column
isn’t due to the imageResource()
function correct? Last time I checked, it was loading images synchronously and causing a noticeable lag.Adam Powell
01/05/2021, 3:39 PMShakil Karim
01/06/2021, 7:41 AMmatvei
01/08/2021, 11:57 AMShakil Karim
03/14/2021, 1:20 PMmatvei
03/15/2021, 11:00 AMJeff
03/19/2021, 8:05 AM