Ideally navigation drawer should get closed once some item has been pressed from it, but its not happening automatically. How to do it ? Thanks!
For me this one worked -
mDrawerLayout.closeDrawer(Gravity.START, false);