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

Size: px
Start display at page:

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

Transcription

1 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. 30 Making the App Accessible p. 36 Submitting to the Windows Store p. 40 Summary p. 42 Mastering XAML p. 43 Elements and Attributes p. 44 Namespaces p. 45 Property Elements p. 47 Type Converters p. 48 Markup Extensions p. 49 Children of Object Elements p. 51 Mixing XAML with Procedural Code p. 56 XAML Keywords p. 59 Summary p. 61 Building an App Sizing, Positioning, and Transforming Elements p. 63 Controlling Size p. 64 Controlling Position p. 68 Applying 2D Transforms p. 71 Applying 3D Transforms p. 79 Summary p. 82 Layout p. 83 Discovering Your Window Size and Location p. 84 Panels p. 89 Handling Content Overflow p. 105 Summary p. 116 Interactivity p. 117 Dependency Properties p. 117 Routed Events p. 124 Commands p. 129 Summary p. 131 Handling Input: Touch, Mouse, Pen, and Keyboard p. 133 Touch Input p. 134 Mouse Input p. 156 Pen Input p. 159

2 Keyboard Input p. 168 Summary p. 174 Working with the App Model App Lifecycle p. 175 Killing p. 177 Suspending p. 178 Resuming p. 181 Terminating p. 181 Launching p. 182 Activating p. 185 Managing Session State with SuspensionManager p. 187 Programmatically Launching Apps p. 190 Summary p. 193 Threading, Windows, and Pages p. 195 Understanding the Threading Model for Windows Store Apps p. 195 Displaying Multiple Windows p. 200 Navigating Between Pages p. 204 Summary p. 211 The Many Ways to Earn Money p. 213 Adding Advertisements to Your App p. 214 Supporting a Free Trial p. 220 Supporting In-App Purchases p. 224 Validating Windows Store Receipts p. 232 Testing Windows Store Features p. 235 Summary p. 240 Understanding Controls Content Controls p. 241 Button p. 244 AppBarButton p. 247 HyperlinkButton p. 254 RepeatButton p. 256 ToggleButton p. 256 AppBarToggleButton p. 256 CheckBox p. 257 RadioButton p. 258 ToolTip p. 259 App Bars p. 262 Summary p. 269 Items Controls p. 271 Items in the Control p. 272 Items Panels p. 274

3 ComboBox p. 277 ListBox p. 279 ListView p. 281 GridView p. 285 FlipView p. 287 SemanticZoom p. 289 MenuFlyout p. 292 Summary p. 293 Text p. 295 TextBlock p. 295 RichTextBlock p. 308 TextBox p. 313 RichEditBox p. 321 PasswordBox p. 324 Summary p. 326 Images p. 327 The Image Element p. 328 Multiple Files for Multiple Environments p. 337 Decoding Images p. 342 Encoding Images p. 351 Rendering PDF Content as an Image p. 359 Summary p. 365 Audio, Video, and Speech p. 367 Playback p. 368 Capture p. 380 Transcoding p. 392 Speech Synthesis p. 397 Summary p. 399 Other Controls p. 401 Range Controls p. 401 SearchBox p. 404 Popup Controls p. 411 Hub p. 421 Date and Time Controls p. 426 ProgressRing p. 429 ToggleSwitch p. 429 WebView p. 430 Summary p. 436 Leveraging the Richness of XAML Vector Graphics p. 437 Shapes p. 438

4 Geometries p. 444 Brushes p. 452 Summary p. 466 Animation p. 469 Theme Transitions p. 470 Theme Animations p. 481 Custom Animations p. 486 Custom Keyframe Animations p. 500 Easing Functions p. 505 Manual Animations p. 509 Summary p. 511 Styles, Templates, and Visual States p. 513 Styles p. 514 Templates p. 524 Visual States p. 533 Summary p. 543 Data Binding p. 545 Introducing Binding p. 545 Controlling Rendering p. 554 Customizing the View of a Collection p. 562 High-Performance Rendering with ListView and GridView p. 566 Summary p. 569 Exploiting Windows 8.1 Working with Data p. 571 An Overview of Files and Folders p. 571 App Data p. 573 User Data p. 579 Networking p. 584 Summary p. 595 Supporting Charms p. 597 The Search Charm p. 597 The Share Charm p. 603 The Devices Charm p. 611 The Settings Charm p. 620 Summary p. 625 Leveraging Contracts p. 627 Account Picture Provider p. 629 AutoPlay Content and AutoPlay Device p. 631 File Type Associations p. 634 Protocol p. 636 File Open Picker p. 637

5 File Save Picker p. 641 Contact Picker p. 642 The New Contact Contract p. 644 The New Appointments Provider Contract p. 648 Background Tasks p. 650 Summary p. 659 Reading from Sensors p. 661 Accelerometer p. 661 Gyrometer p. 665 Inclinometer p. 665 Compass p. 665 Light Sensor p. 665 Orientation p. 666 Location p. 666 Proximity p. 674 Summary p. 677 Controlling Devices p. 679 Fingerprint Readers p. 679 Image Scanners p. 680 Barcode Scanners p. 684 Magnetic Stripe Readers p. 687 Custom Bluetooth Devices p. 689 Custom Bluetooth Smart Devices p. 692 Custom USB Devices p. 695 Custom HID Devices p. 698 Custom Wi-Fi Direct Devices p. 700 Summary p. 702 Thinking Outside the App: Live Tiles, Notifications, and the Lock Screen p. 703 Live Tiles p. 703 Badges p. 718 Secondary Tiles p. 720 Toast Notifications p. 722 Setting Up Push Notifications p. 728 The Lock Screen p. 736 Summary p. 738 Advanced Features Integrating DirectX p. 739 Integrating as an Image Source p. 740 Integrating the Swap Chain p. 747 Summary p. 752 Custom Controls and Components p. 755

6 Creating a User Control p. 756 Creating a More Complex Control p. 759 Creating a Templated Control p. 771 Creating a Windows Runtime Component p. 776 Summary p. 779 Layout with Custom Panels p. 781 Communication Between Parents and Children p. 782 Creating a SimpleCanvas p. 785 Creating a SimpleStackPanel p. 789 Creating a UniformGrid p. 792 Summary p. 798 Index p. 799 Table of Contents provided by Blackwell's Book Services and R.R. Bowker. Used with permission.

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

Introduction p. 1 Who Should Read This Book? p. 2 Software Requirements p. 3 Code Examples p. 3 How This Book Is Organized p. 4 Conventions Used in

Introduction p. 1 Who Should Read This Book? p. 2 Software Requirements p. 3 Code Examples p. 3 How This Book Is Organized p. 4 Conventions Used in Introduction p. 1 Who Should Read This Book? p. 2 Software Requirements p. 3 Code Examples p. 3 How This Book Is Organized p. 4 Conventions Used in This Book p. 6 Background Why WPF? p. 7 A Look at the

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

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

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

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

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

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

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

BCIS 4650 Visual Programming for Business Applications

BCIS 4650 Visual Programming for Business Applications BCIS 4650 Visual Programming for Business Applications XAML Controls (That You Will, or Could, Use in Your BCIS 4650 App i.e., a Subset) 1 What is a XAML Control / Element? Is a Toolbox class which, when

More information

Index. Battling complexity, 211 Button controls properties, 54 Save button, 53 54

Index. Battling complexity, 211 Button controls properties, 54 Save button, 53 54 Index A Asynchronous programming thread safe, 235 message pump, 233 234 synchronous service, 234 UI thread, 235 Asynchronous programming model, 181 action object, 184 185 anonymous methods, 183 case studies,

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

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

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

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

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

Microsoft Advanced Windows Store App Development Using C#

Microsoft Advanced Windows Store App Development Using C# 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20485 - Advanced Windows Store App Development Using C# Length 5 days Price $4510.00 (inc GST) Version C Overview This course you will learn advanced programming

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

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

DOT.NET MODULE 6: SILVERLIGHT

