HOME > Development > Xamarin Forms- Build Native Cross-platform Apps with C#

Xamarin Forms- Build Native Cross-platform Apps with C#

  • Development
  • May 05, 2025
SynopsisXamarin Forms: Build Native Cross-platform Apps with C#, avai...
Xamarin Forms- Build Native Cross-platform Apps with C#  No.1

Xamarin Forms: Build Native Cross-platform Apps with C#, available at $99.99, has an average rating of 4.8, with 117 lectures, 1 quizzes, based on 9941 reviews, and has 46848 subscribers.

You will learn about Build native mobile apps for Android, iOS and Windows using C# Understand the fundamentals of Xamarin Forms and its architecture Build user-interfaces with XAML and code Work with images Present data in beautiful, interactive lists Implement multi-page apps with navigation, tabs, master/detail pages Build forms and setting pages Store and retrieve data from a variety of sources (file system, SQLite database and RESTful services) Implement Model-View-ViewModel (MVVM) architectural pattern This course is ideal for individuals who are Developers who want to utilize their existing C# skills to build native mobile apps or Developers who dont want to learn Objective-C, Swift or Java to build native apps It is particularly useful for Developers who want to utilize their existing C# skills to build native mobile apps or Developers who dont want to learn Objective-C, Swift or Java to build native apps.

Enroll now: Xamarin Forms: Build Native Cross-platform Apps with C#

Summary

Title: Xamarin Forms: Build Native Cross-platform Apps with C#

Price: $99.99

Average Rating: 4.8

Number of Lectures: 117

Number of Quizzes: 1

Number of Published Lectures: 117

Number of Published Quizzes: 1

Number of Curriculum Items: 118

Number of Published Curriculum Objects: 118

Original Price: $189.99

Quality Status: approved

Status: Live

