DataBindingUtil.inflate vs View Binding Inflate
If you turn on dataBinding in your build.gradle, it is likely you use the "data binding layout".
As mentioned in previous article here, when "data binding layout" is used, viewBinding is created automatically. Thus, you don't need to explicitly set...
vtsen.hashnode.dev2 min read