Dealing with Android devices without MENU key
Posted
by hgpc
on Stack Overflow
See other posts from Stack Overflow
or by hgpc
Published on 2010-06-04T08:18:04Z
Indexed on
2010/06/07
4:52 UTC
Read the original article
Hit count: 188
I'm told by some users that my Android app is not usable because their device does not have a MENU key.
What's the best way to deal with these devices? Is it possible to detect if the device lack a MENU key and show a menu button only in this case?
And most importantly, how do you test this in the simulator?
Thanks.
Edit: Apparently the problem was that the users didn't know that the Menu key was called the Menu key.
© Stack Overflow or respective owner