Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Microsoft 20482 Advanced Windows Store App Development Using HTML5 and JavaScript

Price
4,100 AUD
5 Days
002469-DD
Online Training...

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This course will teach you 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 apps, as well as implement advanced features, such as using location information, streaming media to external devices, and integrating with online services. You will also learn how to use Microsoft Visual Studio 2013 and Expression Blend tools.

This course maps to the 70-482 exam.


 

Objectives

After completing this course, students will be able to:

  • Add animations and transitions in a Windows Store app to improve the user experience.
  • Localize the Windows Store app UI.
  • Brand the Windows Store app and improve the loading experience with a splash screen.
  • Use various storage mechanisms, choose a suitable caching strategy for their Windows Store app, and use advanced file access methods.
  • Create custom controls, extend templated controls, and create and consume WinMD components.
  • Implement the Print and Settings contracts and the Play To API.
  • Work with the Push Notification Service (WNS).
  • Capture media with the camera and microphone.
  • Create and consume background tasks.
  • Discover device capabilities, interact with devices, and act upon sensor data.
  • Implement Windows Store trial licensing and in-app purchasing and advertising. 
  • Understand how to manage Windows authentication and web authentication in Windows Store apps. 
  • Diagnose problems and monitor application behaviour by using tracing and profiling tools and APIs.

 

Audience

This course is intended for professional developers who have one or more years of experience creating applications for a production environment and who are comfortable programming in HTML5, JavaScript and CSS to create Windows Store apps.

We can also deliver and customise this training course for larger groups - saving your organisation time, money and resources. For more information, please contact us on 1800 853 276.


 

Prerequisites

    Before attending this course, students must have:

    • 6 - 12 months experience programming in HTML5.
    • 3 - 6 months experience using Visual Studio 2012 (including experience using preview builds).
    • Minimum one month of experience working on Windows 8 apps.

    This course is intended for professional developers who have 1 or more years of experience creating applications for a production environment.


     

Topics

Module 1: Windows Store App Essentials

This module provides an overview of the Windows 8.1 user experience and features, Windows Store apps, and the new user interface. You will review the process of developing apps using HTML to create the user interface, and the WinRT API to interact with the platform.

Lessons

  • Review Windows Store App Essentials
  • Review Windows Store App Essentials - Under the Hood

 

Module 2: Implementing Animations and Transitions

This module covers the following techniques for creating animations in Windows Store apps:

    * The built-in WinJS.UI.Animation namespace

    * CSS3 @keyframes

    * CSS3 transitions and transformations

In this module, you will learn about the WinJS.UI.Animation namespace and CSS3 animations. By using animations in Windows Store apps, you can improve the user experience. This module also introduces the limitations of animations, and explains best practices for using them.  

Lessons  

  • Implementing Animations 
  • Working with Transitions and Transformations  

Lab : Implementing Animations, Transitions, and Transformations  

  • Creating Animations in a Windows Store App 
  • Creating Transitions and Transformations in a Windows StoreApp

 

Module 3: Implementing Globalization and Localization

Windows 8.1 supports over 100 languages, with a potential reach of 4.5 billion people. You can sell Windows Store apps in over 200 markets. When you design an app for globalization and localization, it can reach a wide audience. Globalization prepares an app for a global audience. This involves changing culture-specific elements of the user interface, such as dates, times, currencies, languages, and more. Localization takes globalization further by supporting specific languages, cultures, and regions. You should always globalize an app before you localize it.  

Lessons  

  • Working with Resource File  
  • Implementing Culture-Specific Formatting  

Lab : Implementing Globalization and Localization   

  • Create and Consume the Resource Files  
  • Apply Culture-Specific Formatting

 

Module 4: Implementing Branding and a Seamless UI for Windows Store Apps

This module explains how you can add branding to your app, and how to add a branded splash screen to it, which improves the user experience when they load the app.  

Lessons 

  • Introduction to Branding  
  • Customizing the Splash Screen  
  • Branding the UI of Your App  

Lab : Branding and a Seamless UI 

  • Creating a Customized Splash Screen  
  • Branding a Windows Store App

 

Module 5: Advanced Data Scenarios in a Windows Store App

In this module, you will explore the new file storage capabilities of Windows 8.1 and learn how to use them in the apps that you build. You will also see how to design and implement more efficient data storage through caching and how to set up file extensions, associations, and compression.  

Lessons 

  • Implementing Storage Options for a Windows Store App   
  • Implementing Data Caching 
  • Advanced File Functionality  

