Answers for "android bottomnavigationview set current item"

2

android bottomnavigationview set current item

BottomNavigationView bottomNavigationView;
bottomNavigationView = (BottomNavigationView) findViewById(R.id.bottomNavigationView);
bottomNavigationView.setOnNavigationItemSelectedListener(myNavigationItemListener);
bottomNavigationView.setSelectedItemId(R.id.my_menu_item_id);
Posted by: Guest on August-13-2020

Code answers related to "android bottomnavigationview set current item"

Browse Popular Code Answers by Language