Top Banner
XAMARIN Mobile App Development & App Creation Software.
17

Xamarin

Apr 15, 2017

Download

Technology

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: Xamarin

XAMARIN Mobile App Development & App Creation Software.

Page 2: Xamarin

What is Xamarin?

IDE Framework Cross-platform Tool

Page 3: Xamarin

Why Xamarin?

Cross-platform Development

Page 4: Xamarin

Why Xamarin?

Visual Studio Integration

Page 5: Xamarin

Why Xamarin?

Native UINative API AccessNative Performance

Page 6: Xamarin
Page 7: Xamarin

Why Xamarin?

Reuse Existing Code

Page 8: Xamarin
Page 9: Xamarin
Page 10: Xamarin
Page 11: Xamarin

using Xamarin.Forms;var profilePage = new ContentPage { Title = "Profile", Icon = "Profile.png", Content = new StackLayout { Spacing = 20, Padding = 50, VerticalOptions = LayoutOptions.Center, Children = { new Entry { Placeholder = "Username" }, new Entry { Placeholder = "Password", IsPassword = true }, new Button { Text = "Login", TextColor = Color.White, BackgroundColor = Color.FromHex("77D065") }}}};var settingsPage = new ContentPage { Title = "Settings", Icon = "Settings.png", (...)};var mainPage = new TabbedPage { Children = { profilePage, settingsPage } };

Page 12: Xamarin

Why Xamarin?

Fully Featured IDE

Page 13: Xamarin

Why Xamarin?

Point and Click UI Design

Page 14: Xamarin

CONS

Xamarin is Weak for Apps with

Heavy UI

Page 15: Xamarin

CONS

Finding Xamarin Professionals is

Difficult

Page 16: Xamarin

CONS

Cost of Xamarin license is not

cheap

Page 17: Xamarin

Conclusion:

Xamarin in Mobile Strategy (You Never Know)