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 20481 Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Price
4,100 AUD
5 Days
002466-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

In this course students will learn essential programming skills and techniques that are required to develop Windows Store apps. This includes a combination of both design and development skills, as well as ensuring that students are comfortable using and making the most of the Visual Studio and Expression Blend tools. This course maps to the 70-481 exam.
 

Objectives

After completing this course, students will be able to:

  • Describe the Windows 8 platform and features, and explore the basics of a Windows app interface.
  • Create the User Interface layout and structure.
  • Apply the MVVM pattern to application design.
  • Implement the AppBar and layout controls.
  • Use templates to create the UI.
  • Use data binding to present data in the UI.
  • Handle files and streams.
  • Design and implement Process Lifetime Management (PLM).
  • Handle navigation scenarios in a Windows Store app.
  • Implement Semantic Zoom.
  • Design and implement contracts such as Search, Share and Settings.
  • Implement tiles and toast notifications in a Windows Store app.
  • Respond to mouse, keyboard and touch events, including gestures.
  • Deploy a Windows Store app to the Windows Store or an enterprise store.

 

Audience

This course is intended for professional developers who have one or more years of experience creating applications and who are comfortable programming in HTML5, JavaScript, and CSS3.

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:


     

Topics

Module 1: Overview of the Windows 8 Platform and Windows Store Apps

This module introduces you to the Windows 8.1 user experience and features, Windows Store apps, and the new user interface. Understanding how Windows Store apps look and operate is the key to understanding the principles that you will use to develop your own Windows Store apps. This will help you to develop apps that are more intuitive, compelling, and useful.  

Lessons 

  • Introduction to the Windows 8 Platform
  • Windows 8 User Interface Principles  
  • WinRT and Language Projections  

Lab : Overview of the Windows 8  Platform and Windows Store Apps  

  • Explore Windows 8 Platform  
  • Explore a Windows Store App

 

Module 2: Single-Page Applications and the MVVM Design Pattern

In this module, you will learn about the Model-View-ViewModel (MVVM) design pattern and the Single- Page Application (SPA) development concept. By using MVVM and SPA, you can create a great user experience in a maintainable and extensible app.  

Lessons  

  • Single-Page Applications  
  • The MVVM Design Pattern  

Lab : Single-Page Apps and the MVVM Design Pattern

 

Module 3: Using WinJS

In this module, you will explore the WinJS library and some commonly used WinJS APIs. In particular, you will learn about the WinJS.Promise object and how to use it, the WinJS.Application namespace and the functionality it contains, and the WinJS.Utilities functions. Becoming familiar with all those APIs will help you to create reusable and robust apps for the Windows platform.  

Lessons  

  • The WinJS Library  
  • WinJS APIs  

Lab : Using WinJS  

  • Define the Data Namespace and Objects  
  • Use promises to load data asynchronously

 

Module 4: Implementing Layout using Windows 8 Controls

This module explains how to lay out content and controls on the screen, while remaining responsive to screen changes, such as orientation and size changes. The module introduces concepts such as WinJS templates and controls such as AppBar, Flyout, and Rating. 

Lessons  

  • Windows 8 Layout Controls  
  • Implementing WinJS Controls and Templates  
  • The AppBar Control
  • Windowing Modes  

Lab : Using WinJS  

  • Define the Data Namespace and Objects  
  • Use promises to load data asynchronously

 

Module 5: Presenting Data

This module explains how to ensure that your app supports various devices and screen orientations.    

Lessons    

  • Working with Data Presentation Controls    
  • The ListView Control   

Lab : Presenting Data   

  • Implement the ListView Control

 

Module 6: Implementing Tiles and User Notifications

There is a variety of tile formats you can use to convey information, including pictures, text, and combination of both. You can also use badges to display numeric information or status glyphs on your tiles and update these badges by using notifications. Notifications are also covered in this module.    

Lessons    

  • Implementing Tiles, Live Tiles, Secondary Tiles, and Badge Notifications    
  • Implementing Toast Notifications    

Lab : Implementing Tiles and User Notifications    

  • Enabling Live Tile Functionality on the Main Tile    
  • Adding Secondary Tiles Functionality

 

Module 7: Handling Files in Windows Store Apps

In this module, you will learn how to use files, streams, and pickers so that the user can store and retrieve information managed by your app.    

Lessons    

  • Handling Files and Streams in Windows Store Apps    
  • Working with File User Interface Components    

Lab : Handling Files in Windows Store Apps    

  • Writing Data to the Notes File    
  • Reading Data from the Notes File

 

Module 8: Windows Store App Process Lifetime Management

This module covers the app life cycle, app state management, and various app activation states. Understanding PLM is important for properly persisting data across suspensions, recovering from termination, and sharing settings between app installations on multiple devices.  

Lessons  

  • Process Lifetime Management  
  • Windows Store App Activation and Background Tasks  
  • Implementing a State Management Strategy  

Lab : Windows Store App Process Lifetime Management  

  • Explore the Different PLM States  
  • Implement State Management

 

Module 9: Designing and Implementing Navigation in a Windows StoreApp

This module explores how to build richer and more interactive apps, and it does this by addressing the following questions:

    * How do you implement navigation in Windows Store apps?

    * How can you give the user a set of rich pages that they can use in a way that captures the essence of fast and fluid? Page navigation is a fundamental part of many apps. This module explains how to implement basic navigation, how to pass parameters between pages, and how to handle navigation events. The module also describes the navigation stack.  

Lessons  

  • Handling Navigation in Windows Store Apps  
  • Semantic Zoom  

Lab : Designing and Implementing Navigation in a Windows Store App  

  • Add Navigation to the App 
  • Implement Semantic Zoom

 

Module 10: Implementing Windows 8.1 Contracts

This module introduces contracts and charms. These are two powerful new Windows 8.1 features that help create a consistent and unified experience across Windows Store apps. By using contracts, you make it easier for users to search your app's content, to discover and change common settings, and to share data with other apps.  

Lessons  

  • Designing for Charms and Contracts  
  • The Search Contract 
  • The Share Contract  
  • Managing App Settings and Preferences  

Lab : Implementing Windows 8.1 Contracts  

  • Implement the Search Contract 
  • Implement the Share Contract  
  • Adding a New Setting to the Settings Pane  
  • Optional: Implementing Search with the SearchBox Control

 

Module 11: Designing and Implementing a Data Access Strategy

This module describes the various data access strategies that you can use in app development, and it specifically focuses on the best practices for remote storage.  

Lessons  

  • Evaluating Data Access Strategies  
  • Working with Remote Data  

Lab : Designing and Implementing a Data Access Strategy - Quiz

 

Module 12: Responding to Mouse and Touch Windows

Store apps must support mouse, keyboard, and most important of all, touch interactions. In this module, you will learn how to successfully include all three interaction types in your Windows Store apps.  

Lessons  

  • Working with Mouse Events  
  • Working with Gesture Events  

Lab : Responding to Mouse and Touch  

  • Implement Mouse Events  
  • Implement Gesture Events

 

Module 13: Planning for Windows Store App Deployment

In this module you will learn what is involved in the process of preparing and submitting the app. This includes changes to the app manifest, passing app certification, meeting Windows Store app certification requirements, and by using Windows Store-related tools in Visual Studio 2013. Finally, you will learn how to submit apps to the Windows Store and a private enterprise store.  

Lessons 

  • The Windows Store App Manifest 
  • Windows Store App Certification

 
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.