Slide 7
Slide 7 text
Table of differences
View Compose
Language XML Kotlin
Theming Manifest.xml MaterialThemeComposable
Base Class Compose Function
Arguments Fixed constructor Flexible function
Decoration Attribute based Modifier based
State Management Inner state of UI widget !=
data state:
Manually updating view based
on changed data
Recomposition:
UI is tied to data and gets
automatically changed