4
votes
3answers
103 views

How to display 5 plus horizontal tabs on mobile device

This is purely for a mobile website that must have horizontal tabs. The difficulty is that there could potentially be 5-7 tabs, with 5 being more likely. The text for each tab is long, which could ...
6
votes
3answers
198 views

Tabbar inside Modal View - iPhone

Is it ok to have TabBar in Modal view in iOS UI (iPhone)? I have a "Select Contact" view in my app and I plan to make it as modal view. But "Select Contact" is a set of views: "Favourites", ...
3
votes
2answers
363 views

What can be an alternative to tabs in an iphone or android application

What type of a design/design philosophy/gesture can be a good alternative to tabs in an iphone or an android application? Tabs are good and tell the user that there is another ...
3
votes
3answers
335 views

Dashboard vs tabs on mobile UIs

Are there any particular guidelines about when to use tabs on a mobile interface as against yelp style category buttons(Dashboard) on the landing screen? Yelp style category buttons(Dashboard): ...