What You Will Learn

  • Build native mobile apps for Android, iOS and Windows using C#
  • Understand the fundamentals of Xamarin Forms and its architecture
  • Build user-interfaces with XAML and code
  • Work with images
  • Present data in beautiful, interactive lists
  • Implement multi-page apps with navigation, tabs, master/detail pages
  • Build forms and setting pages
  • Store and retrieve data from a variety of sources (file system, SQLite database and RESTful services)
  • Implement Model-View-ViewModel (MVVM) architectural pattern
  • Who Should Attend

  • Developers who want to utilize their existing C# skills to build native mobile apps
  • Developers who dont want to learn Objective-C, Swift or Java to build native apps
  • Target Audiences

  • Developers who want to utilize their existing C# skills to build native mobile apps
  • Developers who dont want to learn Objective-C, Swift or Java to build native apps
  • With over 13,000 happy students and 2,600+ positive reviews, this course is Udemy’s most popular course for learning Xamarin Forms!?


    Do you have an idea for an app and want to turn that into reality??Well, if you want to build that app for iOS, you need to know Objective-C, which is an old, C-based language. The alternative is to learn Swift. If you want to build the same app for Android, you need to learn Java. And if you want to build this app for Windows, of course you need to know C#.

    Sounds like a lot of headache. It’s not just about learning different programming languages. It’s about the fact that each platform has its own UI?framework which is built with a different architecture and API.?

    Building apps shouldn’t be that painful. Is there a better way??Yes there is:?Xamarin Forms.

    Xamarin Forms is a UI?framework for building native cross-platform mobile apps with C#. You code your app only once, and let Xamarin compiler?build your app?for each platform. As simple as that! You don’t need to learn 4 different languages and?presentation frameworks!?

    In this course, Mosh, author of 9 five-star courses on Udemy, will?take you on a?pragmatic and step-by-step journey?and teach you how to?build native mobile apps for Android, iOS and Windows?using Xamarin Forms and C#.?

    In particular, you’ll:

  • Learn and understand the fundamentals of Xamarin Forms and its architecture
  • Build user-interfaces with XAML and code
  • Work with images
  • Present data in beautiful, interactive lists
  • Implement multi-page apps with navigation, tabs, master/detail pages
  • Build form and setting pages
  • Store and retrieve data from a variety of sources (file system, SQLite database and RESTful services)
  • Implement Model-View-ViewModel (MVVM) architectural pattern
  • If you’ve taken any of Mosh’s courses before, you know what you get:?clear, concise training, without?waffling?or mocking around.?

    You get 7.5 hours of high-quality content and every single minute is crafted with outstanding deliveryand world-class production.?Mosh doesn’t create 10+ hour courses that need to be fast-forwarded or skipped.

    This course is?packed with real-world examples, exercises and best practices. Not only will you learn how to use Xamarin Forms, you’ll also learn?first-class tips to make your code cleaner and more maintainable.

    Lectures also have?downloadable source code?so you can?code-along?while watching the videos.?

    So, if you’re looking for a Xamarin Forms?course with?

  • A passionate coder and instructor who knows his craft
  • Perfect structure?
  • Balanced mix of theory and practice
  • Clear, concise and bite-sized videos?
  • Lots of real-world examples and coding exercises
  • Downloadable source code
  • Discussion of best practices?
  • World-class audio / video production
  • Don’t look further. Enrol in the course now and learn to build native mobile apps for Android, iOS?and Windows using your existing C#?skills.

    PREREQUISITES?

    All you need to know in order to take this course is C#. At a minimum, you should be?comfortable with classes, interfaces, events, delegates, lambda expressions and a bit of LINQ.?

    If you need to strengthen your?fundamentals, you can watch Mosh’s related courses:

  • C#?Intermediate:?Classes, Interfaces and Object-oriented Programming
  • C#?Advanced:?Take Your C#?Skills to the Next Level


  • FREQUENTLY?ASKED?QUESTIONS

    1-?Do I need a Mac to take the course?

    Not at all! You can use use Visual Studio on Windows to build and deploy apps to Windows and Android. You need a Mac only to build your app for iOS. And this involves simply adding a new project to your Visual Studio solution, setting it as the start up project and building it. That’s it! You don’t need to write any extra code.

    So, no, you don’t need a Mac to take this course or learn Xamarin Forms in general.

    ?

    2-?Do I need to know about Xamarin.Android and Xamarin.iOS libraries?

    Again, no! Xamarin Forms provides a simple, unified API for you to build cross-platform mobile apps. When you build your app for Android or iOS, it will internally use Xamarin.Android or Xamarin.iOS to map the common user interface elements to their corresponding native equivalent.

    You need to know about Xamarin.Android or Xamarin.iOS only if you want to build custom user-interface elements.


    WHAT?OTHER?STUDENTS?WHO?HAVE?TAKEN?THIS?COURSE?SAY

    “Another fantastic course by Mosh! Really well presented and easy to follow along. Highly recommended for anyone wanting to get up an running with Xamarin. I have apps up on my Android device and the whole experience has been super. Thanks Very Much!” -Aindriu Mac Giolla Eoin

    “Mosh has that incredible teaching skill to start from a fundamental level and then take you on a journey to iterate and improve on to a best practice mode thereby allowing you to grasp the core concept faster. Very much recommended for anyone who has always wanted to build native Android and iOS applications leveraging your existing C# skills. Keep up the good work Mosh!” -Sachin Chitran

    “I read through the entire Xamarin Forms official book as well as some other books on the topic before taking this course. I wish I had taken this course from the beginning. The concepts are explained clearly, and the exercises at the end of each section really help to solidify what you have just learnt.” -Morné Zaayman

    “You will not be disappointed by Mosh. At first I saw his content on youtube and I wanted to get a more in depth grip of his courses. I can assure you that the investment is truly worth it. You will neither feel like the instructor is talking to a stone who has never programmed, nor feel overwhelmed by a lot of complex programming techniques. The way he explains is just right for the average coder looking for improvements.” -Oproiu Stefan

    “This was my first paid video course ever and wow…what a surprise! Now six months later, I already bought two other courses from Mosh Hamedani because it’s a great way to learn so much in such a short time. I became a real fan of Mosh because he gives a boost to my work career.

    I recommend all the developers to watch the video courses of Mosh, you will not regret! He’s a very enthusiastic instructor who can teach you difficult concept as if they were easy. The video content includes many great exercises which will challenge yourself. Furthermore, the cheat sheets are very useful to refresh your memory.” -Yen Jacobs

    ?

    30-DAY FULL MONEY-BACK GUARANTEE

    This course comes with a 30-day full money-back guarantee. Take the course, watch every lecture, and do the exercises, and if you feel like this course is not for you,?ask for a full refund within 30 days.?All your money back, no questions asked.?


    ABOUT YOUR INSTRUCTOR?

    Mosh (Moshfegh) Hamedani is a software engineer with 17 years of professional experience. He is the author of?several best selling?Udemy courses?with?more than 120,000 students in 192 countries. He has a Master of Science in Network Systems and Bachelor of Science in Software Engineering.?His students describe him as?passionate, pragmatic and motivational in his teaching.

    So, do you want to use your existing C#?skills to?build native apps for Android, iOS?and Windows??


    Join the other 13,000 students who have taken this course and start?building your first native cross-platform?app within?a few minutes.

    Course Curriculum

    Chapter 1: Getting Started

    Lecture 1: Introduction

    Lecture 2: What is Xamarin Forms?

    Lecture 3: Setting Up the Development Environment

    Lecture 4: Creating a Xamarin Forms App Using Visual Studio

    Lecture 5: Creating a Xamarin Forms App Using Xamarin Studio

    Lecture 6: Your First Xamarin Forms App

    Lecture 7: How Xamarin Works

    Lecture 8: Course Structure

    Lecture 9: Asking Questions

    Chapter 2: XAML Essentials

    Lecture 1: Introduction

    Lecture 2: XAML vs Code

    Lecture 3: Content Property

    Lecture 4: Accessing Elements in Code-behind

    Lecture 5: Data Binding

    Lecture 6: Binding Context

    Lecture 7: Dealing with Device Differences

    Lecture 8: Property Element Syntax

    Lecture 9: XAML Compilation

    Lecture 10: Cheat Sheet

    Lecture 11: Exercise

    Chapter 3: Layouts

    Lecture 1: Introduction

    Lecture 2: Stack Layout in XAML

    Lecture 3: Stack Layout in Code

    Lecture 4: Stack Layout Exercise

    Lecture 5: Grid in XAML

    Lecture 6: Grid in Code

    Lecture 7: Grid Exercise

    Lecture 8: Absolute Layout in XAML

    Lecture 9: Absolute Layout in Code

    Lecture 10: Absolute Layout Exercise

    Lecture 11: Relative Layout in XAML

    Lecture 12: Relative Layout in Code

    Lecture 13: Relative Layout Exercise

    Chapter 4: Images

    Lecture 1: Introduction

    Lecture 2: Image Sources

    Lecture 3: Downloaded Images

    Lecture 4: Aspects

    Lecture 5: Activity Indicator

    Lecture 6: Embedded Images

    Lecture 7: Embedded Images in XAML

    Lecture 8: Platform-specific Images

    Lecture 9: Application Icons

    Lecture 10: Rounded Images

    Lecture 11: Dealing with Sizes

    Lecture 12: Cheat Sheet

    Lecture 13: Exercise – Photo Gallery

    Chapter 5: Lists

    Lecture 1: Introduction

    Lecture 2: Populating a Basic List

    Lecture 3: Cell Appearance

    Lecture 4: Custom Cells

    Lecture 5: Grouping Items

    Lecture 6: Handling Selections

    Lecture 7: Context Actions

    Lecture 8: Pull to Refresh

    Lecture 9: Search Bar

    Lecture 10: Cheat Sheet

    Lecture 11: Exercise – Airbnbs Recent Searches

    Chapter 6: Navigation

    Lecture 1: Introduction

    Lecture 2: Hierarchical Navigation

    Lecture 3: Modal Pages

    Lecture 4: A Simple Master Detail

    Lecture 5: Master Detail Page

    Lecture 6: Tabbed Page

    Lecture 7: Carousel Page

    Lecture 8: Displaying Popups

    Lecture 9: Toolbar Items

    Lecture 10: Cheat Sheet

    Lecture 11: Exercise – InstagramApp

    Chapter 7: Forms and Setting Pages

    Lecture 1: Introduction

    Lecture 2: Switch

    Lecture 3: Slider

    Lecture 4: Stepper

    Lecture 5: Entry and Editor

    Lecture 6: Picker

    Lecture 7: Date and Time Picker

    Lecture 8: Table View

    Lecture 9: Custom Cells

    Lecture 10: Bindable Properties

    Lecture 11: Picker with Navigation

    Lecture 12: Cheat Sheet

    Lecture 13: Exercise – ContactBook App

    Chapter 8: Data Access

    Lecture 1: Introduction

    Lecture 2: Overview

    Lecture 3: Application Properties

    Lecture 4: A Cleaner Implementation

    Lecture 5: File System

    Lecture 6: PCLStorage

    Lecture 7: Setting Up SQLite

    Lecture 8: Using SQLite

    Lecture 9: INotifyPropertyChanged Interface

    Lecture 10: Consuming RESTful Services

    Instructors

  • Xamarin Forms- Build Native Cross-platform Apps with C#  No.2
    Mosh Hamedani
    Helping Learners Build Successful Coding Careers
  • Rating Distribution

  • 1 stars: 126 votes
  • 2 stars: 181 votes
  • 3 stars: 848 votes
  • 4 stars: 3025 votes
  • 5 stars: 5759 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!