So I played around with data binding today. And these are the lies that the dev guide told me (explicitly or inferred):
- There is a method `DataBindingUtil.bindTo(viewRoot, layoutId)
- That this will work
MyLayoutBinding.bind(viewRoot);
- Android Studio has auto-complete