bottomNavigationView= (BottomNavigationView) findViewById(R.id.bottomNavigationView); bottomNavigationView.getMenu().getItem(1).setChecked(true);
References
https://github.com/mhdr/AndroidSamples/tree/master/066
bottomNavigationView= (BottomNavigationView) findViewById(R.id.bottomNavigationView); bottomNavigationView.getMenu().getItem(1).setChecked(true);
References
https://github.com/mhdr/AndroidSamples/tree/master/066