The navigation drawer in my app is not closing. I am using activities instead of fragments. When i click on any item in the listview, it opens other activities as i
listview
have you tried :
mDrawerLayout.closeDrawer(drawerListView);
You can add this before calling startActivity()
startActivity()