3
votes
1answer
53 views

Keyboard hiding lower buttons on small Android screens

I have a application (Android) which have scroll activity form. On which there is a button for next screen (lowest of scroll). It's looking fine on large screens of android devices. But keyboard hides ...
5
votes
2answers
129 views

Is Tab Bar based iOS Design for feed driven apps a better UX?

Working on a feed driven iOS application and wondering peoples thoughts on Tab Bar driven iOS design for feed based apps. There is a large amount of evidence that supports the well integrated use of ...
3
votes
3answers
137 views

Should mobile navigation be aligned to the left or right?

I apologise if this question is a duplicate. On a quick browse I couldn't see anything referring to this. I've always aligned my navigation icon on mobile to the right. Mainly because I just assumed ...
6
votes
4answers
92 views

When is it appropriate to split functionality into separate apps?

I'm a designer and my company has a single app that serves two different types of user. One group is the general public, who uses the app to navigate big events (e.g. annual user group meeting ...
5
votes
2answers
171 views

Mobile navigation

A responsive approach has been taken to the current project I am working on. It is a corporate website with 3 levels of navigation. Attached is an example of the solution I have come up with for drop ...
4
votes
3answers
184 views

Back button logic

The app works with some abstract items. Those can be shown in list or on map Bordered button in list leads to map view and vice versa, bordered button on map leads to list view. Everything ...
2
votes
1answer
65 views

Navigating to details of an item from the list

I'm working on a Windows Phone 7 app that has a screen of some abstract items that we load from the server. If the user clicks on an item they are navigated to a "details page". Currently the ...
8
votes
8answers
345 views

Icons vs. Dropdown for primary mobile navigation

I am working on a responsive design in which there are 5 selections in the primary navigation. I'm thinking because there are only 5 I could use icons instead of a dropdown for the primary navigation. ...
11
votes
4answers
149 views

Should you optimize mobile experiences based on individual handedness?

In abbood's question "How to implement a stack exchange style voting for mobile?" he answers his own question with the following mock-up: My immediate thought was that the up-vote control was on ...
1
vote
3answers
59 views

loading new view from which direction ? L2R or R2L?

I've been developing mobile apps using sencha touch for quite a time now. In that, whenever a new view is to be loaded, default animation direction is from Right-to-Left. This can be seen in android ...
3
votes
2answers
220 views

Side panel navigation default on or off

I'm designing a web app specifically for all tablet traffic. I'm going with the very popular left side panel navigation like youtube,fb etc. The icon to open/close the navigation is the standard icon ...
14
votes
4answers
863 views

How to best indicate navigation menu on mobile

What's the best way to indicate the navigation menu on mobile? I see this three-bar icon being used a lot but do users really understand what it means? Wouldn't a button simply saying "Navigation" ...
5
votes
2answers
262 views

Thoughts on mobile 'matrix' style navigation?

What I mean by 'matrix' style is something along the lines of But could potentially be a multi-page menu as well (accessed by swiping left or right). I feel these designs try to mimic the iOS ...
6
votes
1answer
381 views

Should we use ‘narrow and deep’ or ‘broad and shallow’ navigation pattern on mobile devices?

If we have a large content environment on a mobile device, we need some way to access that content with ease. One could implement a narrow and deep navigation pattern which gives the possibility for ...
9
votes
3answers
527 views

Android: Back Button Only vs. Extra Navigation

General UX question for Android: Assume a simple view (activity or fragment) hierarchy, like so: A --> B. The transition from A to B is added to Android's back stack. On screen B, is it best to ...
1
vote
0answers
86 views

Advice on BlackBerry Navigation and Layout Design [closed]

I have some problems trying to design layout and navigation structure for BlackBerry app. The basic of our layout is consists of two headers that will be fixed so that when users scroll horizontally ...
2
votes
2answers
95 views

Mobile app UI state restoration in relation to the length of inactivity time

A common guideline for mobile apps is that they should be built to accommodate interruption, and that the app should be restored after interruption to the last state that the user was in. For example, ...
5
votes
2answers
285 views

drop down navigation for web/mobile

I'm in the process of a website redesign and I'm not really sure what to do with the navigation. The goals of the redesign are to simplify the site and make it more mobile friendly. The existing site ...
10
votes
3answers
690 views

Best practices for scrolling and navigation on touch interfaces: horizontal vs vertical

It's well known that on traditional (mouse/keyboard) interfaces horizontal scrolling goes against user expectations, however in touch devices the matter is not so clear. Are there any best practices, ...
3
votes
2answers
433 views

