• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to create Custom option menu class

pranjal

Lurker
Hi everybody.
I am very new to android application development.I want to know how to create custom option menu class in android so that it is able to display 6 menu name in one row instead of 3 menu item in 2 row which is the default of the android option menu framework...Any help will be greatly appreciated...
Thanks in advance..
 
I've found that customizing the provided framework menu classes only gets you so far. In my own projects I started just creating my own menu dialogs, similar to those in GO SMS if you've ever used that product. Anyhow, here is a link to the classes I've created. They are still pretty elementry but should at least get you going.

Android Menus My Way - CodeProject
 
Back
Top Bottom