Android Studio – AppCompatActivity BaseActivity Layout not displaying in View-Binding activity
I have a BaseActivity class that extends AppCompatActivity to display a common navigator toolbar, and also implements some other custom listener interfaces for a drawer layout as well. This BaseActivity class is being utilized by many other activity classes in…