brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 PART 2 CORE WINDOWS PHONE... 57

Size: px
Start display at page:

Download "brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 PART 2 CORE WINDOWS PHONE... 57"

Transcription

1 brief contents PART 1 INTRODUCING WINDOWS PHONE A new phone, a new operating system 3 2 Creating your first Windows Phone application 30 PART 2 CORE WINDOWS PHONE Fast application switching and resume 59 4 Scheduled actions 87 5 Launching tasks and choosers Contacts and calendars Storing data Working with the camera Integrating with the Photos and Music + Videos Hubs Using sensors Network communication with push notifications Using the Speech API 289 v

2 vi BRIEF CONTENTS PART 3 XAML FOR WINDOWS PHONE ApplicationBar and context menus Panorama and pivot controls Building a media player Using Maps Building HTML applications Releasing and monetizing apps 408

3 contents preface xv acknowledgments xvi about this book xvii about the cover illustration xxi PART 1 INTRODUCING WINDOWS PHONE A new phone, a new operating system Rebooting the Windows Phone platform Windows Phone foundations 6 Hardware specs 6 A new user interface 8 User experience 9 Platform APIs and frameworks 13 The Dev Center and the Windows Phone Store Comparing Windows Phone to other mobile platforms 16 Windows 8 17 Apple ios 17 Android The Windows Phone Developer Tools 23 Visual Studio for Windows Phone 23 Blend for Visual Studio 24 Windows Phone emulator 24 Windows Phone Developer Registration tool 24 XAP Deployment tool 25 Isolated Storage Explorer tool 26 The Simulation Dashboard 27 vii

4 viii CONTENTS 1.5 Declaring capabilities and requirements Summary 29 2 Creating your first Windows Phone application Generating the project 32 Debugging phone projects 34 Application startup Implementing Hello World 36 Customizing the Startup page 36 Adding application content 39 Adding the Greeting page Interacting with the user 44 Touch typing 44 Touch gestures 47 Adding a toolbar button Page navigation 49 Navigating to another page 50 Passing parameters between pages 51 Changing the Back key behavior 53 Navigating with tiles Summary 56 PART 2 CORE WINDOWS PHONE Fast application switching and resume Fast application switching 60 Understanding lifetime events 61 Creating the Lifetime sample application 62 Updating the user interface Launching the application 65 Construction 65 First-time initialization Switching applications 69 Going dormant 69 Returning to action 71 Tombstoning Out of sight 76 Obscuration 77 Running behind the Lock Screen Fast application resume 81 Navigation modes 82 Resuming with an alternative URI 83 Customizing the resume experience Summary 86

5 CONTENTS ix 4 Scheduled 5 Launching 6 Contacts actions Working on a schedule 88 Adding the Reminder page 90 DatePicker and TimePicker 92 Making choices with the ListPicker Introducing the Scheduled Action Service 95 Scheduling a reminder 97 Editing a notification 100 Deleting a notification Creating a background agent 103 Background agent projects 104 Executing work from the background agent 105 Scheduling a PeriodicTask 106 Scheduled tasks expire after two weeks 108 User-disabled tasks 109 When things go awry 110 Testing background agents Updating the Lock Screen Summary 114 tasks and choosers The Tasks API Launchers 117 Placing a phone call 119 Writing an 120 Texting with SMS 121 Working with the Windows Phone Store 122 Searching with Bing Choosers 125 Completed events 126 Saving a phone number 127 Saving an address 128 Saving a ringtone 129 Choosing a phone number 131 Choosing an address 131 Choosing a street address Summary 132 and calendars UserData APIs 134 Searching for contacts 136 Reviewing appointments Providing Custom Contacts 144 Navigating to the Add Contact page 146 Creating a contact store 147 Adding a contact to the contact store 148 Updating an existing contact 151 Deleting a contact Summary 155

6 x CONTENTS 7 Storing 8 Working 9 Integrating data Creating the High Scores sample application 159 Displaying the high scores list 159 Managing the high scores list 161 Defining a high scores repository Storing data with application settings Serializing data to local storage files 165 Serializing high scores with the XmlSerializer 166 Deleting files and folders Working with a database 169 Attributing your domain model 170 Defining the data context 171 Creating the database 173 CRUD operations 174 Searching for data 178 Compiling queries 179 Upgrading 180 Adding a read-only database to your project Summary 185 with the camera Starting the PhotoEditor project Working with the camera tasks 188 Choosing a photo with PhotoChooserTask 188 Taking photos with CameraCaptureTask Controlling the camera 193 Painting with the VideoBrush 195 Snapping a photo 197 Handling picture orientation 199 Supporting fast application switching Image editing 204 Rendering XAML elements 205 Saving an image to local storage 206 Loading an image from local storage Summary 208 with the Photos and Music + Videos Hubs Working with pictures in the media library 211 Exposing pictures 211 Saving pictures to the media library 213 Retrieving a picture from the media library Editing and sharing from the Photos Hub 216 Extending the Photos Hub 217 Extending the photo viewer 217 Sharing pictures from your Photos Hub extension 220

