android ui guide

9

Click here to load reader

Upload: qa-madness

Post on 07-Aug-2015

139 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: Android UI Guide

Android UI

Guide

QA Madness

Page 2: Android UI Guide

Multi-touch gestures in Android

1. Tap 3. Scroll2. Double Tap

Page 3: Android UI Guide

4. Flick 5. Pan 6. Long Press

Multi-touch gestures in Android

Page 4: Android UI Guide

7. Pinch 8. Zoom 9. Rotate

Multi-touch gestures in Android

Page 5: Android UI Guide

Structure of Android AppText field

Auto-complete suggestion-

is a feature in which

an application predicts the rest of

a word a user is typing.

Page 6: Android UI Guide

Input controls

Pickers

Radio Button Switches (Android

4.0+)

Toggle Buttons

Spinners

Structure of Android App

Page 7: Android UI Guide

Split Action BarUp Button

Action Bar

Popup Menu

Structure of Android App

Page 8: Android UI Guide

Share Action Provider Notification Drawer Heads-up Notification

Notification Area

Structure of Android App

Page 9: Android UI Guide

Dialogs Custom dialog layout

A list of multiple – choice itemDialog with a title and list

Dialog with message and

two action buttons

Structure of Android App