The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
I want to dynamically update reside menu item .
By default on an reside menu item it will show signin/signup but after server response the signin/signup should be changed with user name by default ... please help
@rajat028 Whenever you want to update ResideMenuItem, simply just pick up it and update.
resideMenu.getMenuItems(ResideMenu.DIRECTION_LEFT).get(<item position>).setTitle(<updated title>);
I want to dynamically update reside menu item . By default on an reside menu item it will show signin/signup but after server response the signin/signup should be changed with user name by default ... please help