microsoft tech club cairo university "mstc'16 builders and developers " fifth session

19
UNIVERSAL APPLICATION Prepared and presented by Aya Zakaria #session 5

Upload: wagdy-mohamed

Post on 23-Jan-2017

350 views

Category:

Mobile


1 download

TRANSCRIPT

Page 1: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

UNIVERSAL APPLICATION

Prepared and presented by Aya Zakaria #session 5

Page 2: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Agenda

• Splash screen and Logo

• Our first universal application !

Page 3: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Splash screen and logo

• First you have to add your splash and logo photos in your assets

• You can add your photos into assets through copy and paste

Page 4: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Splash screen and logo

• Choose (Package.appxamanifest)

Page 5: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Splash screen and logo

• Select visual Assets

Page 6: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Splash screen and logo

• select square Logo or splash screen

• Browse to choose your photos

Page 7: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Our first universal application

Simple calculator• Text box• Numbers buttons• Operations buttons

Page 8: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session
Page 9: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Mainpage.xaml code

Page 10: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Text box

Page 11: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Example for some Buttons

<ButtonName="btn5"Content="5"FontSize="50" HorizontalAlignment="Left"Margin="362,379,0,0" VerticalAlignment="Top"Width="75"Height="96"/>

<ButtonName=“equal"Content=“="FontSize="50" HorizontalAlignment="Left"Margin="362,518,0,0" VerticalAlignment="Top"Width="75"Height="96"/>

Page 12: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Functions implementation code

Page 13: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Number and clear button

Page 14: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Operations Button

Page 15: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Equal Button

Page 16: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session
Page 17: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

Click icon to add picture

Page 18: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session

wagdy.mohamed.95

[email protected]

yoya.zakaria

[email protected]

CONTACTS

Page 19: Microsoft Tech Club Cairo University "MSTC'16 Builders and Developers " Fifth Session