Hi, in term of performance, it is something that i...
# compose
f
Hi, in term of performance, it is something that is gonna be improved with the next releases? After playing with the example code, I don't find them super fluid on a Samsung S10e, you can notice some frame drop when you interact with the UI. Thanks 😁!
c
there's probably some bug in particular affecting your performance if you notice frame drops. Worth looking a bit deeper into I think 🙂
t
I think the samples are also not really finished yet and under heavy development. But it is possible to get really good performance out of compose if you optimize for that. You could also try to compile release version if you are using a very weak device.
a
Yes, performance work is ongoing and we're also looking at how to improve APIs in ways that encourage more performant usages. If you have a minimal repro case of something that performs poorly, please report it on the compose issue tracker and we'll add it to cases for us to look at.