Closed Jakeler closed 3 years ago
https://developer.android.com/topic/libraries/view-binding/migration
View Binding is is a newer and simpler version, that also generates a binding class with the views, But it does not provide declaring data in XML and properties still have to be updated in code. So I decided to directly go with the more powerful data binding. https://developer.android.com/topic/libraries/data-binding https://developer.android.com/codelabs/android-databinding#0
TODO:
AppCompatActivity
https://developer.android.com/topic/libraries/view-binding/migration
View Binding is is a newer and simpler version, that also generates a binding class with the views, But it does not provide declaring data in XML and properties still have to be updated in code. So I decided to directly go with the more powerful data binding. https://developer.android.com/topic/libraries/data-binding https://developer.android.com/codelabs/android-databinding#0