SlideShare a Scribd company logo
Introduction into 
Xamarin.Forms 
Andres Castro
My Background 
• Graduated 2013 from Kennesaw State University 
• Have been a C# ASP.NET Developer for the past year 
• Transitioning to mobile development 
• Little Android Experience 
• No iOS/Window Phone Development Experience
Presentation Goals 
• To show how easy someone with little to no mobile development 
experience can begin writing apps with Xamarin.Forms. 
• To show how you can convert old single platform applications into 
cross platform apps that have a newer look and feel.
What is Xamarin.Forms? 
Xamarin.Forms is a cross-platform, natively-backed UI toolkit 
abstraction that allows developers to easily create user interfaces that 
can be shared across Android, iOS, and Windows Phone. 
It essentially removes the need for a developer to have to learn the UI 
tools for every device.
Available Pages
Available Layouts
Available Controls
Getting Started
Project Structure 
PCL 
Android 
iOS
Lets take a look at the code…
Lessons Learned 
• Always keep your Xamarin up to date 
– If a guide you are following is not working, check the dates on it 
and make sure you are on the same version as they are. 
• Data binding is your friend
Xamarin.Forms Introduction

More Related Content

Similar to Xamarin.Forms Introduction (20)

PDF
Xamarin forms - overcloud
Charlin Agramonte
 
PDF
Why xamarin forms is awesome
Charlin Agramonte
 
PPTX
Introduction to xamarin.forms
Abhishek Kumar Gupta
 
PPTX
"Intro to-xamarin.forms", Кирилл Стативкин, Microsoft Student Partner
Alina Vilk
 
PPTX
Xamarin.Forms a different approach to cross platform natove mobile development
Dan Ardelean
 
PDF
Why xamarin forms is awesome
Charlin Agramonte
 
PPTX
An introduction to Xamarin
Cynoteck Technology Solutions Private Limited
 
PPTX
CS732-SE750-Part2-Lecture05-Xamarin.pptx
Jimmyconnors Chettipally
 
PDF
APAC Webinar: Say Hello To Xamarin.Forms
Nish Anil
 
PDF
Your First Xamarin.Forms App
Craig Dunn
 
PDF
How Xamarin Is Revolutionizing Mobile Development
MentorMate
 
PDF
ANUG - intro to Xamarin and Xamarin.Forms
James Montemagno
 
PPTX
Designing mobile applications with xamarin
Jerel Hass
 
PPTX
xamarin ppt m (1).pptx GENARAL SEMINAR TOPIC PPT
anuranthchala
 
PDF
Get Native-like Mobile Apps Using Xamarin Development
Sara Suarez
 
PPTX
Cross platform app development with xamarin.forms
Shahriar Hossain
 
PDF
Lessons Learned from Real World Xamarin.Forms Projects
Nick Landry
 
PPTX
Introduction to Xamarin - Confoo 2015
Guy Barrette
 
PPTX
Introduction to xamarin
Christos Matskas
 
PPTX
Introduction to Xamarin.Forms
Michael John Peña
 
Xamarin forms - overcloud
Charlin Agramonte
 
Why xamarin forms is awesome
Charlin Agramonte
 
Introduction to xamarin.forms
Abhishek Kumar Gupta
 
"Intro to-xamarin.forms", Кирилл Стативкин, Microsoft Student Partner
Alina Vilk
 
Xamarin.Forms a different approach to cross platform natove mobile development
Dan Ardelean
 
Why xamarin forms is awesome
Charlin Agramonte
 
CS732-SE750-Part2-Lecture05-Xamarin.pptx
Jimmyconnors Chettipally
 
APAC Webinar: Say Hello To Xamarin.Forms
Nish Anil
 
Your First Xamarin.Forms App
Craig Dunn
 
How Xamarin Is Revolutionizing Mobile Development
MentorMate
 
ANUG - intro to Xamarin and Xamarin.Forms
James Montemagno
 
Designing mobile applications with xamarin
Jerel Hass
 
xamarin ppt m (1).pptx GENARAL SEMINAR TOPIC PPT
anuranthchala
 
