Notes: . Dean Djermanović - Building UIs in Android using Jetpack Compose
From the speaker:
Jetpack Compose is a new Kotlin-based declarative UI framework developed by the Google Android team. It fundamentally changes the way developers create UIs. It aims to make UI development easier and faster to write, and more performant to run.
Compose is backed by principles and techniques like a single source of truth, unidirectional data flow, function composition, and isolation of side-effects.