Does lazy list pre renders item which has yet to come to screen? Like recycler view where(few top an...
a
Does lazy list pre renders item which has yet to come to screen? Like recycler view where(few top and below items are rendered beforehand to give the feeling of smooth scroll)
b
They aren't rendered exactly, but they are composed and measured
a
Yes I am referring to composition and measured and layout phase only. Is there a way to do these steps for some items eagerly so that scrolling becomes more smooth
b
There isn't much configuration for it right now but it's on the roadmap for 1.7
Make sure you test your performance in release mode as well if you are seeing some janky scrolling
a
Yes I tested in release mode with baseline profile
Hi is this configuration out? Also is there some tracking bug for this?