Navigation on a desktop website targeting mobile-friendly users

More and more people are browsing the web primarily from their mobile devices; similarly, most young people use their phone as their main browsing device. I'm part of the generation who grew up with ...
11
votes
4answers
449 views

Is there a better solution than breadcrumbs to cascading categories on mobile?

I am working on a mobile application (Android ICS based) where I need to show a lot of products on screen. Now the products are categorized in several categories which are on X level, where X is ...
5
votes
2answers
695 views

Multi Select hierarchy for Mobile Design

I am working on a native application which will user to select multiple level of a hierarchy and perform some filtering. So for example we have multiple level of category of products like Home Care > ...
0
votes
1answer
219 views

What's the proper iOS UI for switching between 2 views?

There two different screens, Live and Leaderboard, and I need to switch between them. Is there any sort of iOS standard for handling the UI for that? Right now I've just got a button at the top ...
8
votes
4answers
467 views

How do I handle secondary navigation within a wizard-style form that will work for touch screens?

I am working on redesigning the UI for a Web app that registers users for something work-related (so my audience is captive). One of the main reasons for the redesign is to make it mobile-friendly; I ...
2
votes
3answers
668 views

Mobile App Back Button Placement

I am building a mobile application that uses a button to launch the navigation menu (much like the Path or Facebook interface). I also want to add a back button. The standard seems to be to place ...
6
votes
3answers
169 views

Need help Displaying an Elimination Chart on a small display (iPhone/Android/etc..)

I'm building an Application for mobile device that needs to display an Elimination Bracket for a tournament (16, 8, 4, 2, 1) I haven't seen any application doing something similar and I'm "jammed" ...
3
votes
5answers
1k views

Best way to present navigation for mobile? [duplicate]

Possible Duplicate: How to structure Android app navigation with many levels? What is the best way to present navigation with around 3 levels of sub-categories for mobile? The problem is ...
6
votes
2answers
386 views

How to help users navigate a very long list on mobile

I recently came across SXSW's native apps on iPhone and Android. Both apps revolve around the conference's schedule. On the home-screen of both apps, you get the day's schedule, which is actually a ...
4
votes
2answers
2k views

Alternative to the tab bar (in iPhone app)

I have a project that has 8 different areas, e.g, travel, weather, etc. The front page is going to have 8 different icons; they will navigate to each section. I will then need something like a tab bar ...
1
vote
2answers
389 views

Displaying Hierarchical Information in a Mobile App

trying to come up with a good way of presenting a hierarchy of information on a mobile device. Specifically, I wrote this Khan Academy app for Windows Phone: ...
3
votes
3answers
249 views

If all pages are linked in a menu, should a back button be provided?

If full navigation is provided for every page of a simple site, should there be a back button among its options? Example Scenario: A mobile website has 4 child pages, all accessible via navigation on ...
7
votes
4answers
4k views

Breadcrumbs: ok to use on mobile site?

Wondering if anyone has thoughts on using breadcrumbs as a method of navigation on a mobile website (for a content site). The breadcrumbs would show the heirarchy of the site as such: Site >> ...
8
votes
2answers
1k views

Is switching to a selectbox navigation for mobile devices a good solution for complex menus?

An example of this functionality can be found in this site (shrink the browser viewport to see the selectbox navigation take over.) Is this a good practice? Wondering if anyone has any experience to ...
6
votes
3answers
2k views

Mobile Website: navigation at the bottom of the page with an anchor link at the top

On a mobile site I'll be putting the main navigation at the bottom of the page so that the main content is visible without having to scroll past lots of navigation options. (As per w3c ...
4
votes
5answers
514 views

Scrolling vs. Pagination for a Mobile Order Form

Ok here is my windows mobile application for ordering system. As client requested i added a next page button (the button after the +). This turns a page with preferences of a product. However most of ...
1
vote
3answers
1k views

Tap to hover and double-tap to click?

One of the limitations in mobile design is the lack of any sort of hover state. This is especially problematic when it comes to tooltips. So why isn't the system one where: single tap = hover and ...
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 ...
5
votes
3answers
148 views

Suggested mobile approach to dual actions

Let's say that you have a list of books that you want to show in a mobile application. From that list you want someone to be able to either drill down to a chapter list, or go to a page showing book ...
5
votes
3answers
445 views

Is swipe gesture in Mobile Application distracting users with vertical scroling page ?

Normally Vertical scrolling page that used with up-down gesture for Mobile Application to browse data but also have next page to browse too Example of Sitemap Categories (Table List of ...