User Interface overview

Slides:



Advertisements
Similar presentations
ORGANIZING THE CONTENT Physical Structure
Advertisements

Windows 8 How to Navigate the Windows 8 Start Screen with Your Mouse and Keyboard Shortcuts Bill James, APCUG, Region 8 Advisor.
1 Windows CIS*2450 Advancing Computing Techniques.
Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8
Resource Fix-Its. This is what the drag and drop interface should look like Drag and Drop Menu.
CGS 1060 Introduction to MicroComputer Usage Chapter 1 Windows 7
NFD UI Design For Android Devices. Layout options Anchor navigation and actions. Its position at the top of a screen makes it ideal for presenting navigation.
C HAPTER 7 Microsoft Windows 7. Part1: Getting Started with Windows7 Fundamentals 7.1 What is Windows 7? It is the latest version of a series of Operating.
1 CGS1060 Mobile UIs Copyright 2012 by Janson Industries.
Said Achmiz, Alexander Gountras, Xinxin He. Problem Space Currently users in the home, performing a manually intensive task, do not have an easy and efficient.
Practical PC, 7th Edition Chapter 5: Organizing Files and Folders
Office 2013 and Windows 8: Essential Concepts and Skills
Design and Layout for Windows 8 and Windows Phone Style Apps Shane Morris Automatic Studio DEV221.
CIS—100 Chapter 15—Windows Vista 1. Parts of a Window 2.
Presented by Mark Thompson High Level Overview and Demo.
Office 2013 and Windows 8: Essential Concepts and Skills Microsoft Access 2013.
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
I. Getting Started with the Interface Microsoft ® Windows ® Movie Maker.
Lab 0 / Chapter 0 Windows XP Environment. 2 User Interfaces: A different perspective.
Microsoft Office 2010 is the newest version of Microsoft Office, offering features that provide users with better functionality and easier ways to work.
Windows 10 R. Craig Collins ©2015 WINDOWS CRASH COURSE.
The desktop (overview) Working with desktop icons The desktop is the main screen area that you see after you turn on your computer and log on to Windows.
AL A. LAURIO Teacher Microsoft Windows Vista. DESKTOP is the main screen area that you see after you turn on your computer and log on to Windows. it serves.
Exploring Microsoft Windows 8 Prepared by: Ms. Esraa AL Mousa.
Web Site Development - Process of planning and creating a website.
Section 4 The Basics of Windows 7. Windows 7 Versions  Home Premium  Professional  Specialized.
Blaise Senior UX Designer at AllofUs Friend of foxes Android UI The Basics.
Office 2013 and Windows 8: Essential Concepts and Skills Microsoft Office 2013.
Pasewark & Pasewark 1 Windows Vista Lesson 1 Windows Vista Basics Microsoft Office 2007: Introductory.
Now To Use Fire Tv On Second Screen. For More Details Visit Our Website
General System Navigation
UX/UI changes for Windows 10 apps
Exploring Microsoft Windows 8 Chapter 1 Getting Started with Windows 8
New Box Web Experience Inventory of changes.
IC3 GS5 Certification Guide
Getting Started with Windows 10
Android: The Basics Part 1 Allyson Coan Adult Services Librarian
User Interface Components
Basics of Website Development
Folders, Icons, Shortcuts and Apps
New Perspectives on Microsoft Windows 10
Introducing… Microsoft Windows7
Mobile Application Development Chapter 4 [Android Navigation and Interface Design] IT448-Fall 2017 IT448- Fall2017.
UBUNTU - Desktop Panel by default is across the top Applications menu
Module 1.1 Introduction to computers
Introduction to Computers
Office 2010 and Windows 7: Essential Concepts and Skills
Exploring the Basics of Windows XP
MY AGED CARE - Changes to the PROVIDER PORTAL USER INTERFACE
MY AGED CARE - Changes to the PROVIDER PORTAL USER INTERFACE
Windows Internet Explorer 7-Illustrated Essentials
Module 1: Getting Started with Windows 95
Abdul Hameed Windows 10 features Module 1 Abdul Hameed
Windows xp PART 1 DR.WAFAA SHRIEF.
Windows 7                      .
Abdul Hameed Windows 10 features Module 1 Abdul Hameed
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Microsoft Windows 7 Basics
Exploring the Basics of Windows XP
The 2013 Word Window As you play this presentation, fill in the 2013 Word Window Worksheet. On the following slide, click on each labeled part of the.
Tutorial Using the App help.ebsco.com.
CSC 581: Mobile App Development
Fundamentals of Using Microsoft Windows XP
How does my workspace work?
PowerPoint Lesson 1 Microsoft Word Basics
Shelly Cashman: Microsoft Windows 10
Microsoft Windows 7 Basics
Don’t just listen to music; listen to people
An Introduction to the Windows Operating System
Presentation transcript:

