[android-developers] Populating a menu from startup

2010-03-02 Thread BuckeyeDroid
Hi all, Is it possible to populate an activity menu at startup? For example, reading from say a feature database at startup and only display those features that are currently active in an activity menu? Thanks in advance! -- You received this message because you are subscribed to the Google

Re: [android-developers] Populating a menu from startup

2010-03-02 Thread Mark Murphy
BuckeyeDroid wrote: Is it possible to populate an activity menu at startup? For example, reading from say a feature database at startup and only display those features that are currently active in an activity menu? Your onCreateOptionMenu() or onPrepareOptionMenu() can tailor the menu as