Presentation is loading. Please wait.

Presentation is loading. Please wait.

WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start.

Similar presentations


Presentation on theme: "WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start."— Presentation transcript:

1 WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start

2

3

4

5 DisplayOrientations onEntryOrientations; protected override void OnNavigatedTo(NavigationEventArgs e) { onEntryOrientations = DisplayInformation.AutoRotationPreferences; Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = Windows.Graphics.Display.DisplayOrientations.Portrait; } protected override void OnNavigatedFrom(NavigationEventArgs e) { Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = onEntryOrientations; }

6

7 Pivot Control Pivot Headers Pivot Items Control

8

9

10

11

12 …...

13 ...

14

15

16

17

18 to illustrate conceptual dead-end scenarios. <Page x:Class="FV.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"http://schemas.microsoft.com/winfx/2006/xaml xmlns:local="using:FV" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"http://schemas.microsoft.com/expression/blend/2008 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"http://schemas.openxmlformats.org/markup-compatibility/2006 mc:Ignorable="d"> <TextBlock Text="Dinara Reed" ContinuumNavigationTransitionInfo.IsEntranceElement="True">

19 <TextBlock Text="{Binding Title}" Pivot.SlideInAnimationGroup="1"/> <TextBlock Text ="{Binding Description}" Pivot.SlideInAnimationGroup="2"/>

20

21

22

23 ©2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "WinRT Apps 29 April 2014 Building Apps for Windows Phone 8.1 Jump Start."

Similar presentations


Ads by Google