Reputation: 41
I have a menu that I want to appear on the screen when the app starts, without the user having to press the menu key.
What is a good way to achieve that?
Upvotes: 0
Views: 1052
Reputation: 8942
Maybe Activity.openOptionsMenu() or Activity.openContextMenu?
Upvotes: 2