Navigation Drawer listview not refreshing listitems
I am creating one app,and i am using NavigationDrawer and Fragments in my application,now issue is I have five ListItems in NavigationDrawer like this. -Home -Edit Profile -My orders -Signout -Help Now when user click on signout,all the listitems should hide and only signin should visible.. following is my snippet code public class MainActivity extends FragmentActivity { private DrawerLayout mDrawerLayout; private ListView mDrawerList; private ActionBarDrawerToggle mDrawerToggle; private String abc; private Intent ii; // nav drawer title private CharSequence mDrawerTitle; // used to store app