https://kotlinlang.org logo
s

Se7eN

10/02/2020, 10:24 AM
Are there any performance optimizations for
LazyColumn
in alpha04?
a

Andrey Kulikov

10/02/2020, 1:42 PM
yes, one was merged, but we are working on further optimizations
r

Rudolf Tammekivi

10/02/2020, 3:16 PM
alpha04 fixed the performance issues I was having with
LazyColumnFor
before (clickable cards with coil images and some text). 👍
✔️ 1
s

Se7eN

10/02/2020, 3:24 PM
@Andrey Kulikov So like
LazyColumnFor
is more optimized rn?
ScrollableColumn
+
LazyColumnFor
vs
LazyColumn
a

Andrey Kulikov

10/02/2020, 3:26 PM
LazyColumnFor
and
LazyColumn
are basically different apis for the same implementation, so they work in the same way(with the same performance). So please continue using
LazyColumn
if you need headers or something like this
s

Se7eN

10/02/2020, 3:28 PM
Oh okay I see. My AS Canary is broken too so I can't see the source. Thanks 🙂
r

Rudolf Tammekivi

10/02/2020, 3:31 PM
I cannot see the implementation anymore as well, I did see something about this in the changelog
s

Se7eN

10/02/2020, 3:33 PM
Yeah you can take a look at the issue. Two message threads up from here
👍 1
3 Views