Get rid of findViewById
In the past, we heard about the dataBinding and viewBinding with Android extensions. However, Android Studio 3.6 will introduce a new feature that supports viewBinding without using any library.
In this post, I want to make a simple example to use viewBinding on Android Studio 3.6.

