View Binding vs Data Binding Gotchas
Let's say you have a fragment layout as below, and you want to add a View Binding into your project.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" ...
vtsen.hashnode.dev2 min read