Whenever we start a project the first and most tedious task is to initialize each view from our layout by using findViewById(). Here, viewBinding can be your new best-friend to save your time and simplify your code. You must be wondering What is View Binding? As per documentation View binding…