I have created MainActivity with NavigationView. When Activity is opened I want to automatically select the first item in the navigation d
MainActivity
NavigationView
Activity
You could also use navigationView.setCheckedItem(R.id.default)(javadoc) after you setup your navigationview.
navigationView.setCheckedItem(R.id.default)