I was wondering if there has been any recent optimization of the scrolling behavior of the
LazyColumn
. I compared it today to
RecyclerView
and it's really bad...
jetpack compose 1
☝️ 4
💯 2
h
Halil Ozercan
04/24/2021, 8:38 PM
There have been several patches that included optimizations to
LazyColumn
and those will sure continue. The best thing we developers can do is sharing our findings with the team. Would you be able to share your comparison code with the
RecyclerView
?
r
romainguy
04/24/2021, 9:15 PM
We are working on various optimizations for this and other use cases. But please keep feedback coming
s
Samir Basnet
04/25/2021, 12:18 AM
Yup it still needs a lot more optimization. The scrolling is not smooth even for a simple list layout
t
Timo Drick
04/25/2021, 12:30 AM
In my experience the LazColumn do compete well with recyclerview. So it would be nice if you could provide samples where it does have problems. But i do not see really improvements from beta01 to beta05.
Here is a sample from my "Pixel 3a" (Without recording it is most of the time under the green line).