AndroidResideMenu
AndroidResideMenu copied to clipboard
Dynamic update
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>);