how to apply on click action on menu in android?
+1
A:
public boolean onOptionsItemSelected(Menu.Item item) {
// here you can do a switch on item ID, to apply different actions for different menu items
return true;
}
David Hedlund
2009-12-12 11:57:39
thanku very much.its working
deepthi
2009-12-14 04:33:10