Hello all..
The latest development in android is that google has removed the menu button from android, instead they provide something called the actionbar like in the Honeycomb devices. Google introduced the ActionBar class as the standard solution to make actions from the user options immediately visible and quick to invoke
The ActionBar looks like this
When invoked with options it will look like this…
Thus ActionBar removes the need of physical menu buttons in android devices.