View binding is a feature that allows you to write view interactable code
more easily. When it is enabled it will generate a binding class for each
layout file. And we can use view items with help of this binding class. In
other words it is a replacement of find View by Id.