Have you tried putting your commonly shared menu in a class that is super to your activities that need the menu? (I haven't done this for menus, but I've done it for other Activity UI components that I wanted to share among many activities.)
- greg On Jun 21, 8:51 am, Jason Van Anden <[email protected]> wrote: > I have the same question. If you were able to come up with a solution, > please share! If not - does anyone else know the answer to this? > > j > > On Mon, Jul 27, 2009 at 1:19 PM, par <[email protected]> wrote: > > > Hi, > > > Is it possible to attach Menu to an application rather than each > > activity in the application? > > > I have 20-23 activities in my application and it doesn't make sense me > > to add same menu to all the activities. > > > any ideas??? > > > -Par > > > --~--~---------~--~----~------------~-------~--~----~ > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -~----------~----~----~----~------~----~------~--~--- > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

