cross platform apps with xamarin.forms

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

Upload: cheah-eng-soon

Post on 08-Jan-2017

160 views

Category:

Technology


0 download

TRANSCRIPT

Prepared by

Eng Soon Cheah

Microsoft MVP

Cross Platform Apps

with

Xamarin.Forms

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

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

Add New Page Right Click “X.FormsPortable

(Portable)” to add a new Page

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Select Forms Xaml Page

Select “Forms Xaml

Page”

Name the Page as

“MainPage.cs”

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

New Xaml Page Successful Created

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

Add Label inside MainPage.xaml

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

App.cs

Change the Page navigate to the

MainPage

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

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

5/8/2016Prepared by Eng Soon Cheah ,

Microsoft MVP

UWP

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

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