My NavigationView onClick event is not working.
NavigationView
onClick
Here are the code snippets I tried one by one, but nothing worked:
This worked for me, to bring the view to the front
navigationView.setNavigationItemSelectedListener(this); navigationView.bringToFront();