LazyColumn/Row in compose beta 07 still has same p...
# compose
s
LazyColumn/Row in compose beta 07 still has same performance as compare to beta06 and touch ripple issue is also not resolved yet 😞
a
tracking bug for the touch ripple showing on scroll: https://issuetracker.google.com/issues/168524931; if you can post a specific performance repro case for Lazy* performance issues @Andrey Kulikov is likely to be interested
z
s
I have a very simple list item with Coil Image and Text, but I'm using Motorola G4 android N (which is quite old), But RV performance is still so much better on the same device.
a
if you can post the specific code either here or in a ticket on the issue tracker we could take a closer look. We've been doing testing with low-end devices and have been seeing comparable (or sometimes better) performance vs. RecyclerView as of late, I'd love to have your use case represented for our dashboards and tracking of this.
s
I have a sample project https://github.com/shakil807g/GithubRepoShowcase, But I think this issue https://issuetracker.google.com/issues/168524931 could be reason for frame drops while scrolling.
a
drawing the standard press indicators is quite cheap, I would be very surprised if that was linked here