Tagged Questions
7
votes
3answers
173 views
Where do users expect to find the “create new account” functionality?
I'm developing a website where users will be able to sign in, and thus they need to be able to register.
Is it sufficient to include the registration functionality (or link to it) on the sign-in ...
5
votes
3answers
420 views
On Android, how do you design a very shallow navigation?
I need to create a simple account section in my mobile app with 1-level deep navigation:
___ Register
/
Account --
\___ Login
On iPhone, I'm using a grouped table ...