Top Banner
Prepared by Eng Soon Cheah Microsoft MVP Cross Platform Apps with Xamarin.Forms 5/8/2016 Prepared by Eng Soon Cheah , Microsoft MVP
12

Cross Platform Apps with Xamarin.Forms

Jan 08, 2017

Download

Technology

Cheah Eng Soon
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Cross Platform Apps with Xamarin.Forms

Prepared by

Eng Soon Cheah

Microsoft MVP

Cross Platform Apps

with

Xamarin.Forms

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 2: Cross Platform Apps with Xamarin.Forms

Create your 1st Cross-Platform

Apps(Xamarin.Forms)

File > New Project > Visual C# > Cross-Platform > Blank App (Xamarin.Forms Shared)

Select “Blank App

(Xamarin.Forms

Portable)

Name your Project

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 3: Cross Platform Apps with Xamarin.Forms

Add New Page Right Click “X.FormsPortable

(Portable)” to add a new Page

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 4: Cross Platform Apps with Xamarin.Forms

Select Forms Xaml Page

Select “Forms Xaml

Page”

Name the Page as

“MainPage.cs”

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 5: Cross Platform Apps with Xamarin.Forms

New Xaml Page Successful Created

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 6: Cross Platform Apps with Xamarin.Forms

Add Label inside MainPage.xaml

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 7: Cross Platform Apps with Xamarin.Forms

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 8: Cross Platform Apps with Xamarin.Forms

App.cs

Change the Page navigate to the

MainPage

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 9: Cross Platform Apps with Xamarin.Forms

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Right Click

“X.FormsPortable.UWP(Universal

Windows)”

&

Select “Deploy” to deploy your app to

the machine

1

Run Your Application 2

Page 10: Cross Platform Apps with Xamarin.Forms

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

UWP

Page 11: Cross Platform Apps with Xamarin.Forms

Run Multiple Devices at the Same Time

(Optional)

• Right-Click your Project > Select “Properties” > Select “Multiple start-up projects > Change the actions to “Start”

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Page 12: Cross Platform Apps with Xamarin.Forms

References

• Microsoft Virtual Academy

• Channel 9

Community Group

• Xamarin Malaysia Developers

(https://www.facebook.com/groups/xamarinmydev/)

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP