Android Architecture Components
Nov 5 · 2 min read
In Google IO 2019, Yigit Boyar gave this talk on What’s New in Android Architecture Components

The talk started with some background on What is hard about Android Development

In response, the Android team released the following libraries under the Android Architecture Components architecture guidance

Based on the latest surveys, 70% of professional developers are using one of these libraries

The Android Team has announced that they are following a Kotlin-first approach to Android framework and library releases

For Data Binding, Android bridges the gap between the code and the XML as follows

Data Binding is simplified by using <layout> </layout> tags in the Android layout XML

