Dynamic update
Opened this issue · 1 comments
rajat028 commented
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
Kishanjvaghela commented
@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>);