Themes and Menus: The Sudoku Example Content taken from book: “Hello, Android” by Ed Burnette Third Edition.

Slides:



Advertisements
Similar presentations
11/2/2013 2:02:38 AM 5864_ER_FED 1 Importing Certificates into Lotus Notes R6.
Advertisements

EM Resource Overview Presented by Terry Stagg, HDS, SEM, CHSO.
Ease of Access and Assistive Technology on Windows 7 Computer Access for Individuals with Hearing Impairments.
Ease of Access and Assistive Technology on Windows 7 Computer Access for Individuals with Disabilities.
Using the Self Service BMC Helpdesk
How can Microsoft PowerPoint 2007 help you share information?
Lesson 1 & 2 Review Lesson 1 & 2 Activities (Smart Notebook)
Microsoft Office 2007-Illustrated Introductory, Windows Vista Edition Windows XP Unit A.
X-Call Version V3.0 User Guide
DEVELOPING ICT SKILLS PART -TWO
Microsoft Office Illustrated Fundamentals Unit N: Polishing and Running a Presentation.
Intro to Microsoft PowerPoint 2010 Public Computer Center, Moore Memorial Library, Greene, NY.
1 Windows CIS*2450 Advancing Computing Techniques.
Microsoft Word 2010 Lesson 1: Introduction to Word.
X-Call Version 2.0 user guide A manual to explain how to identify arrived patients and call into a preferred location. A manual to explain.
10 February Event Monitoring and Event File Maintenance.
Advanced Workgroup System. Printer Admin Utility Monitors printers over IP networks Views Sharp and non-Sharp SNMP Devices Provided Standard with Sharp.
BISD Curriculum & Instruction Department Angie T. Morales, RtI Specialist
Cosc 4755 Android Notifications. There are a couple of ways to notify users with interrupting what they are doing The first is Toast, use the factory.
Chapter 4: Configuring the Windows Vista Desktop.
PowerPoint Tutorial 1: Creating a Presentation
WINDOWS XP BACKNEXTEND 1-1 LINKS TO OBJECTIVES Starting Windows Using the Taskbar, opening & switching programs Using the Taskbar, opening & switching.
By: Jeremy Smith.  Introduction  Droid Draw  Add XML file  Layouts  LinearLayout  RelativeLayout  Objects  Notifications  Toast  Status Bar.
Operating Systems Day 1. Booting a Computer 1.Switch on the UPS electricity supply - green light electricity failure - red light charging – orange light.
2010 Practice Management Annual Conference PCLaw® Office Efficiency Tools – Calendaring, Phone Call & Document Management Presented by: Deborah Schaefer.
Operating Systems Day 3. Changing Date & Time 1.Double click on digital clock on the notification area of a task bar (Click start button, Click control.
Collaborating with Outlook 2002 and Exchange 2000.
Outlook 2007 Tips, Tricks, and Tools. Overview Main Screen Navigation Pane View Pane Reading Pane To–Do Bar Create a New Message Contacts Create a Signature.
Click Add a Contact. Complete the “Add a Contact” form. Select “company name” to search for the contact on your corporate network. Click on Next. The Search.
ICTN 6800 GROUP 2: Melissa Hooker Jasman Johnson Eric Kilpatrick Marsha Mabry Kris Morefield Ravi Sharma Charles Yarbrough 03/01/2008.
1 CGS1060 Mobile UIs Copyright 2012 by Janson Industries.
Click to add text © 2010 IBM Corporation Business Analytics software Using Cognos HTS for Report Review and Approvals.
CS378 - Mobile Computing What's Next?. Fragments Added in Android 3.0, a release aimed at tablets A fragment is a portion of the UI in an Activity multiple.
Introducing the Sudoku Example
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
Josh Probert – Yankee A Prototype based on Sierra’s SRS.
Advanced User Guide to Outlook and all its features.
Network Management Tool Amy Auburger. 2 Product Overview Made by Ipswitch Affordable alternative to expensive & complicated Network Management Systems.
The Fundamentals of Using Windows 95. Windows 95 ã operating system that performs every function necessary for the user to communicate and control computer.
(*Fax messaging is available only upon request; fees apply.) What Is Unified Messaging? Voice, fax* and messaging within a single interface Access.
Android Boot Camp for Developers Using Java, 3E
XP New Perspectives on Microsoft Windows 2000 Professional Windows 2000 Tutorial 1 1 Microsoft Windows 2000 Professional Tutorial 1 – Exploring the Basics.
Themes and Menus: The Sudoku Example Content taken from book: “Hello, Android” by Ed Burnette Third Edition.
Notifications. A notification is a message you can display to the user outside of your application's normal UI. When you tell the system to issue a notification,
Exchange 2013 Web App (OWA) User Guide. Table of Contents How to Logon Opening View Navigation Mail Contacts Calendar 2.
MICROSOFT WORD ABOUT WORD. ACTIVITY Read the following notes. Make a list of words you need to know to get started with Microsoft word. Arrange them in.
11 SUPPORTING THE WINDOWS DESKTOP Chapter 4. Chapter 4: Supporting the Windows Desktop2 SUPPORTING THE WINDOWS DESKTOP  Troubleshoot and customize the.
Catholic University College of Ghana Fiapre-Sunyani INFORMATION TECHNOLOGY I Audrey Asante, Faculty of ICST Graphic User Interface Tutorials and Documentation.
Transportation Agenda 187. Transportation About Web Parts Web parts are reusable “containers” that reside on web pages and interact with lists, libraries.
Microsoft Word CERTIFICATION PREP. Lesson 1 Basic Overview RIBBON The main command interface in Microsoft office 2013 is the ribbon. The Ribbon is a centralized.
Easy WP Guide V2.6 for WordPress 3.8. easywpguide.com Adding Tags within your Post Adding Tags whilst editing your Post, will automatically assign those.
Word and the Writing Process. To create a document 1.On the Start menu, point to Programs, and then click Microsoft Word. A new document opens in Normal.
Comprehensive Continuous Improvement Plan(CCIP) Training Module 3 Funding Application.
How to configure alarm system
This is an introduction to configuring Microsoft Outlook for Office 2010: Forwarding FAMIS work order opening and closing s to other users or alternate.
The Flag Quiz app tests your ability to correctly identify 10 flags from various countries and territories.
WINDOWS Part 2 – File Management. File Management Files - Electronic collections of data that you create and save on a computer Examples: –Resume created.
Copyright 2007, EMC Paradigm Publishing Inc. WINDOWS VISTA BACKNEXTEND 1-1 LINKS TO OBJECTIVES Starting Windows Using the Taskbar, open & switch programs.
About the To-Do Bar in Outlook
Generic Show: Attendee Guide XX/XX/10.
Microsoft Outlook 2010 Tips
Activities, Fragments, and Events
Using Jabber in Global Offices
Google Cardboard.
NERC Alerts Training Responding to Alerts
Microsoft Windows 2000 Professional
Facebook: Getting Started
Windows xp PART 1 DR.WAFAA SHRIEF.
Mobile Computing With Android ACST 4550 Toast
Android Developer Fundamentals V2
Presentation transcript:

Themes and Menus: The Sudoku Example Content taken from book: “Hello, Android” by Ed Burnette Third Edition

Review of key concepts Alternate Resources Defining new activities Starting new activities

Notifying the User Several types of situations may arise that require you to notify the user about an event that occurs in your application. Some events require the user to respond and others do not.

Notifications When an event such as saving a file is complete, a small message should appear to confirm that the save was successful. If the application is running in the background and needs the user's attention, the application should create a notification that allows the user to respond at his or her convenience. If the application is performing work that the user must wait for (such as loading a file), the application should show a hovering progress wheel or bar.

Notification tasks A Toast Notification, for brief messages that come from the background.Toast Notification A Status Bar Notification, for persistent reminders that come from the background and request the user's response.Status Bar Notification A Dialog Notification, for Activity-related notifications.Dialog Notification

Toast Notification A toast notification is a message that pops up on the surface of the window. It only fills the amount of space required for the message and the user's current activity remains visible and interactive. he notification automatically fades in and out, and does not accept interaction events. Because a toast can be created from a background Service, it appears even if the application isn't visible.Service

Toasts A toast is best for short text messages, such as "File saved," when you're fairly certain the user is paying attention to the screen

Status Bar Notification A status bar notification adds an icon to the system's status bar (with an optional ticker-text message) and an expanded message in the "Notifications" window. When the user selects the expanded message, Android fires an Intent that is defined by the notification (usually to launch an Activity).IntentActivity You can also configure the notification to alert the user with a sound, a vibration, and flashing lights on the device.