Tagged Questions
1
vote
3answers
116 views
Android widget : how to tell users that a similar looking control does not perform same?
In my android application I am developing a desktop widget that mirrors many important tasks supported by my application. This widget contains two buttons that mirroring their counterparts in the app ...
4
votes
3answers
2k views
Swipe to expand/collapse left hand navigation
My Android application has a left hand navigation menu similar to the Google TV left hand menu bar. I can programmatically collapse and expand it to make more or less room on the screen. In the narrow ...
10
votes
9answers
2k views
What is an easier unlock pattern: gesture or code?
There are two popular ways to unlock a phone. iPhone makes you type in a numerical code. Android gives you the option to draw a gesture. Which of these two is easier to remember and easier to execute?
...