Hello
I want to implement submenu of main menu.
SubMenu having submenu Item's , can I use onCreateOptionsMenu() method for submenu's items just like main menu {onCreateOptionsMenu(Menu menu)} if not is there other solution.
For selecting submenu item is there method onSubMenuItemSelected(SubMenu smenu) like onMenuItemSelected(Menu menu) for main menu ,if not how to select sunmenu's items for manipution.
In other words I want to develop application having main menu two submenu 1.OPTIONS and 2.EXIT
for submenu OPTIONS having items a.settings ,b.help and c.cancel
whenever i click menu on emulator there should be two sub options OPTIONS and EXIT
and i select OPTIONS there should OPTIONS item list a.settings ,b.help and c.cancel
jalandar jagtap
E-mail: jagtap.jj@gmail.com
Thank you


