Slide 21
Slide 21 text
✓ Declarative UI is cleaner, more readable, and more performant than Imperative UI.
✓ Compose allows you to do more with less code compared to XML.
✓ Compose is Intuitive. This means that you just need to tell Compose what you want to show the user.
✓ Compose is compatible with all your existing code: you can call Compose code from Views and Views from
Compose. Also integrated with many Jetpack Libraries.
✓ Compose improves your build time and APK size.
Declarative UI
Compose