Day2_1 ui deep dive fundamentals

Post on 12-Jan-2015

296 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

http://winstore.vn

Transcript

LCDUI and LWUIT UI components in Nokia Asha UI

Cao PhongDeveloper Tech Support ManagerAug 07, 2013

Overview• What’s new?• Essentials• Nokia UI• LCDUI• LWUIT• Patterns• Take home messages

The visualization changed, but the APIs remain compatible.

What’s new?

Design drivers are direct access and direct manipulation.

The Swipe is reserved.

The screen is optimized for mobility, convenience and effectiveness.

Back-stepping is done via a dedicated hardware Back/Exit key.

Obey the minimum touch area.

Push notification lets people listen to your service if there is something new.

Toolbar area can host actions or tabs, but no combination of those.

Indicating selected items has been simplified.

Launcher icon is cropped automatially from Fastlane icon.

Make sure custom components work with the light background.

Essentials

Use standard gestures as intended

DragMove item

Swipe

FlickScroll quickly

Pinch openZoom in

Pinch closeZoom out

Press downOpen, select

Long pressOpens item menu

Only one application can run at a time.

Portrait and landscape orientation are supported.

Status bar, Header bar and optional toolbar area are chrome.

Options menu contains only actions affecting the entire view.

Context menu is only a collection of shortcuts of single item actions.

Treat LWUIT and LCDUI as separate offerings – do not mix them.

Select your approach according to your requirements.

Custom UI on Canvas

LCDUI components

LWUIT components

Exercise: Do you use LWUIT or LCDUI or full custom solution? Why?

Nokia UI

Category bar can have tabs or actions. Do not mix them.

If there is no Category bar, an Option’s item will be shown as textual button.

PopupList may replace the long-press menu when necessary.

Push notification shows only your service’s information, no app statuses.

LCDUI

LCDUI components are backward compatible.

LCDUI requires only little layout work when using components.

LCDUI is based on few view types.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

There are 2 types of displayable (views).

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Screens use pre-defined elements, but in a canvas you can draw freely.

From UX point of view, there 2 different Canvases.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Use header and optionally the toolbar area to maintain look and feel.

Alerts can only be shown inside an application.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

In Alerts, place positive action at the top and negative action at the bottom.

Lists allow only one list item type.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Implicit choice Lists are made for drill down flows.

Exclusive choice List must have always exactly one item highlighted.

Multiple selection list should have select/unselect all actions in Options.

Multiple choice List and Exclusive choice List require a ”Done” button.

No focus in a list (1). Highlight only in a picker (2).

A form is the most versatile screen to use with LCDUI components.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Popup ChoiceGroup is preferred over the exclusive ChoiceGroup.

The DateField components can only be used for setting a date and time.

Hint text disappears now immediately when opening TextField.

Gauge can be a slider or a progress indicator.

StringItem displays text and allows hyperlinks and button creation.

ImageItem crops the image if necessary.

CustomItem allows drawing new elements e.g. a switch.

Spacer adds space between two Form items.

A text box can show editable text or non-editable text. Nothing else.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Text color is changed according to the text state: non-editable, edit, edited.

Ticker is available in Canvas, List, Form and TextBox.

Displayable

ScreenCanvas

With chrome Full screen Alert List Form TextBox

ChoiceGroup

DateField

TextField

Gauge StringItem

ImageItem

CustomItem

Spacer

Implicit choice Exclusive choice Multiple choice

Ticker always appears right below the Header bar.

LWUIT

LWUIT is based on components instead of ready screens.

LWUIT runs in LCDUI’s Canvas with or without Canvas’ chrome.

Styled components are made of LWUIT components but named differently.

LWUIT (Feedback) Banner is only for in-app-notification.

Button may contain text or icon and can be customized.

Dialogs should have not more than one accent button – if any.

Grid or table should not exceed the screen horizontally.

Usually the header is sticky, but not all views require a header.

Group header groups content and does not separate single items.

Use Label to give components a title.

Lists can be customized to create fancy, exclusive and multiple choice lists.

Picker should be opened in a new view and not be an in-line-edit item.

Usually a determinate progress bar is preferred over a spinner.

Use Slider for a continuous range of numerical values.

LWUIT long-press menu and LCDUI long-press menu work in the same way.

Tabs can use text or icons and they can be customized.

Switch should only be used with truly opposite items.

Text field is for one line.Text area is for multiple lines.

Patterns

Indicate empty states and enable people to add content there.

Highlight errors and help fixing them; either with an Alert or inline.

In full screen view show the chrome before you hide it.

“Delete” should have a confirmation. “Remove” does not require a query.

If people can populate a list, enable clean sweep.

Refresh content by drag-down from top.

Add more content by drag-up from bottom.

Add Cancel to each individual process.

Drill down means also a clear single back-stepping path.

Tabs are not inherited to the next lower hierarchy level.

Since filtering by categories is based on textual items, it may replace tabs.

Progressive Search is ideal for large internal content.

Take home messages

The visualization changed, but the APIs remain compatible.

Back-stepping is done via a dedicated hardware Back/Exit key.

Treat LWUIT and LCDUI as separate offerings – do not mix them.

Literature and links

• UX Library for Nokia Asha:• http://www.developer.nokia.com/Resources/Library/Asha_UI/

#!index.html

• Nokia Asha Web app UX guidelines:• http://www.developer.nokia.com/Resources/Library/Nokia_A

sha_web_apps_library/#!design-library.html

• Nokia Asha UI component demos:• https://projects.developer.nokia.com/asha_ui_component_de

mos

THANK YOU!Nokia Vietnam – Developers Experience: https://www.facebook.com/groups/viet.nok.dev/

top related