I have a question about complex animation performa...
# compose
f
I have a question about complex animation performance with compose, which is more efficient (memory/cpu/...)? Made with the API or premade (like Lottie animation). Has someone made a study or something?
r
It depends on what the animation does. But for equivalent visuals it should be more or less the same
If you use Lottie just make sure to use the latest
f
So, I should try both and see what is the best about CPU/memory usage.
It’s an idea to benchmark animation efficient with compose.
r
What are you trying to do exactly?
The rendering itself will matter more than the animations themselves (and that's where what you are animating matters)