An attempt to unit test generated DataBinding code

But why? I use databinding a lot in my Android projects. It fits nicely with ViewModel and general MVVM approach. I also make use of databinding in small layouts – such as RecyclerView row or reusable <include> layouts. How does databinding works in general? You enable special build feature in build.gradle: android { (…) buildFeatures …

An attempt to unit test generated DataBinding code Read More »