Get Native-like Mobile Apps Using Xamarin Development
Sara Suarez
 
Cross platform app development with xamarin.forms
Shahriar Hossain
 
Lessons Learned from Real World Xamarin.Forms Projects
Nick Landry
 
Introduction to Xamarin - Confoo 2015
Guy Barrette
 
Introduction to xamarin
Christos Matskas
 
Introduction to Xamarin.Forms
Michael John Peña
 

More from Catapult New Business (7)

PDF
Diving Into Xamarin.Forms
Catapult New Business
 
PPTX
Power Mobile Apps with Sitecore
Catapult New Business
 
PPTX
Xamarin Test Cloud Presentation
Catapult New Business
 
PPTX
Sitecore DMS Personalization for Performing Arts Presentation
Catapult New Business
 
PPTX
User Experience Prototyping
Catapult New Business
 
PPTX
Xamarin for Enterprises
Catapult New Business
 
PPTX
Xamarin Overview
Catapult New Business
 
Diving Into Xamarin.Forms
Catapult New Business
 
Power Mobile Apps with Sitecore
Catapult New Business
 
Xamarin Test Cloud Presentation
Catapult New Business
 
Sitecore DMS Personalization for Performing Arts Presentation
Catapult New Business
 
User Experience Prototyping
Catapult New Business
 
Xamarin for Enterprises
Catapult New Business
 
Xamarin Overview
Catapult New Business
 
Ad

Recently uploaded (8)

PPT
lec2 wireless transmission exlaining.ppt
212231
 
PPTX
Mobile Apps Helping Business Grow in 2025
Infylo Techsolutions
 
PDF
INTERLINGUAL SYNTACTIC PARSING: AN OPTIMIZED HEAD-DRIVEN PARSING FOR ENGLISH ...
kevig
 
PPTX
The Intersection of Emoji and NFT. What can be the Consequences?
Refit Global
 
PDF
💡 Digital Marketing Decoded: Mastering Online Growth Strategies for 2025 🚀
marketingaura24
 
PDF
Building Smart, Scalable Solutions with Android App Development
Brancosoft Private Limited
 
PPT
lect 1 Introduction.ppt11112222333344455
212231
 
PDF
Call For Papers - International Journal on Natural Language Computing (IJNLC)
kevig
 
lec2 wireless transmission exlaining.ppt
212231
 
Mobile Apps Helping Business Grow in 2025
Infylo Techsolutions
 
INTERLINGUAL SYNTACTIC PARSING: AN OPTIMIZED HEAD-DRIVEN PARSING FOR ENGLISH ...
kevig
 
The Intersection of Emoji and NFT. What can be the Consequences?
Refit Global
 
💡 Digital Marketing Decoded: Mastering Online Growth Strategies for 2025 🚀
marketingaura24
 
Building Smart, Scalable Solutions with Android App Development
Brancosoft Private Limited
 
lect 1 Introduction.ppt11112222333344455
212231
 
Call For Papers - International Journal on Natural Language Computing (IJNLC)
kevig
 
Ad

Xamarin.Forms Introduction

  • 2. My Background • Graduated 2013 from Kennesaw State University • Have been a C# ASP.NET Developer for the past year • Transitioning to mobile development • Little Android Experience • No iOS/Window Phone Development Experience
  • 3. Presentation Goals • To show how easy someone with little to no mobile development experience can begin writing apps with Xamarin.Forms. • To show how you can convert old single platform applications into cross platform apps that have a newer look and feel.
  • 4. What is Xamarin.Forms? Xamarin.Forms is a cross-platform, natively-backed UI toolkit abstraction that allows developers to easily create user interfaces that can be shared across Android, iOS, and Windows Phone. It essentially removes the need for a developer to have to learn the UI tools for every device.
  • 9. Project Structure PCL Android iOS
  • 10. Lets take a look at the code…
  • 11. Lessons Learned • Always keep your Xamarin up to date – If a guide you are following is not working, check the dates on it and make sure you are on the same version as they are. • Data binding is your friend