[android-developers] Re: Android Menu

2009-05-02 Thread Raphael
Being consistent with the general user interface is generally a good way to start. As Romain said, you could of course include a view in your layout that looks like a menu, always present, and thus hide or show it depending on user preferences. The rest of your layout would reflow accordingly. T

[android-developers] Re: Android Menu

2009-05-02 Thread Raja Nagendra Kumar
ok. One of the point we were considering was to allow the users to choose if he needs always visible menu (specially if the menu items or one or two). Also application using both menu and layout buttons could possibly confuse the users and may not be a good UI design. Regards, Raja Nagendra Kuma

[android-developers] Re: Android Menu

2009-05-01 Thread Romain Guy
No, the menu will show when the user presses the menu key. If you want a "menu" to always show, just build this in your application's layout. There's absolutely no reason to use the menu for that. On Fri, May 1, 2009 at 9:20 PM, Raja Nagendra Kumar wrote: > > Hi, > > Is it possible by through dy