DOT.NET MODULE 6: SILVERLIGHT UNIT 1 Introducing Silverlight DOT.NET MODULE 6: SILVERLIGHT 1. Silverlight and Visual Studio 2. Understanding Silverlight Websites 3. Creating a Stand-Alone Silverlight Project 4. Creating a Simple Silverlight

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

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

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

WPF. Source Module 01: Lesson1

WPF. Source Module 01: Lesson1 WPF Creating an Application by Using Windows Presentation Foundation Lesson: Overview of WPF What Is WPF? WPF Architecture Defining User Interfaces in WPF WPF Capabilities and Features WPF Application

More information

MS_ Essentials of Developing Windows Store Apps Using C#

MS_ Essentials of Developing Windows Store Apps Using C# Essentials of Developing Windows Store Apps Using C# www.ked.com.mx Av. Revolución No. 374 Col. San Pedro de los Pinos, C.P. 03800, México, CDMX. Tel/Fax: 52785560 Por favor no imprimas este documento

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

Index. Windows 10 running, 199 suspended state, 199 terminate apps,

Index. Windows 10 running, 199 suspended state, 199 terminate apps, A Application lifecycle activation ApplicationExecution State, 216 restoring navigation state, 216 217 restoring session information, 217 218 state transitions, 200 activation, 201 killing, 202 launching,

More information

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

brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 PART 2 CORE WINDOWS PHONE... 57 brief contents PART 1 INTRODUCING WINDOWS PHONE... 1 1 A new phone, a new operating system 3 2 Creating your first Windows Phone application 30 PART 2 CORE WINDOWS PHONE... 57 3 Fast application switching

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

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

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

Index A Adaptive user experience code adaptation ApiInformation class, 204 requirements, 203 creating POS page, 179 device family, 180 input optimizat

Index A Adaptive user experience code adaptation ApiInformation class, 204 requirements, 203 creating POS page, 179 device family, 180 input optimizat Index A Adaptive user experience code adaptation ApiInformation class, 204 requirements, 203 creating POS page, 179 device family, 180 input optimization, 180 triggered states adding toggle button, 188

More information

ASP.NET 2.0 p. 1.NET Framework 2.0 p. 2 ASP.NET 2.0 p. 4 New Features p. 5 Special Folders Make Integration Easier p. 5 Security p.

ASP.NET 2.0 p. 1.NET Framework 2.0 p. 2 ASP.NET 2.0 p. 4 New Features p. 5 Special Folders Make Integration Easier p. 5 Security p. Preface p. xix ASP.NET 2.0 p. 1.NET Framework 2.0 p. 2 ASP.NET 2.0 p. 4 New Features p. 5 Special Folders Make Integration Easier p. 5 Security p. 6 Personalization p. 6 Master Pages p. 6 Navigation p.

More information

Windows Presentation Foundation for.net Developers

Windows Presentation Foundation for.net Developers Telephone: 0208 942 5724 Email: info@aspecttraining.co.uk YOUR COURSE, YOUR WAY - MORE EFFECTIVE IT TRAINING Windows Presentation Foundation for.net Developers Duration: 5 days Overview: Aspect Training's

More information

Getting Started Select Wireless Manager. Wireless Manager Window. To enable or disable a wireless connection, tap the specific button.

Getting Started Select Wireless Manager. Wireless Manager Window. To enable or disable a wireless connection, tap the specific button. Getting Started 1-11 Select Wireless Manager. Figure 1-10 Wireless Manager Window To enable or disable a wireless connection, tap the specific button. To enable or disable all wireless connections, tap

More information

Beginning Silverlight 5 in C #

Beginning Silverlight 5 in C # Table of Contents: Chapter 1. Welcome to Silverlight 5 1.1 The Evolution of the User interface 1.2 Rich Internet Application Solutions 1.3 What is Silverlight? 1.4 Benefits of Silverlight 1.4.1 Cross-Platform/Cross-Browser

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

Developing Windows Applications with Microsoft Visual Studio 2010

