SpecialCyCi / AndroidResideMenu

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.
MIT License
2.85k stars 1.1k forks source link

Dynamic update #95

Open rajat028 opened 8 years ago

rajat028 commented 8 years ago

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 7 years ago

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