User Interface overview Presented by: Gurpreet Singh Assistant Professor Department of School of Computing and Engineering Galgotias University

Overview Android's system UI provides the framework on top of which you build your app. Important aspects include the Home screen experience, global device navigation, and notifications. Your app will play an important part in keeping the overall Android experience consistent and enjoyable to use.

Home Screen Home is a customizable space that houses app shortcuts, folders and widgets. Navigate between different home screen panels by swiping left and right. The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view regardless of which panel is currently showing. Access the entire collection of apps and widgets by touching the All Apps button at the center of the Favorites Tray.

All App Screen The All Apps screen lets you browse the entire set of apps and widgets that are installed on your device. Users can drag an app or widget icon from the All Apps screen and place it in any empty location on any Home screen.

Recent screen Recent provides an efficient way of switching between recently used applications. It provides a clear navigation path between multiple ongoing tasks. The Recent button at the right side of the navigation bar displays the apps that the user has interacted with most recently. They are organized in reverse chronological order with the most recently used app at the bottom. Switch to an app by touching it. Remove an item by swiping left or right.

System Bars The system bars are screen areas dedicated to the display of notifications, communication of device status, and device navigation. Typically the system bars are displayed concurrently with your app. Apps that display immersive content , such as movies or images, can temporarily hide the system bars to allow the user to enjoy full screen content without distraction.

1. Status Bar 2. Navigation Bar 3. Combined Bar

1. Status Bar Displays pending notifications on the left and status, such as time, battery level, or signal strength, on the right. Swipe down from the status bar to show notification details. 2. Navigation Bar New for phones in Android 4.0, the navigation bar is present only on devices that don't have the traditional hardware keys. It houses the device navigation controls Back, Home, and Recent, and also displays a menu for apps written for Android 2.3 or earlier. 3. Combined Bar On tablet form factors the status and navigation bars are combined into a single bar at the bottom of the screen.

Notifications Notifications are brief messages that users can access at any time from the status bar. They provide updates, reminders, or information that's important, but not critical enough to warrant interrupting the user. Open the notifications drawer by swiping down on the status bar. Touching a notification opens the associated app.

Notifications

Notifications Notifications can be expanded to uncover more details and relevant actions. When collapsed, notifications have a one-line title and a one- line message. The recommended layout for a notification includes two lines. Swiping a notification right or left removes it from the notification drawer.

Common App UI A typical Android app consists of action bars and the app content area. 1.Main Action Bar The command and control center for your app. The main action bar includes elements for navigating your app's hierarchy and views, and also surfaces the most important actions. 2. View Control Allows users to switch between the different views that your app provides. Views typically consist of different arrangements of your data or different functional aspects of your app.

Common App UI 3. Content Area The space where the content of your app is displayed. 4.Split Action Bar Split action bars provide a way to distribute actions across additional bars located below the main action bar or at the bottom of the screen. In this example, a split action bar moves important actions that won't fit in the main bar to the bottom.

1.Main Action Bar 2. View Control 3. Content Area 4.Split Action Bar