7 CONTENTS xi 9.3 Playing and recording with the Music + Videos Hub 220 Enabling XNA Framework events 222 Building the user interface 223 Recording audio 225 Playing audio Playing recorded audio in the Music + Videos Hub 230 Fulfilling Music + Videos Hub requirements 231 Launching from the Music + Videos Hub Playing recorded audio with a background agent Summary Using sensors Understanding the Sensor APIs 238 Data in three dimensions 239 Reading data with events 240 Polling for data Creating the sample application 241 Creating a reusable Bar control 241 Designing the main page 244 Polling sensor data with a timer Measuring acceleration with the accelerometer 246 Hooking up the sensor 247 Acceleration in the emulator 248 Interpreting the numbers Finding direction with the compass 251 Hooking up the sensor 252 Interpreting the numbers Pivoting with the gyrometer 254 Hooking up the sensor Wrapping up with motion 256 Hooking up the sensors 257 Interpreting the numbers Summary 261 Network communication with push notifications Detecting network connectivity 264 Reading device settings 266 Using the NetworkInterface class 267 Listing all network connections Pushing notifications to a phone 270 Three types of notifications 271 Push notification workflow 272 Creating a push notification client 273 Opening a notification channel 274 Looking for navigation parameters 275 In-app notifications 276

8 xii CONTENTS 11.3 Launching applications with the Installation Manager 277 Using the same publisher ID 277 Sharing the channel URI Simulating a Push Notification Service 280 Issuing HTTP web requests 280 Sending toast notifications 283 Using notifications to update a tile Summary Using the Speech API Text-to-speech Available speaking voices Speech Synthesis Markup Language Voice commands 302 The Voice Command Definition file 302 Enabling voice commands 306 Phrase lists 307 Localization 308 Voice UI screens Speech recognition 311 Grammars 312 Speech recognizers 314 Prompts, confirmation, and choice screens 316 Handling recognition results 317 Handling errors Summary 320 PART 3 XAML FOR WINDOWS PHONE ApplicationBar and context menus Working with the ApplicationBar 326 Building an application bar 327 Tooling support 328 Changing the application bar appearance 330 Dynamically updating buttons and menu items 331 Designing button icons ContextMenu Summary 336 Panorama and pivot controls Improving the scenery with the Panorama control 338 Building a panorama application 339 Widen the view 341 Remembering where you are 342 Adding a background 343 Customize the title 344

9 CONTENTS xiii 14.2 Pivoting around an application 345 Building the sample application 346 Remembering the current selection 348 Generating sample data 348 Dynamically loading pages Summary Building a media player Playing media with the MediaPlayerLauncher 355 Creating the media player project 356 Adding a video file to the project 356 Copying an installed file to local storage 357 Launching the video Building a media player with MediaElement 360 Adding the MediaElement 361 Loading media files 363 MediaElement states 365 Controlling volume Summary 368 Using Maps Introducing Maps 371 Preparing the application 371 Launching the Maps application 372 Finding directions Embedding a Map control 375 Building the LocationAndMaps sample application 376 Centering on your current location with the Geolocator 377 Marking the current location on the map Reverse geocoding looking up an address Continuous tracking with Geolocator 385 Working with high accuracy location data 386 Reporting changes in position 388 Displaying a route on the map 390 Stopping continuous tracking Summary 392 Building HTML applications Introducing Windows Phone HTML5 App projects Launching Internet Explorer Using HTML5 398 Marking up index.html with HTML5 399 Setting the browser viewport Matching the Windows Phone style 400

10 xiv CONTENTS 17.5 Using Scalable Vector Graphics Executing JavaScript 403 Installing jquery 403 Adding a Click event handler Bridging C# and JavaScript 405 Wiring up the ScriptNotify event Summary Releasing and monetizing apps Ad-supported apps 409 Microsoft Advertising pubcenter 410 Implementing ads 413 Best practices Paid and trial apps 416 Registration 417 Subscriptions 417 Markets 418 Trial apps 418 Getting paid 420 Windows Phone Store Test Kit 420 App submission and certification 421 Reports In-app purchases 427 Why in-app purchases? 427 Who provides what piece? 427 Types of IAP items you can sell 428 Getting products from the Store 429 Implementing consumables 430 Implementing durables Testing 431 Submitting your in-app items Summary 435 appendix A: XAML, the Extensible Application Markup Language 437 appendix B: Model-View-ViewModel (MVVM) 445 index 453

Mike Taulty Developer/Evangelist Microsoft Ltd

Mike Taulty Developer/Evangelist Microsoft Ltd Mike Taulty Developer/Evangelist Microsoft Ltd Windows/Phone app building today Windows Phone Devices Windows Devices Windows Phone 8.0 app platform Silverlight XAML C# Code Win32 WinRT Silverlight.NET

More information

PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3

PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3 INTRODUCTION xix PART I: INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT CHAPTER 1: A BRIEF HISTORY OF WINDOWS APPLICATION DEVELOPMENT 3 The Life of Windows 3 From Windows 3.1 to 32-bit 4 Windows XP

More information

ios in Practice MANNING BEAR CAHILL Shelter Island

ios in Practice MANNING BEAR CAHILL Shelter Island ios in Practice BEAR CAHILL if MANNING Shelter Island contents preface xv acknowledgments xvi about this book xvii about the cover illustration xx Part 1 Getting started 1 ~1 Getting started with ios development

More information

Pro Windows 8.1. Development with. XAML and C# Jesse Liberty. Philip Japikse. Jon Galloway

Pro Windows 8.1. Development with. XAML and C# Jesse Liberty. Philip Japikse. Jon Galloway Pro Windows 8.1 Development with XAML and C# Jesse Liberty Philip Japikse Jon Galloway Contents About the Authors About the Technical Reviewers Acknowledgments xvii xix xxi HChapter 1: Getting Started

More information

MOC 20482C: Advanced Windows Store App Development Using HTML5 and JavaScript

MOC 20482C: Advanced Windows Store App Development Using HTML5 and JavaScript MOC 20482C: Advanced Windows Store App Development Using HTML5 and JavaScript Course Overview This course provides students with the knowledge and skills to utilize Windows Store Apps by using both HTML5

More information

Developing Native Windows Phone 7 Applications for SharePoint

Developing Native Windows Phone 7 Applications for SharePoint Developing Native Windows Phone 7 Applications for SharePoint Steve Pietrek Cardinal Solutions About Cardinal OUR FOCUS: Enterprise Rich Internet Applications Mobile Solutions Portals & Collaboration Business

More information

Lesson 1: Hello ios! 1

Lesson 1: Hello ios! 1 Contents Introduction xxv Lesson 1: Hello ios! 1 ios Developer Essentials 1 A Suitable Mac 1 A Device for Testing 2 Device Differences 2 An ios Developer Account 4 The Official ios SDK 6 The Typical App

More information

Jim Jackson II Ian Gilman

Jim Jackson II Ian Gilman Single page web apps, JavaScript, and semantic markup Jim Jackson II Ian Gilman FOREWORD BY Scott Hanselman MANNING contents 1 HTML5 foreword xv preface xvii acknowledgments xx about this book xxii about

More information

Index C, D E, F, G, H I, J, K

Index C, D E, F, G, H I, J, K Index A App monetization. See Lowdown App package certification process, 263 creation, 245 settings, 248 side loading, 247 submission advanced features, 256 app name, 253 content rating information, 252

More information

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND Getting MEAN with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher

More information

Pro Business Applications with Silverlight 4

Pro Business Applications with Silverlight 4 Pro Business Applications with Silverlight 4 Chris Anderson Apress* Contents at a Glance Contents About the Author Acknowledgments iv v xix xx a Chapter 1: Introduction 1 Who This Book Is For 1 About This

More information

ANDROID SYLLABUS. Advanced Android

ANDROID SYLLABUS. Advanced Android Advanced Android 1) Introduction To Mobile Apps I. Why we Need Mobile Apps II. Different Kinds of Mobile Apps III. Briefly about Android 2) Introduction Android I. History Behind Android Development II.

More information

Essentials of Developing Windows Store Apps Using C#

Essentials of Developing Windows Store Apps Using C# Essentials of Developing Windows Store Apps Using C# Course 20484A; 5 Days, Instructor-led Course Description In this course, students will learn essential programming skills and techniques that are required

More information

Android" Application Development SAMS. Sams Teach Yourself. Shane Conder. Lauren Darcey. Second Edition

Android Application Development SAMS. Sams Teach Yourself. Shane Conder. Lauren Darcey. Second Edition Lauren Darcey Shane Conder Sams Teach Yourself Android" Application Development Second Edition SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction 1 Who Should Read

More information

Pro XAML with C# From Design to Deployment on WPF, Windows Store, and Windows Phone. Buddy James. Lori Lalonde

Pro XAML with C# From Design to Deployment on WPF, Windows Store, and Windows Phone. Buddy James. Lori Lalonde Pro XAML with C# From Design to Deployment on WPF, Windows Store, and Windows Phone Buddy James Lori Lalonde Contents J About the Authors About the Technical Reviewer Acknowledgments Introduction xiii

More information

Introduction p. 1 Getting Started Hello, Real World p. 9 Creating, Deploying, and Profiling an App p. 9 Understanding the App Package p.

Introduction p. 1 Getting Started Hello, Real World p. 9 Creating, Deploying, and Profiling an App p. 9 Understanding the App Package p. Introduction p. 1 Getting Started Hello, Real World p. 9 Creating, Deploying, and Profiling an App p. 9 Understanding the App Package p. 12 Updating XAML and C# Code p. 22 Making the App World-Ready p.

More information

70-482Q&As. Advanced Windows Store App Dev using HTML5 and JavaScript. Pass Microsoft Exam with 100% Guarantee

70-482Q&As. Advanced Windows Store App Dev using HTML5 and JavaScript. Pass Microsoft Exam with 100% Guarantee 70-482Q&As Advanced Windows Store App Dev using HTML5 and JavaScript Pass Microsoft 70-482 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Windows Phone development. Rajen Kishna Technical blog.rajenki.com

Windows Phone development. Rajen Kishna Technical blog.rajenki.com Windows Phone development Rajen Kishna Technical Evangelist @rajen_k blog.rajenki.com rajenki@microsoft.com Evaluations and questions GOTO GUIDE APP Dev Center & Tools Design Principles UI Framework &

More information

John Ray. Sams Teach Yourself. iphone. Application Development. Second Edition. S^/MS 800 East 96th Street, Indianapolis, Indiana, USA

John Ray. Sams Teach Yourself. iphone. Application Development. Second Edition. S^/MS 800 East 96th Street, Indianapolis, Indiana, USA John Ray Sams Teach Yourself iphone Application Development Second Edition S^/MS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction 1 Who Can Become an iphone Developer?

More information

Acknowledgments...xvii. Introduction... Chapter 1: Getting Started Chapter 2: Build a Hi-Lo Guessing Game App!... 19

Acknowledgments...xvii. Introduction... Chapter 1: Getting Started Chapter 2: Build a Hi-Lo Guessing Game App!... 19 Brief Contents Acknowledgments...xvii Introduction... xix Chapter 1: Getting Started... 1 Chapter 2: Build a Hi-Lo Guessing Game App!... 19 Chapter 3: Creating a GUI for Our Guessing Game... 43 Chapter

More information

Android App Development

Android App Development Android App Development Course Contents: Android app development Course Benefit: You will learn how to Use Advance Features of Android with LIVE PROJECTS Original Fees: 15000 per student. Corporate Discount

More information

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course 20481A; 5 Days, Instructor-led Course Description In this course, students will learn essential programming skills and techniques

More information

SharePoint 2013 Central Administration

SharePoint 2013 Central Administration Course Objectives SharePoint 2013 Central Administration SharePoint Virtual environment creation through VMware, Virtual Box & Hyper-V. SharePoint Farm setup - Standalone, Small, Medium and Large Scale

More information

MOC 20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

MOC 20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript MOC 20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course Overview This course provides students with the knowledge and skills to develop Windows Store Apps using HTML5

More information

Contents. Before You Begin. Copyright 2010 by Deitel & Associates, Inc. All Rights Reserved.

Contents. Before You Begin. Copyright 2010 by Deitel & Associates, Inc. All Rights Reserved. Preface Before You Begin xxvii xxxvii 1 Introduction to iphone App Development 1 1.1 Introduction to iphone for Programmers 2 1.2 iphone Overview 3 1.3 Key New iphone 3GS and OS 3.x Features and Enhancements

More information

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary Description Course Summary In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Developing Mobile Apps (357)

Developing Mobile Apps (357) Developing Mobile Apps (357) Develop a XAML page layout for an adaptive UI Construct a page layout Configure a RelativePanel layout; select the appropriate XAML layout panel based on the UI requirement;

More information

ArcGIS Runtime SDK for.net Getting Started. Jo Fraley

ArcGIS Runtime SDK for.net Getting Started. Jo Fraley ArcGIS Runtime SDK for.net Getting Started Jo Fraley Agenda What is the ArcGIS Runtime? What s new for ArcGIS developers? ArcGIS Runtime SDK 10.2 for WPF ArcGIS Runtime SDK for.net Building Windows Store

More information

Pro Android 2. Sayed Y. Hashimi Satya Komatineni Dave Mac Lean. Apress

Pro Android 2. Sayed Y. Hashimi Satya Komatineni Dave Mac Lean. Apress Pro Android 2 Sayed Y. Hashimi Satya Komatineni Dave Mac Lean Apress Contents Contents at a Glance Contents About the Authors About the Technical Reviewer Acknowledgments Foreword iv v xiii xiv xv xvi

More information

Windows 8 Release Preview. Product Guide for Developers. preview.windows.com

Windows 8 Release Preview. Product Guide for Developers. preview.windows.com Windows 8 Release Preview Product Guide for Developers I Table of Contents Introduction 3 Apps take center stage 4 Fast and fluid 6 Versatile input methods 7 Tailored experiences 7 Tiles are connected

More information

Microsoft Certkey Exam Questions & Answers

Microsoft Certkey Exam Questions & Answers Microsoft Certkey 70-482 Exam Questions & Answers Number: 70-482 Passing Score: 700 Time Limit: 120 min File Version: 35.7 http://www.gratisexam.com/ Sections 1. CS1 Microsoft 70-482 Exam Questions & Answers

More information

IP Camera Installation Brief Manual

IP Camera Installation Brief Manual I IP Camera Installation Brief Manual The purpose of this manual is to give you basic help how to successfully connect your camera(s) to the network and make the initial configurations. There is a whole

More information

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course 20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript Course Details Course Outline Module 1: Overview of the Windows 8.1 Platform and Windows Store Apps This module introduces

More information

Introduction. Part I: Silverlight Fundamentals for ASP.NET Developers 1

Introduction. Part I: Silverlight Fundamentals for ASP.NET Developers 1 Introduction xxi Part I: Silverlight Fundamentals for ASP.NET Developers 1 Chapter 1: Silverlight in a Nutshell 3 Uphill Struggle 3 Rich Client or Web Reach? 4 Silverlight Steps In 4 The Impact of Silverlight

More information

II.1 Running a Crystal Report from Infoview

II.1 Running a Crystal Report from Infoview Page 1 of 9 Last Updated: September 2007 This document describes how to run a crystal report from Infoview. The basics of running a report are the same for any report, however the parameters will vary

More information

9.3 Launchers and Choosers. Fast Application Switching and Design. Forcing a Program to be removed from memory

9.3 Launchers and Choosers. Fast Application Switching and Design. Forcing a Program to be removed from memory debugging. If you then press the Back button you will find that the program will resume execution after being reactivated. Forcing a Program to be removed from memory When we are testing your program we

More information

Preface...3 Acknowledgments...4. Contents...5. List of Figures...17

Preface...3 Acknowledgments...4. Contents...5. List of Figures...17 Contents - 5 Contents Preface...3 Acknowledgments...4 Contents...5 List of Figures...17 Introduction...23 History of Delphi...24 Delphi for mobile platforms...27 About this book...27 About the author...29

More information

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Android Syllabus Pre-requisite: C, C++, Java Programming SQL & PL SQL Chapter 1: Introduction to Android Introduction to android operating system History of android operating system Features of Android

More information

Programming Windows, Sixth Edition

Programming Windows, Sixth Edition Programming Windows, Sixth Edition Charles Petzold Table of Introduction xvii i-'-f..?.'!. ELE MENTALS Chapter 1 Markup and Code 3 The First Project 3 Graphical Greetings 9 Variations in Text 13 Media

More information

Taking Your iphone to

Taking Your iphone to Taking Your iphone to the Max, ios 5 Edition -"-I f.6>. ii "VS Michael Grothaus Steve Sande Erica Sadun Apress* Contents Contents at a Glance About the Authors About the Technical Reviewer iv xiv xv Part

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

More information

Getting started with Convertigo Mobilizer

Getting started with Convertigo Mobilizer Getting started with Convertigo Mobilizer First Sencha-based project tutorial CEMS 6.0.0 TABLE OF CONTENTS Convertigo Mobilizer overview...1 Introducing Convertigo Mobilizer... 1-1 Convertigo Mobilizer

More information

Acknowledgments...xvi Introduction... xvii Primer Project 1: Blinking an LED Project 2: Pushbutton LED Flashlight...

Acknowledgments...xvi Introduction... xvii Primer Project 1: Blinking an LED Project 2: Pushbutton LED Flashlight... Contents Acknowledgments...xvi Introduction... xvii Primer... 2 LEDs Project 1: Blinking an LED... 36 Project 2: Pushbutton LED Flashlight... 46 Project 3: LED Dimmer Switch... 52 Project 4: A Graphical

More information

Microsoft and Mobile. Jennifer Marsman Principal Developer Evangelist, Microsoft

Microsoft and Mobile. Jennifer Marsman Principal Developer Evangelist, Microsoft Microsoft and Mobile Jennifer Marsman Principal Developer Evangelist, Microsoft http://blogs.msdn.com/jennifer Twitter: @JenniferMarsman There is an app store for Windows 8. Why Windows? Opportunity As

More information

Introduction to Creo Elements/Direct 19.0 Modeling

Introduction to Creo Elements/Direct 19.0 Modeling Introduction to Creo Elements/Direct 19.0 Modeling Overview Course Code Course Length TRN-4531-T 3 Day In this course, you will learn the basics about 3-D design using Creo Elements/Direct Modeling. You

More information

This course maps to the exam.

This course maps to the exam. About this course This course you will learn advanced programming practices and techniques that will help you develop Windows Store apps. In this course, you will learn how design and develop Windows Store

More information

"Charting the Course... MOC A: Developing with the SharePoint Framework. Course Summary

Charting the Course... MOC A: Developing with the SharePoint Framework. Course Summary Course Summary Description This five-day instructor-led course is intended for developers who want to be able to create client-side applications with SharePoint Framework. In this course, students will

More information

Introduction to C++/CLI 3. What C++/CLI can do for you 6 The rationale behind the new syntax Hello World in C++/CLI 13

Introduction to C++/CLI 3. What C++/CLI can do for you 6 The rationale behind the new syntax Hello World in C++/CLI 13 contents preface xv acknowledgments xvii about this book xix PART 1 THE C++/CLI LANGUAGE... 1 1 Introduction to C++/CLI 3 1.1 The role of C++/CLI 4 What C++/CLI can do for you 6 The rationale behind the

More information

Contents at a Glance

Contents at a Glance Contents at a Glance Introduction... 1 Part I: Making the ipad Yours... 5 Chapter 1: Buying Your ipad...7 Chapter 2: Looking Over the Home Screen...27 Chapter 3: Getting Going...55 Chapter 4: Making Your

More information

70-485: Advanced Windows Store app development using C#

70-485: Advanced Windows Store app development using C# 70-485: Advanced Windows Store app development using C# The following tables itemize changes to exam 70-485. These changes will be made on December 2, 2013, to include updates that relate to Windows 8.1

More information

HarePoint HelpDesk for SharePoint Administration Guide

HarePoint HelpDesk for SharePoint Administration Guide HarePoint HelpDesk for SharePoint Administration Guide For SharePoint 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 This manual has been produced

More information

Advanced Windows Store App Development Using C#

Advanced Windows Store App Development Using C# Advanced Windows Store App Development Using C# Duration: 5 Days Course Code: M20485 Overview: In this course the students will learn the more advanced programming skills and techniques that they can use

More information

20482: Advanced Windows Store App Development Using HTML5 and JavaScript

20482: Advanced Windows Store App Development Using HTML5 and JavaScript Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang

HTML5 Applications Made Easy on Tizen IVI. Brian Jones / Jimmy Huang HTML5 Applications Made Easy on Tizen IVI Brian Jones / Jimmy Huang Obstacles IVI Developers Face Today Lots of hardware variety. Multiple operating systems Different input devices Software development

More information

Configuring and Customizing the ArcGIS Viewer for Silverlight. Katy Dalton

Configuring and Customizing the ArcGIS Viewer for Silverlight. Katy Dalton Configuring and Customizing the ArcGIS Viewer for Silverlight Katy Dalton kdalton@esri.com Agenda Overview of the ArcGIS Viewer for Silverlight Extensibility endpoints - Tools, Behaviors, Layouts, Controls

More information

Advanced Windows Store App Development Using HTML5 and JavaScript

Advanced Windows Store App Development Using HTML5 and JavaScript Course 20482C: Advanced Windows Store App Development Using HTML5 and JavaScript Course Details Course Outline Module 1: Windows Store App Essentials This module provides an overview of the Windows 8.1

More information

Web Portfolio Design and Applications

Web Portfolio Design and Applications Web Portfolio Design and Applications Table of Contents Preface... viii Chapter I. Introduction to the Web Portfolio... 1 Introduction... 1 Background... 2 Web Literature and Review... 4 Who Needs a Web

More information

20482C: Advanced Windows Store App Development Using HTML5 and JavaScript

20482C: Advanced Windows Store App Development Using HTML5 and JavaScript 20482C: Advanced Windows Store App Development Using HTML5 and JavaScript Course Details Course Code: Duration: Notes: 20482C 5 days This course syllabus should be used to determine whether the course

More information

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3 74029ftoc.qxd:WroxPro 9/27/07 1:40 PM Page xiii Acknowledgments Introduction x xxv Part I: Programming Access Applications 1 Chapter 1: Overview of Programming for Access 3 Writing Code for Access 3 The

More information

Can the app be installed on the device? Does the app behave as designed/desired if there is an incoming SMS?

Can the app be installed on the device? Does the app behave as designed/desired if there is an incoming SMS? 1) Can the app be installed on the device? Does the app behave as designed/desired if there is an incoming call? Does the app behave as designed/desired if there is an incoming SMS? Does the app behave

More information

Mobile Application Development

Mobile Application Development Android Native Application Development Mobile Application Development 1. Android Framework and Android Studio b. Android Software Layers c. Android Libraries d. Components of an Android Application e.

More information

Module Title : 20484C:Essentials of Developing Windows Store Apps Using C#

Module Title : 20484C:Essentials of Developing Windows Store Apps Using C# Module Title : 20484C:Essentials of Developing Windows Store Apps Using C# Duration : 5 days Overview About this course In this course students will learn essential programming skills and techniques that

More information

Android Essentials with Java

Android Essentials with Java Android Essentials with Java Before You Program o Exercise in algorithm generation Getting Started o Using IntelliJ CE Using Variables and Values o Store data in typed variables Static Methods o Write

More information

HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND

HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND HTML5 in Action ROB CROWTHER JOE LENNON ASH BLUE GREG WANISH MANNING SHELTER ISLAND brief contents PART 1 INTRODUCTION...1 1 HTML5: from documents to applications 3 PART 2 BROWSER-BASED APPS...35 2 Form

More information

Course 20484: Essentials of Developing Windows Store Apps Using C#

Course 20484: Essentials of Developing Windows Store Apps Using C# Course 20484: Essentials of Developing Windows Store Apps Using C# Type:Course Audience(s):Developers Technology:Visual Studio Level:200 This Revision:C Delivery method: Instructor-led (classroom) Length:5

More information

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949)

IBM Networking OS. BBI Quick Guide. for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition (replaces 88Y7949) IBM Networking OS BBI Quick Guide for the EN2092 1Gb Ethernet Scalable Switch, Second edition

More information

Advanced Windows Store App Development Using C#

Advanced Windows Store App Development Using C# Course 20485C: Advanced Windows Store App Development Using C# Course Details Course Outline Module 1: Windows Store App Essentials In this module, you will get an overview of the Windows 8.1 user experience

More information

Chapter 1: Turning Your ipad On and Off...3. Chapter 2: Charging and Conserving Battery Power...9

Chapter 1: Turning Your ipad On and Off...3. Chapter 2: Charging and Conserving Battery Power...9 Contents in Detail Acknowledgments... xiv Introduction... xv How This Book Is Organized... xvi Part 1: Basic Training Chapter 1: Turning Your ipad On and Off...3 What You ll Be Using...4 Turning On Your

More information

"Charting the Course... Comprehensive Angular. Course Summary

Charting the Course... Comprehensive Angular. Course Summary Description Course Summary Angular is a powerful client-side JavaScript framework from Google that supports simple, maintainable, responsive, and modular applications. It uses modern web platform capabilities

More information

Beginning Android Tablet

Beginning Android Tablet Beginning Android Tablet Programming Starting with Android Honeycomb for Tablets Robbie Matthews Apress* Contents About the Author About the Technical Reviewer - Acknowledgments Some Notes on Using the

More information

Androidfp_printOnly.book Page vii Tuesday, October 4, :15 AM. Contents. Before You Begin

Androidfp_printOnly.book Page vii Tuesday, October 4, :15 AM. Contents. Before You Begin Androidfp_printOnly.book Page vii Tuesday, October 4, 2011 9:15 AM Preface Before You Begin xiv xxii 1 Introduction to Android 1 1.1 Introduction 2 1.2 Android Overview 4 1.3 Android 2.2 (Froyo) 7 1.4

More information

MICROSOFT EXAM QUESTIONS & ANSWERS

MICROSOFT EXAM QUESTIONS & ANSWERS MICROSOFT 70-482 EXAM QUESTIONS & ANSWERS Number: 70-482 Passing Score: 700 Time Limit: 120 min File Version: 32.5 http://www.gratisexam.com/ MICROSOFT 70-482 EXAM QUESTIONS & ANSWERS Exam Name: Advanced

More information

Excel Programming with VBA (Macro Programming) 24 hours Getting Started

Excel Programming with VBA (Macro Programming) 24 hours Getting Started Excel Programming with VBA (Macro Programming) 24 hours Getting Started Introducing Visual Basic for Applications Displaying the Developer Tab in the Ribbon Recording a Macro Saving a Macro-Enabled Workbook

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

CIBC FirstCaribbean Mobile App. FREQUENTLY ASKED QUESTIONS (FAQs) Page 1 of 9

CIBC FirstCaribbean Mobile App. FREQUENTLY ASKED QUESTIONS (FAQs) Page 1 of 9 CIBC FirstCaribbean Mobile App FREQUENTLY ASKED QUESTIONS (FAQs) 1. What is the CIBC FirstCaribbean Mobile App? A: The CIBC FirstCaribbean Mobile App allows you to complete everyday banking functions on

More information

Pro ASP.NET SignaIR. Real-Time Communication in. Keyvan Nayyeri. .NET with SignaIR 2.1. Apress. Darren White

Pro ASP.NET SignaIR. Real-Time Communication in. Keyvan Nayyeri. .NET with SignaIR 2.1. Apress. Darren White Pro ASP.NET SignaIR Real-Time Communication in.net with SignaIR 2.1 Keyvan Nayyeri Darren White Apress Contents J About the Authors About the Technical Reviewer Acknowledgments Introduction xv xvii xix

More information

Version WebEx Event Center User's Guide

Version WebEx Event Center User's Guide Version 6.17 WebEx Event Center User's Guide Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or

More information

Part IV: Connecting Your Apps

Part IV: Connecting Your Apps Contents at a Glance Introduction... 1 Part I: Getting Started with ios Programming... 5 Chapter 1: Entering Mobile Application Development...7 Chapter 2: Object-Oriented Design Principles...25 Chapter

More information

application components

application components What you need to know for Lab 1 code to publish workflow application components activities An activity is an application component that provides a screen with which users can interact in order to do something,

More information

Remote Access Guide. https://remote.lghealth.org

Remote Access Guide. https://remote.lghealth.org Remote Access Guide https://remote.lghealth.org Created by: Joshua Steele Revision 1.0 7/14/2015 Table of Contents I. Remote Access using Internet Explorer... 2 II. Remote Access using Google Chrome...

More information

Corrective Action User Walkthrough: New Portal Login

Corrective Action User Walkthrough: New Portal Login Corrective Action User Walkthrough: New Portal Login The updated URL for the PST Portal is: https://apps.occeweb.com/pstportal There are five scenarios to consider if you are experiencing difficulty logging

More information

Document Management System. for QC Postfunding Review

Document Management System. for QC Postfunding Review Document Management System for QC Postfunding Review Contents Quick Overview: How to Submit Documents to FM Processing... iii How to Log in to the Document Management System (DMS)... iv How to Search for

More information

Android Application Development using Kotlin

Android Application Development using Kotlin Android Application Development using Kotlin 1. Introduction to Kotlin a. Kotlin History b. Kotlin Advantages c. How Kotlin Program Work? d. Kotlin software Prerequisites i. Installing Java JDK and JRE

More information

Enterprise Web Development

Enterprise Web Development Enterprise Web Development Yakov Fain, Victor Rasputnis, Anatole Tartakovsky, and Viktor Gamov Beijing Cambridge Farnham Koln Sebastopol Tokyo O'REILLY Table of Contents Preface Introduction xi xxiii Part

More information

FAQ For IDOL 5 Basic Setting ii. Home screen iii. Phone call iv. Contact Ringtone & Sounds vi. Message

FAQ For IDOL 5 Basic Setting ii. Home screen iii. Phone call iv. Contact Ringtone & Sounds vi. Message FAQ For IDOL 5 i. Basic Setting 1. How can I set up my Alcatel device when I turn it on for the first time? 2. How can I change the language of the device? 3. How can I check the IMEI number of my Alcatel

More information

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac,

Index. Alessandro Del Sole 2017 A. Del Sole, Beginning Visual Studio for Mac, Index A Android applications, Xamarin activity and intent, 116 APIs in C# Activity classes, 123 Android manifest, 129 App.cs, 123 app properties, setting, 128 CreateDirectoryForPictures methods, 124 device

More information

viii. Bluetooth 36. How can I turn on Bluetooth and pair with another Bluetooth device?

viii. Bluetooth 36. How can I turn on Bluetooth and pair with another Bluetooth device? FAQ For TCL Mobiles i. Basic Setting 1. How can I set up my TCL device when I turn it on for the first time? 2. How can I change the language of the device? 3. How can I check the IMEI number of my TCL

More information

COPYRIGHTED MATERIAL. Acknowledgments...v Introduction... xxi

COPYRIGHTED MATERIAL. Acknowledgments...v Introduction... xxi Acknowledgments...v Introduction... xxi Part I: Getting Started with Joomla!.....................1 Chapter 1: Introducing the Joomla! Content Management System...3 Chapter 2: Obtaining and Installing Joomla!...15

More information

Table of Contents. iii

Table of Contents. iii TECHNICAL GUIDE Table of Contents MobileMeet Overview... 1 From MobileMeet, you can:... 1 Setup... 2 System requirements... 2 Bandwidth and Data Transfer... 3 Downloading MobileMeet... 4 Starting MobileMeet

More information

Slide 1: Developer Preview

Slide 1: Developer Preview Slide 1: Developer Preview The software we re using today exists somewhere between an alpha and a beta release. My understanding is we are at least 10 months from RTM, and possibly 12 months from GA. Microsoft

More information

User Guide. BlackBerry 8120 Smartphone

User Guide. BlackBerry 8120 Smartphone User Guide BlackBerry 8120 Smartphone SWD-278813-0204092321-001 Contents BlackBerry basics...11 About typing input methods...11 Type text using SureType technology...11 Switch typing input methods...11

More information

CLEVELAND INSTITUTE OF ELECTRONICS INTRODUCTION TO WINDOWS PHONE 7 LESSONS 9021C THROUGH 9030C

CLEVELAND INSTITUTE OF ELECTRONICS INTRODUCTION TO WINDOWS PHONE 7 LESSONS 9021C THROUGH 9030C 0 CLEVELAND INSTITUTE OF ELECTRONICS INTRODUCTION TO WINDOWS PHONE 7 LESSONS 9021C THROUGH 9030C 1 Study Guide to accompany Beginning Windows Phone 7 Development, 2 nd Edition By Henry Lee and Eugene Chuvyrov

More information

Home Office Pro User Guide

Home Office Pro User Guide Home Office Pro User Guide Table of Contents HOME OFFICE PRO GETTING STARTED GUIDE MEMBERS EDITION... 3 SECTION I: THE GETTING STARTED CHECK LIST... 4 SECTION II: BUILD MY CONTACT LIST... 4 SECTION III:

More information

Taking Your ipad 2. to the Max. Michael Grothai. Erica Sadun. Steve Sande

Taking Your ipad 2. to the Max. Michael Grothai. Erica Sadun. Steve Sande Taking Your ipad 2 to the Max Erica Sadun Michael Grothai Steve Sande Contents Contents at a Glance About the Authors About the Technical Reviewer.. Acknowledgments Introduction iv xiii xiv xv xvi Chapter

More information

WebEx Event Center User's Guide

WebEx Event Center User's Guide WebEx Event Center User's Guide Version 6.5 /v 27.25 Copyright 1997 2010 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks

More information

Contents in Detail. Introduction... xxiii How This Book Is Organized... xxiv. Part 1: Getting Started

Contents in Detail. Introduction... xxiii How This Book Is Organized... xxiv. Part 1: Getting Started Contents in Detail Introduction... xxiii How This Book Is Organized... xxiv Part 1: Getting Started Project 1: Turning Your iphone On and Off...3 What You ll Be Using...4 Turning On Your iphone...4 Turning

More information

Contents at a Glance

Contents at a Glance Contents at a Glance Introduction... 1 Part I: First Steps with Your Laptop... 5 Chapter 1: Discovering the Laptop Advantage...7 Chapter 2: Buying a Laptop...19 Chapter 3: Setting Up Your Laptop...37 Chapter

More information

ios vs Android By: Group 2

ios vs Android By: Group 2 ios vs Android By: Group 2 The ios System Memory Section A43972 Delta Core OS Layer Core Services Layer Media Layer CoCoa Touch Layer Memory Section A43972 Delta Aaron Josephs Core OS Layer - Core OS has

More information

Index. Application programming interface (API), 38. Binary Application Markup Language (BAML), 4

Index. Application programming interface (API), 38. Binary Application Markup Language (BAML), 4 Index A Application programming interface (API), 38 B Binary Application Markup Language (BAML), 4 C Class under test (CUT), 65 Code-behind file, 128 Command Query Responsibility Segregation (CQRS), 36

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF APPENDICES ABBREVIATIONS ii iii iv v vi vii xi

More information