Developing Windows Applications with Microsoft Visual Studio 2010 Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 Course Details Course Outline Module 1: Windows Client Application Design The goal of this module is to ensure that students

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

Developing Windows Applications with Microsoft Visual Studio 2010 (MS 10262)

Developing Windows Applications with Microsoft Visual Studio 2010 (MS 10262) Duration 5 Days About this Course In this course, experienced developers who know the basics of Windows Forms development gain more advanced Windows Client design and development skills. WinForms and WPF

More information

Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S.

Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S. 1 Creating Accessible Onscreen Books using PowerPoint Software for Mac (Microsoft Office 2010) Mari Beth Coleman, Ph.D. Jason R. Gordon, Ed.S. University of Tennessee *Feel free to use these directions,

More information

Discover the Start screen.

Discover the Start screen. Discover the Start screen. Your Start screen has all of the information that matters most to you. Live tiles keep you up to date. Your favorite apps, such as Office apps, People, News, and more are front

More information

Course Learning Outcomes (CLO): Student Outcomes (SO):

Course Learning Outcomes (CLO): Student Outcomes (SO): Course Coverage Course Learning Outcomes (CLO): 1. Understand the technical limitations and challenges posed by current mobile devices and wireless communications; be able to evaluate and select appropriate

More information

10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010

10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010 10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010 Course Number: 10262A Course Length: 5 Days Course Overview In this course, experienced developers who know the basics of Windows

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

Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days

Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days Course Description In this course the students will learn the more advanced programming skills and techniques that

More information

Syllabus- Java + Android. Java Fundamentals

Syllabus- Java + Android. Java Fundamentals Introducing the Java Technology Syllabus- Java + Android Java Fundamentals Key features of the technology and the advantages of using Java Using an Integrated Development Environment (IDE) Introducing

More information

Vendor: Microsoft. Exam Code: Exam Name: Essentials of Developing Windows Store Apps using C# Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: Essentials of Developing Windows Store Apps using C# Version: Demo Vendor: Microsoft Exam Code: 70-484 Exam Name: Essentials of Developing Windows Store Apps using C# Version: Demo Testlet 1 Scenario 1 Background You are developing a Windows Store app by using C# and

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

Adobe Photoshop CS6 Voluntary Product Accessibility Template

Adobe Photoshop CS6 Voluntary Product Accessibility Template Adobe Photoshop CS6 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding

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

Windows Presentation Foundation

Windows Presentation Foundation Windows Presentation Foundation CS 525 John Stites Table of Contents Introduction... 3 Separation of Presentation and Behavior... 3 XAML Object Elements... 3 2-D Graphics... 6 3-D Graphics... 9 Microsoft

More information

Table of contents. 2 Samsung Care. 3 Know Your Device. 5 S Pen. 7 Device Setup. 12 Home Screen. 18 Apps. 19 Calls. 20 Voic .

Table of contents. 2 Samsung Care. 3 Know Your Device. 5 S Pen. 7 Device Setup. 12 Home Screen. 18 Apps. 19 Calls. 20 Voic . Table of contents 2 Samsung Care 3 Know Your Device 5 S Pen 7 Device Setup 12 Home Screen 18 Apps 19 Calls 20 Voicemail 21 Contacts 22 Messages 24 Camera 25 Internet 26 Connections 27 Security Samsung

More information

Your familiar Windows, only better.

Your familiar Windows, only better. Your familiar Windows, only better. Your quick guide to Windows 8.1 for business For Windows 8.1 Update Discover the Start screen. Your Start screen has all of the information that matters most to you.

More information

Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview In this course the students will learn the more advanced programming

More information

DOT NET SYLLABUS FOR 6 MONTHS

DOT NET SYLLABUS FOR 6 MONTHS DOT NET SYLLABUS FOR 6 MONTHS INTRODUCTION TO.NET Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate

More information

CHAPTER 1: HELLO, ANDROID 1

