Unit 3
Unit 3
Fluid Navigation
Introduction
• Navigation is key to successfully operating
interactive applications, such as installing a
mobile app, filling in a survey, or purchasing a
train ticket (task navigation). It is also the key
to finding information on a website or
browsing social media (web navigation) or to
finding the action needed in a desktop
application (command menu navigation).
• The goal for designers is to enable fluid
navigation that allows users to gracefully and
confidently get to where they want to go,
explore novel possible routes, and backtrack
when necessary. Navigation depends on
recognition of landmarks that travelers use to
guide their choices, which differs greatly from
search, which requires users to describe what
they want by typing keywords in a blank
search box
• While the search box is the main technique to
initiate the process of finding information in
vast information spaces (like the internet or
digital libraries), navigation techniques such as
small or large menus, embedded links, or tool
palettes are the workhorses of navigation.
Users indicate their choices with a touch, tap,
or swipe of the finger or by using a pointing
device
Navigation by Selection
• For example, maps can orient users about the
geography of the area before users select an
item of interest, and calendars or timelines
can inform users of availability and constraints
before a date or time is selected. Interactive
visualization of information can also help
analysts navigate large amount of data in a
fluid visual manner.
• The simplest case of explicit menus is a binary menu for
yes/no, true/false choices .Another example of a simple
menu is the grid menu popularized by mobile devices,
with a small set of icons and labels).
• When users need to make a series of choices (e.g., in a
survey or to select parameters of an application), there
are well-established methods of presenting choices. Radio
buttons support single-item selection from a multiple-
item menu, while check boxes allow the selection of one
or more items in a menu.
• A multiple-selection menu is a convenient method for
handling multiple binary choices, since the user is able to
scan the full list of items while deciding Unavailable
choices can be grayed out
Menu bars, pop-up menus, toolbars,
palettes, and ribbons
• Menu bars are typically found at the top of the each
application or both at the top and on the side of the
screen. Common items in desktop or tablet applications
are File, Edit, View, and Help, and menus that follow this
order will seem familiar to most users. Clicking on a
menu title brings up a list of related items, and users
can then make a selection by moving the pointing
device over the items (which respond by highlighting)
and clicking on the desired choice. Since positional
constancy is such a strong principle, when an item is not
available for selection, it is important to gray it out
rather than removing it from the list.
Shortcuts and gestures for rapid interaction