Jakeler / UT61E-Toolkit

Android App for UT61E multimeter logging over Bluetooth 4+ (BLE)
Apache License 2.0
13 stars 5 forks source link

Migrate from Kotlin synthetics to Jetpack view binding / data binding #12

Closed Jakeler closed 3 years ago

Jakeler commented 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

Jakeler commented 3 years ago

TODO: