Hi I have a NavigationView and there is an imageview in the headerview of that NavigationView. When I click on the imageview , NavigationView should inflate another menu res
I would suggest to inflate just one menu with several groups and change the visibility of the groups. Simple and effective.
... ...
In your java code call
navigationView.getMenu().setGroupVisible(R.id.group_1, true)