xamarin overview by houssem dellai

56
Cross Platform Dev with Xamarin Houssem Dellai

Upload: houssem-dellai

Post on 14-Apr-2017

46 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Xamarin Overview by Houssem Dellai

Cross Platform Dev with XamarinHoussem Dellai

Page 2: Xamarin Overview by Houssem Dellai

The Silo Approach

Build App Multiple Times

Page 3: Xamarin Overview by Houssem Dellai

The Write-Once-Run-Anywhere Approach

Lowest CommonDenominator

Page 4: Xamarin Overview by Houssem Dellai

The Anatomy of a Native App

Xamarin apps look and feel native because they are native

Native User Interfaces Native API Access Native Performance

Page 5: Xamarin Overview by Houssem Dellai

Native Performance

Xamarin.iOS does full Ahead Of Time (AOT) compilation to produce an ARM binary for Apple’s App Store.

Xamarin.Android takes advantage of Just In Time (JIT) compilation on the Android device.

Page 6: Xamarin Overview by Houssem Dellai

Xamarin + Xamarin.Forms

• Traditional Xamarin Approach • With Xamarin.Forms:More code-sharing, all native

iOS C# UI

Windows C# UIAndroid C# UI

Shared C# Logic

Xamarin.Forms

Shared C# Logic

Page 7: Xamarin Overview by Houssem Dellai
Page 8: Xamarin Overview by Houssem Dellai

✓Always Up-to-Date

Same-day support:• iOS 5• iOS 6• iOS 7• iOS 8• iOS 9• iOS 10

Full support for:• Apple Watch• Google Glass• Android Wear• Amazon Fire TV• and much more

Page 9: Xamarin Overview by Houssem Dellai

Code SharingStats

Mac

iOS

Android

Windows Phone

iCircuit Touch Draw

86%

14%

72%

28%

70%

30%

61%

39%

88%

12%

76%

24%

90%

10%

Page 10: Xamarin Overview by Houssem Dellai

Visual Studio Xamarin Studio

Page 11: Xamarin Overview by Houssem Dellai

Xamarin Designer for iOS in Xamarin Studio

Page 12: Xamarin Overview by Houssem Dellai

Pages

Content MasterDetail Navigation Tabbed Carousel

Page 13: Xamarin Overview by Houssem Dellai

Layouts

Stack Absolute Relative Grid ContentView ScrollView Frame

Page 14: Xamarin Overview by Houssem Dellai

ActivityIndicator BoxView Button DatePicker Editor

Entry Image Label ListView Map

OpenGLView Picker ProgressBar SearchBar Slider

Stepper TableView TimePicker WebView EntryCell

ImageCell SwitchCell TextCell ViewCell

Controls

Page 15: Xamarin Overview by Houssem Dellai
Page 16: Xamarin Overview by Houssem Dellai
Page 17: Xamarin Overview by Houssem Dellai
Page 18: Xamarin Overview by Houssem Dellai
Page 19: Xamarin Overview by Houssem Dellai
Page 20: Xamarin Overview by Houssem Dellai

Demo {Hello World}

Page 21: Xamarin Overview by Houssem Dellai

Native UI from shared code

<ContentPage Title="Profile" Icon="Profile.png">

<StackLayout Spacing="20" Padding="20">

<Entry Placeholder="Username“ Text="{Binding

Username}"/><Entry Placeholder="Password"

Text="{Binding Password}“

IsPassword="true"/><Button Text="Login“

TextColor="White"BackgroundColor="#77D065"Command="{Binding

LoginCommand}"/></StackLayout>

</ContentPage>

Page 22: Xamarin Overview by Houssem Dellai

Platform Customization

Page 23: Xamarin Overview by Houssem Dellai

Demo {OnPlatform}

Page 24: Xamarin Overview by Houssem Dellai

ListView

Page 25: Xamarin Overview by Houssem Dellai

Demo {ListView}

Page 26: Xamarin Overview by Houssem Dellai
Page 27: Xamarin Overview by Houssem Dellai
Page 28: Xamarin Overview by Houssem Dellai

Demo {Page Navigation}

Page 29: Xamarin Overview by Houssem Dellai
Page 30: Xamarin Overview by Houssem Dellai
Page 31: Xamarin Overview by Houssem Dellai

Demo {TabbedPage}

Page 32: Xamarin Overview by Houssem Dellai
Page 33: Xamarin Overview by Houssem Dellai
Page 34: Xamarin Overview by Houssem Dellai

Demo {MasterDetailPage}

Page 35: Xamarin Overview by Houssem Dellai

NuGet Package ManagerNuGet support combined with the Xamarin Component Store gives Xamarin developers the most comprehensive ecosystem of libraries at their fingertips

Page 36: Xamarin Overview by Houssem Dellai

Accessing Web Services

Page 37: Xamarin Overview by Houssem Dellai

Demo {web Services}

Demo {Web Services}

Page 38: Xamarin Overview by Houssem Dellai

Nuget Packages

Page 39: Xamarin Overview by Houssem Dellai

Xamarin Platform is Open Source!

open.xamarin.com

Page 40: Xamarin Overview by Houssem Dellai

Developed by Samsung

Based on OSS .NET Core

UI Based on OSS Xamarin.Forms

Get started at www.aka.ms/tizen

Tizen .NET Developer Preview

Page 41: Xamarin Overview by Houssem Dellai

Tizen .NET Developer Preview• VS 2017 Extension from Samsung• Tizen Project Templates & Emulator• Runs on 50 Million+ Devices

Page 42: Xamarin Overview by Houssem Dellai
Page 43: Xamarin Overview by Houssem Dellai

Automatically test your app on

hundreds of mobile devices

Create native iOS, Android, Mac and

Windows apps in Visual Studio and C#

Page 44: Xamarin Overview by Houssem Dellai

Remote iOS Simulator For Windows• Multi-Touch Enabled• Pressure Sensitive• Super Fast• Rotate, screenshots,

location changes

Page 45: Xamarin Overview by Houssem Dellai

Xamarin Inspector

Page 46: Xamarin Overview by Houssem Dellai

Xamarin Profiler• Allocations• Cycles• Memory• Performance• Time Profiler• Windows &

macOS

Page 47: Xamarin Overview by Houssem Dellai

Xamarin.Forms Previewer• Preview & Modify XAML Live• Custom Control Rendering• Xamarin Studio & Visual

Studio• Preview Available TOday

Page 48: Xamarin Overview by Houssem Dellai
Page 49: Xamarin Overview by Houssem Dellai
Page 50: Xamarin Overview by Houssem Dellai
Page 51: Xamarin Overview by Houssem Dellai
Page 52: Xamarin Overview by Houssem Dellai
Page 53: Xamarin Overview by Houssem Dellai
Page 54: Xamarin Overview by Houssem Dellai
Page 55: Xamarin Overview by Houssem Dellai
Page 56: Xamarin Overview by Houssem Dellai

Thank you Questions ?