I am using NavigationView from the support library. I have BaseActivity, action A and B from.
By default, the application starts at step A. When a user clicks on a box menu item, I start step B.
After the start of action B. how can I set the menu item corresponding to it to highlight, as noted?
Thanks in advance
UPDATE:
Now with the latest update in the support library, you can:
mDrawer.setCheckedItem(R.id.drawer_profile);
source share