Lab : Caching Data

 

Module 6: Creating Reusable Controls and Components

In this module, you will learn how the Windows Library for JavaScript (WinJS) provides a rich set of controls, such as the ListView, FlipView, and AppBar controls. You can use these controls to create functional apps. If the built-in controls do not provide the functionality you need, you can create your own custom controls and reuse them in any other apps, like a built-in control. You will also learn how to extend the Windows Runtime (WinRT) by exposing existing or new libraries to Windows Store apps. You can create custom WinRT components that can be used from any other supported programming language (C#, VB.NET, C++, or JavaScript).  

Lessons  

  • Working with Custom Controls  
  • Creating and Using WinRT Components  

Lab : Creating Reusable Controls and Components  

  • Create and Use a Custom Control  
  • Use a WinRT Component

 

Module 7: Implementing Advanced Contract Scenarios

This module describes how to use two new contracts:

    * The Print contract enables interaction with printing devices.

    * The Play To contract enables media sharing with other devices, such as television sets.

This module also describes how to integrate the contacts and calendar appointments managed by the operating system with a Windows Store app, creating new contacts and calendar appointments, updating and deleting existing ones. Lastly, you will learn how to take advantage of several convenient Windows 8.1 APIs to provide exciting, user-friendly features in your apps. Windows RT has native APIs for working with PDF files, creating screenshots of your app, and generating speech from text through speech synthesis.  

Lessons  

  • Implementing the Print Contract  
  • The Play To Contract  
  • Integrating Contacts and Calendars  
  • Integrating speech synthesis  
  • Support PDF files and screenshots  

Lab : Integrating the Print Contract Into the App   

  • Printing Content  
  • Integrating the Printing Functionality  
  • Adding PDF Support

 

Module 8: The Windows Push Notification Service

This module describes and explains Windows Push Notifications design concepts.  

Lessons  

  • Introduction to the Push Notification Service  
  • Communicating with the WNS  

Lab : The Windows Push Notification Service  

  • Manage a Windows Notification Service Channel

 

Module 9: Capturing Media

In this module, you will learn how to include media capturing functionality in your app. Learning to use the media capturing APIs of Windows 8.1 can be a key element in creating an exciting and successful app.  

Lessons  

  • Using CameraCaptureUI to Capture Pictures, Video and Audio  
  • Using MediaCapture to Capture Pictures, Video, or Audio  

Lab : Capturing Media   

  • Capturing Video by Using the CameraCaptureUI API 
  • Capturing an Image by Using the MediaCapture API

 

Module 10: Background Tasks

This module explains how to create, register, and use background tasks for Windows Store apps.  

Lessons  

  • Creating Background Tasks  
  • Using Background Tasks in a Windows Store App  

Lab : Background Tasks  

  • Transfer Files in the Background  
  • Create and Consume a Background Task

 

Module 11: Working with Sensors and Devices

This module describes some of the sensors and devices available to a Windows Store app and explains how to access them from your Windows Store app.  

Lessons  

  • Working with Sensors  
  • Working with Devices  

Lab : Working with Sensors and Devices  

  • Using the SimpleOrientationSensor 
  • Using Location Services

 

Module 12: Generating Revenue with Your App

This module will introduce you to the options you have, as a developer, to increase revenue with your Windows Store apps.  

Lessons  

  • Implementing Trial Functionality in a Windows Store App  
  • Implementing In-App Purchases  
  • Advertising in a Windows Store App  

Lab : Generating Revenue with your App  

  • Using the Windows.ApplicationModel.Store Namespace toSupport Trial App Conversion  
  • Implementing In-App Purchasing

 

Module 13: Securing Windows Store App Data

In this module, you will learn how to create a secure application that is secure at the client and server side, and how to protect data.  

Lessons  

  • Managing Windows Authentication   
  • Managing Web Authentication   
  • Encryption in a Windows Store App  

Lab : Securing Windows Store App Data   

  • Using ACS Authentication   
  • Encrypting User Information

 

Module 14: Tracing and Profiling Windows Store Apps

In this module, you will learn the techniques that will help you analyse your code for potential issues, create run time logs efficiently, and diagnose various types of performance problems in your Windows Store app.  

Lessons  

  • Tracing and Profiling a Windows Store App  

Lab : Tracing and Profiling Windows Store Apps  

  • Profile Performance  
  • Profile Memory Usage

 
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.