[android-developers] Re: How to add a Menu

2009-05-13 Thread Mark Murphy
> I am developing an app and I want to add a menu. > Do you know how to do it??? > If I tap to the menu button it should display a menu. http://developer.android.com/guide/topics/ui/menus.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_

[android-developers] Re: How to add a Menu

2009-05-13 Thread Al
Override onCreateOptionsMenu and onOptionsItemSelected. On May 13, 5:39 pm, Nox wrote: > Hi everyone, > I am developing an app and I want to add a menu. > Do you know how to do it??? > If I tap to the menu button it should display a menu. > > Please help me!!! > > Thanks in regards > Viktor --~-