Xamarin

Create cloud-powered mobile apps faster.

Learning

Learning Modules

Design an MVVM viewmodel for Xamarin.Forms
Published: 5/17/2023, Length: 0:36:00
Discover how to improve your code testability through business logic and user interface code by using the MVVM design pattern.
Consume REST web services in Xamarin apps
Published: 5/17/2023, Length: 1:01:00
Learn to use Xamarin.Forms to detect internet connection for top performance when using HttpClient to consume a REST web service and perform CRUD operations.
Create a mobile app with Xamarin.Forms
Published: 5/17/2023, Length: 0:59:00
Use Visual Studio with Xamarin.Forms to create a mobile app that runs on Android and iOS, with no previous experience necessary.
Prepare to publish your Xamarin app
Published: 5/17/2023, Length: 0:26:00
In this module, you'll learn how to complete your Xamarin application code and then how to publish your work.
Explore cross-platform design patterns for Xamarin apps
Published: 5/17/2023, Length: 1:13:00
Find out how to create a .NET Standard library to share code between iOS and Android projects in Xamarin.Forms enabling execution from a shared code base.
Display collections in Xamarin.Forms apps by using ListView
Published: 5/17/2023, Length: 1:11:00
In this module, you'll populate the Xamarin.Forms ListView and customize each row to create an application that displays dynamic data in a scrollable container.
Create accessible apps with Xamarin.Forms
Published: 5/17/2023, Length: 0:32:00
Learn how to enhance Xamarin.Forms apps with automation properties to improve support for screen readers to make apps more accessible.
Customize a Xamarin.Forms ListView
Published: 5/17/2023, Length: 0:50:00
Create custom cell layouts that fit the shape of your data. Group related cells together to help your users find what they're interested in.
Introduction to Xamarin.iOS
Published: 5/17/2023, Length: 0:59:00
Xamarin.iOS enables .NET developers to create fully native iOS apps to take full advantage of the power, features, and performance of the iOS platform.
Use effects in Xamarin.Forms
Published: 5/17/2023, Length: 0:54:00
Learn how to use effects to customize and add functionality to Xamarin.Forms elements to make good use of native features in iOS and Android.
Separate your UI and code with Xamarin.Forms data binding
Published: 9/14/2022, Length: 0:51:00
Explore ways to keep your UI properties synchronized when data changes by using Xamarin.Forms, while also improving code readability and reducing maintenance.