Is there any functionality baked into Android SDK that will give user visual clue that menu is available? Or has anybody worked on this problem?
Currently, I need to rely on user clicking Menu button and sometimes it’s just not so obvious that certain Activity has Menu.
So, any suggestions?
No.
I consider three tiers of UI:
ListView, and you want to have a context menu for operations on individual list items, that’s cool…for power users. For ordinary people, have some more discoverable path they can take that will let them do the same things. So, for example, if a context menu offers Edit and Delete options, a simple tap on the same item should lead to an activity where the user can get to Edit and Delete options menu items.Also, try a few different ways of offering help, in hopes that some users will, one way or another, RTFM: