I just created a Panel Menu by mistake with the auto-completion of Eclipse and did not realise it before I read my code. As I wanted to have an option menu, I didn't see the slight difference in the display so does anyone know what the difference(s) is/are between these 2 menus? Is there any advantage or drawback for using one or the other? The only difference I saw was (I didn't go into details though):
public boolean onCreateOptionsMenu(Menu menu)
or
public boolean onCreatePanelMenu(int featureId, Menu menu)
thanks (Shouldn't this be a bounty?)