Speaker:
Eury Pérez - Principal Android Developer | Google Developer Expert in Android
Abstract:
Compose is a great, intuitive and straightforward way to build our UI with the behavior in the same place. Nevertheless there are a few decisions we need to make when using compose to avoid affecting the performance like the composables stability, knowing in which phase to execute certain code, optimizations with tools like R8, and so on.
Let's learn together a list of tips and tricks to success when writing compose code.