Advanced Windows Store App Development Using C#

Corso

A Milano

Prezzo da consultare

Chiama il centro

Hai bisogno di un coach per la formazione?

Ti aiuterà a confrontare vari corsi e trovare l'offerta formativa più conveniente.

Descrizione

  • Tipologia

    Corso

  • Luogo

    Milano

  • Inizio

    Scegli data

Review Windows Store App Essentials Review Windows Store App Essentials – Under the Hood After completing this module, students will be able to: Describe the Windows 8.1 platform, architecture, and features.

Sedi e date

Luogo

Inizio del corso

Milano
Visualizza mappa
viale Piero e Alberto Pirelli 6, 20126

Inizio del corso

Scegli dataIscrizioni aperte

Domande e risposte

Aggiungi la tua domanda

I nostri consulenti e altri utenti potranno risponderti

Chi vuoi che ti risponda?

Inserisci i tuoi dati per ricevere una risposta

Pubblicheremo solo il tuo nome e la domanda

Opinioni

Materie

  • Api
  • C
  • C#
  • Windows 8
  • C++
  • Audio
  • Windows
  • Branding

Programma

Describe the process of creating user interfaces with XAML.


Explain the new WinRT API model.


Describe the basics of working with files, implementing contracts, displaying notifications, and deploying your app to the Windows Store.


In this module, you will learn how to add animations to your Windows Store apps, and how to take advantage of the functionality offered by the VisualStateManager class.


Using Animations


Working with Transitions and Transformations


Creating Animations in a Windows Store App


Creating Transitions in a Windows Store App


After completing this module, students will be able to:


Use both built-in and custom animations, and storyboards.


Apply transformations to UI elements and use the VisualStateManager class to create fluid UI transitions.


In this module you will learn how 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.


Working with Resource Files


Implementing Culture-Specific Formatting


Creating and Consuming the Resource Files


Applying Culture-Specific Formatting


After completing this module, students will be able to:


Create and use resource files for localization.


Implement culture-specific formatting.


This module explains how to brand your app and add a branded splash screen to improve user experience.


Branding


Customizing the Splash Screen


Branding Your App’s UI


Creating a Customize Splash Screen


Branding a Windows Store App


After completing this module, students will be able to:


Create a splash screen for a Windows Store app.


Apply branding to a Windows Store app.


In this module, you will learn about the new file storage capabilities of Windows 8.1.In addition, you will learn how to use the file storage capabilities in your apps. You will also learn how to design and implement more useful data storage through caching and how to set up file extensions, associations, and compression. These features will help you to provide a better experience to the user by increasing the responsiveness of your app, and lowering its resource usage.


Windows Store App Storage Options


Implementing Data Caching


Advanced File Functionality


Caching Data


After completing this module, students will be able to:


Use file storage in a Windows Store app.


Explain what caching is, and how and when to use it in a Windows Store app.


Set up file extensions and associations in an app.


Compress files in your app.


In this module, you will learn how the Windows Runtime (WinRT) contains a rich set of XAML controls, such as GridView, ListView, FlipView, and AppBar. In many cases, you can use these controls to create fully functional apps. However, if the built-in controls do not contain the functionality that you need, you can create your own custom controls. You will be able to reuse these custom controls in other apps, like any other built-in control.



You can also extend the WinRT itself to expose existing or new libraries to Windows Store apps. You can create custom WinRT components, which can be used from any supported programming language (C#, VB.NET, C++, or JavaScript).


Working with Custom and Templated Controls


Creating and Using WinRT Components


Creating and Using a Custom Control


Using a WinRT Component


After completing this module, students will be able to:


Create and use custom XAML controls.


Create and use custom WinRT components.


This module describes how to use two new contracts:


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


• The Print contract enables interaction with printing devices.



Windows Store apps can integrate with the contacts and calendar appointments managed by the operating system. You can create new contacts and calendar appointments, update and delete existing ones.



Lastly, you will learn how to take advantage of several convenient Windows 8.1 application programming interface (APIs) to provide exciting, user friendly features in your apps. Windows RT has native APIs for working with Portable Document Format (PDF) files, creating screenshots of your app, and generating speech from text through speech synthesis.


The Play To Contract


The Print Contract


Integrating Contacts and Calendars


Support PDF files and screenshots


Integrating Speech Synthesis


Printing a Single Page


Printing Multiple Pages


Adding PDF support


After completing this module, students will be able to:


Implement the Play To contract.


Implement the Print contract.


Display PDF documents in your app.


Create snapshots of your app.


This module explains Windows Push Notifications.


Introduction to The Push Notification Service


Communicating with the WNS


Manage a Windows Notification Service Channel


After completing this module, students will be able to:


Explain how Windows push notifications work.


Use Windows push notifications in a Windows Store app.


In this module, you will learn how to include media capturing functionality in your app. Learning to leverage the Windows Runtime (WinRT) media capturing APIs can help you create an exciting and successful app.


Using CameraCaptureUI to Capture Pictures, Videos or Audio


Using MediaCapture to Capture Pictures, Video, or Audio


Capturing Video by Using the CameraCaptureUI API


Capturing an Image by Using the MediaCapture API


After completing this module, students will be able to:


Use the CameraCaptureUI API to capture pictures, videos and audio.


Use the MediaCapture API to capture pictures, videos and audio.


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


Creating Background Tasks


Using Background Tasks in a Windows Store App


Transfer Files in the Background


Create and Consume a Background Task


After completing this module, students will be able to:


Create background tasks for your Windows Store app.


Use background tasks in your Windows Store app.


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.


Working with Sensors


Working with Devices


Using the SimpleOrientationSensor


Using Location Services


Using Geofencing


After completing this module, students will be able to:


Discover and access sensors and act upon sensor data from a Windows Store app.


Discover and interact with devices from a Windows Store app.


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


Implementing Trial Functionality in a Windows Store App


Implementing In-App Purchases


Advertising in a Windows Store App


Use Windows.Store Classes to Support Trial App Conversion


Implement In-App Purchasing in an App


After completing this module, students will be able to:


Implement trial functionality in your Windows Store app.


Implement in-app purchases in your Windows Store app.


Incorporate advertising in your Windows Store app.


In this module, you will learn how to create an application that is secure at the client and server side, and provides protection for your data. You will also learn how to implement a security protocol that lets you communicate with services such as Windows Azure and Microsoft SkyDrive.


Managing Windows Authentication


Managing Web Authentication


Encryption in Windows Store Apps


Use ACS Authentication


Encrypt User Information


After completing this module, students will be able to:


Manage Windows authentication.


Manage Web authentication.


Encrypt data.


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


Analyzing a Windows Store App


Tracing a Windows Store App


Profiling a Windows Store App


Profiling Performance


Profiling Memory Usage


After completing this module, students will be able to:


Analyze the code of your Windows Store app to find potential problems.


Trace the run time flow of your Windows Store app.


Diagnose CPU and memory performance problems in your Windows Store app.


Chiama il centro

Hai bisogno di un coach per la formazione?

Ti aiuterà a confrontare vari corsi e trovare l'offerta formativa più conveniente.

Advanced Windows Store App Development Using C#

Prezzo da consultare