CHAPTER 1: HELLO, ANDROID 1 INTRODUCTION xxxvii CHAPTER 1: HELLO, ANDROID 1 A Little Background 2 The Not-So-Distant Past 2 Living in the Future 3 What Android Isn t 3 Android: An Open Platform for Mobile Development 4 Native Android

More information

CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS

CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS CHANNEL9 S WINDOWS PHONE 8.1 DEVELOPMENT FOR ABSOLUTE BEGINNERS Full Text Version of the Video Series Published April, 2014 Bob Tabor http://www.learnvisualstudio.net Contents Introduction... 2 Lesson

More information

Android Apps Development

Android Apps Development NWTP-2018 in Association with EDC IIT-Roorkee National Winter Training program on Android Apps Development Highlights of Android Apps Development Training After completing the Android Development training

More information

ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801

ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801 ALPHAPRIMETECH 112 New South Road, Hicksville, NY 11801 Course Curriculum COMPUTER SYSTEM ANALYST-.NET C# Introduction to.net Framework.NET Framework OverView CLR,CLS MSIL Assemblies NameSpaces.NET Languages

More information

ANDROID COURSE BROCHURE

ANDROID COURSE BROCHURE Page 1 1Pointer Technology Chacko Towers,Anna nagar Main Road, Anna Nager(Annai Insititute 2nd Floor) Pondicherry-05 Mobile :+91-9600444787,9487662326 Website : http://www.1pointer.com/ Email : info@1pointer.com/onepointertechnology@gmail.com

More information

Flash Domain 2: Identifying Rich Media Design Elements

Flash Domain 2: Identifying Rich Media Design Elements Flash Domain 2: Identifying Rich Media Design Elements Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify general and Flash-specific

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

DIVI PERSON MODULE TEMPLATE 15

DIVI PERSON MODULE TEMPLATE 15 DIVI PERSON MODULE TEMPLATE 15 TESTED IN WORDPRESS 4.9.8 DIVI 3.10.+ REQUIREMENTS DIVI Library Is A Powerful Tool For Web Designers, As It Allows You To Build And Categorize Custom Designs That You Can

More information

CHAPTER 1: VISUAL STUDIO

CHAPTER 1: VISUAL STUDIO INTRODUCTION xxxi PART I: LANGUAGE CONSTRUCTS AND ENVIRONMENT CHAPTER 1: VISUAL STUDIO 2012 3 Visual Studio 2012 4 Visual Basic Keywords and Syntax 5 Console Applications 10 Creating a Project from a Project

More information

Killer Windows 8 App Master Class with David Platt. June 17 June 21, 2013 Belgium (TBD)

Killer Windows 8 App Master Class with David Platt. June 17 June 21, 2013 Belgium (TBD) Killer Windows 8 App Master Class with David Platt June 17 June 21, 2013 Belgium (TBD) Overview Windows 8 Store apps differ greatly from traditional PC apps. To develop them successfully, your entire approach

More information

QT QUICK UI Exam Curriculum

QT QUICK UI Exam Curriculum QT QUICK UI 023-001 Exam Curriculum Qt Quick UI 023-001 2 (5) provides Qt and QML developers with three kinds of certification exams: Qt and QML Essentials Widget UI and Application Engine with Qt Qt Quick

More information

Exam Questions

Exam Questions Exam Questions 70-357 Developing Mobile Apps https://www.2passeasy.com/dumps/70-357/ 1. Note: This question is part of a series of questions that present the same scenario. Each question in the series

More information

Beginning Android 4 Application Development

Beginning Android 4 Application Development Beginning Android 4 Application Development Lee, Wei-Meng ISBN-13: 9781118199541 Table of Contents INTRODUCTION xxi CHAPTER 1: GETTING STARTED WITH ANDROID PROGRAMMING 1 What Is Android? 2 Android Versions

More information

CLICK (Complete Learning In Computer Knowledge)

CLICK (Complete Learning In Computer Knowledge) CLICK (Complete Learning In Computer Knowledge) Microsoft Office 2016 Level 2 Course Overview: The CLICK Level 2 course is intended for students who want to learn the advanced tools and features of Windows

