AndroidResideMenu icon indicating copy to clipboard operation
AndroidResideMenu copied to clipboard

Dynamic update

Open rajat028 opened this issue 8 years ago • 1 comments

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 avatar Apr 30 '16 14:04 rajat028

@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>);

Kishanjvaghela avatar Dec 23 '16 07:12 Kishanjvaghela