windows 10 (uwp) app development

24
Windows 10 (UWP) App Development Prepared By Eng Soon Cheah [email protected]

Upload: eng-soon-cheah

Post on 07-Aug-2015

137 views

Category:

Technology


3 download

Tags:

TRANSCRIPT

Windows 10 (UWP) App Development

Prepared By Eng Soon Cheah

[email protected]

Template Design• AdaptiveUI• HubView• Pivot

• SplitView• RelativePanel

UI Control• Calendar• GPS• Map

• MenuFlyout• AppBar/CommandBar

AdaptiveUI

HubView

Pivot

SplitView

RelativePanel <RelativePanel> <Rectangle x:Name="Blue" Height="100" Width="200" Fill="Blue"/>

<Rectangle x:Name="Red" Height="100" Width="100" Fill="Red" RelativePanel.Below="Blue" RelativePanel.RightOf="Blue"/> </RelativePanel>

Calendar

GPS

Map <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Maps:MapControl x:Name="MapCtl"/> </Grid>

MenuFlyout

AppBar/CommandBar