More information

Windows Phone Week5 Tuesday -

Windows Phone Week5 Tuesday - Windows Phone 8.1 - Week5 Tuesday - Smart Embedded System Lab Kookmin University 1 Objectives and what to study Training 1: To Get Accelerometer Sensor Value Training 2: To Get Compass Sensor Value To

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

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

Braindump2go Exam Name: Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript

Braindump2go Exam Name: Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript Braindump2go.70-481 Number: 70-481 Passing Score: 800 Time Limit: 120 min File Version: 12.39 http://www.gratisexam.com/ Vendor: Microsoft Exam Code: 70-481 Exam Name: Microsoft Essentials of Developing

More information

Apex TG India Pvt. Ltd.

Apex TG India Pvt. Ltd. (Core C# Programming Constructs) Introduction of.net Framework 4.5 FEATURES OF DOTNET 4.5 CLR,CLS,CTS, MSIL COMPILER WITH TYPES ASSEMBLY WITH TYPES Basic Concepts DECISION CONSTRUCTS LOOPING SWITCH OPERATOR

More information

Developing Windows Applications with Microsoft Visual Studio 2010

Developing Windows Applications with Microsoft Visual Studio 2010 Developing Windows Applications with Microsoft Visual Studio 2010 Course 10262A: Five days; Instructor-Led Course Description: In this course, experienced developers who know the basics of Windows Forms

More information

Windows 10 update April 2018

Windows 10 update April 2018 Windows 10 update April 2018 Jere Minich APCUG Advisor Region 5 Florida, Georgia, Alabama, South Carolina. Program Director Lake Sumter Computer Society Leesburg, Florida jminich@apcug.org 1 Windows 10

More information

Overview In this lab you will Explore some of the features of the new Windows 8 Interface.

Overview In this lab you will Explore some of the features of the new Windows 8 Interface. LAB 1 No Programming Experience Exploring the New Windows 8 Modern User Interface (UI) and Windows 8 Apps Overview In this lab you will Explore some of the features of the new Windows 8 Interface. Requirements

More information

Building Responsive Apps for Windows 10 Greg Lutz. GrapeCity

Building Responsive Apps for Windows 10 Greg Lutz. GrapeCity Building Responsive Apps for Windows 10 Greg Lutz GrapeCity Responsive Design == Adaptive UI The goal of adaptive UI is to adapt its layout to the needs of the user. In our case Adaptive UI will mean adaption

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

Windows 8. For Tablets DUMPS' by Andy Rathbone

Windows 8. For Tablets DUMPS' by Andy Rathbone Windows 8 For Tablets by Andy Rathbone DUMPS' Table of Contents a> a e e o a «o o o « *s :'- >;>?.; a o o >» o «;?< re e «? o c a 6 c e * s» o «o & o Introduction 7 About This Book 1 How to Use This

More information

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite Pt 3. Objectives. MS PowerPoint Screen. Microsoft PowerPoint

Part 1. Module 3 MODULE OVERVIEW. Microsoft Office Suite Pt 3. Objectives. MS PowerPoint Screen. Microsoft PowerPoint Module 3 Microsoft Office Suite Pt 3 Microsoft PowerPoint MODULE OVERVIEW Part 1 Overview MS PowerPoint Screen Part 2 Creating your PowerPoint Presentation Part 3 Working with content graphics & slides

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

Open Source Library Developer & IT Pro

Open Source Library Developer & IT Pro Open Source Library Developer & IT Pro Databases LEV 5 00:00:00 NoSQL/MongoDB: Buildout to Going Live INT 5 02:15:11 NoSQL/MongoDB: Implementation of AngularJS INT 2 00:59:55 NoSQL: What is NoSQL INT 4

More information

Styles, Themes, and Material Design

Styles, Themes, and Material Design Styles, Themes, and Material Design CS 236503 Dr. Oren Mishali Based on the Official Android Development Guide Outline Styles & Themes Material Design Lists Floating Action Button Cards To be continued

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

DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010

DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010 CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010 Course: 10262A; Duration: 5 Days; Instructor-led Time: 9.00am 5.00pm Break: 10.15am 10.30am

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Define input and differentiate among a program, command, and user response Identify the keys and buttons commonly found on desktop

More information

20482: Advanced Windows Store App Development Using HTML5 and JavaScript

20482: Advanced Windows Store App Development Using HTML5 and JavaScript To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com 20482: Advanced Windows Store App Development Using HTML5 and JavaScript Duration: 5 Days Course

More information

What is PowerPoint? Microsoft PowerPoint. What is PowerPoint? With PowerPoint we can create.. To create a new presentation

What is PowerPoint? Microsoft PowerPoint. What is PowerPoint? With PowerPoint we can create.. To create a new presentation What is PowerPoint? CSIT-100 A software tool that is used to create multimedia presentations. Microsoft PowerPoint 2 What is PowerPoint? With PowerPoint we can create.. A software tool that is used to

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

XAMARIN Application Development - Workshop

XAMARIN Application Development - Workshop XAMARIN Application Development - Workshop Program 1: August 6 to 10 2017 Program 2: November 5 to 9 2017 Duration:(5days) 9 am to 4 pm Hotel Majestic- Dubai ISIDUS TECH TEAM FZE PO Box 9798 Dubai UAE,

More information

Quick Reference Guide

Quick Reference Guide Quick Reference Guide Unlocked ¹ Table of Contents 2 Samsung Care 3 Know your device 5 Device setup 9 Home screen 12 Volume and ringtones 13 Hello Bixby 14 Useful apps 15 Calls 16 Voicemail 17 Contacts

More information

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0 1 Firmware User Manual Firmware version v1.0 Suitable for Product Series: Touch Panel PC Panel PC Box PC 2 Contents Features 3 System setup 3 System start up 3 System Settings 4 System Information 9 System

More information

My Instant Communicator for iphone

My Instant Communicator for iphone My Instant Communicator for iphone Alcatel-Lucent OmniTouch 8600 OmniPCX Office Rich Communication Edition User guide 8AL90849USAAed05 02 / 2014 CONTENTS 1. Overview... 3 2. Benefits... 3 3. Connectivity...

More information

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p.

How This Book Is Organized Which Suites Are Covered? The Office Applications Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. Introduction p. xi How This Book Is Organized p. xii Which Suites Are Covered? p. xii The Office Applications p. xiii Introducing Microsoft Office 2007 p. 1 What's New in Office 2007? p. 3 The New User

More information

Microsoft Visual C# 2005: Developing Applications Table of Contents

Microsoft Visual C# 2005: Developing Applications Table of Contents Table of Contents INTRODUCTION...INTRO-1 Prerequisites...INTRO-2 Installing the Practice Files...INTRO-3 Software Requirements...INTRO-3 Sample Database...INTRO-3 Security...INTRO-4 Installation...INTRO-4

More information

COPYRIGHTED MATERIAL. chapter 1. How Do I Configure My iphone? 2

COPYRIGHTED MATERIAL. chapter 1. How Do I Configure My iphone? 2 chapter 1 How Do I Configure My iphone? 2 Customizing the Home Screen to Suit Your Style 4 Creating an app folder 5 Adding a Safari web clip to the Home screen 6 Resetting the default Home screen layout

More information

Exploring Windows 10. Work Smart by Microsoft IT. Topics in this guide include: Snap enhancements. Notification center. For more information

Exploring Windows 10. Work Smart by Microsoft IT. Topics in this guide include: Snap enhancements. Notification center. For more information Work Smart by Microsoft IT Exploring Windows 10 Windows 10 is designed to please both touch and mouse users. It s also designed to be intuitive for users of both Windows 7 and Windows 8.1, incorporating

More information

Using the Windows Runtime from C# and Visual Basic

Using the Windows Runtime from C# and Visual Basic APPENDIX WinRT Resources This appendix contains resources that you may find helpful as you explore WinRT in more depth. Many of them were used during the research of this book, so they should help to expound

More information