Microsoft support for Xamarin ended on May 1, 2024 for all Xamarin SDKs including Xamarin.Forms. Upgrade your Xamarin & Xamarin.Forms projects to .NET 8 and .NET MAUI with our migration guides.
Xamarin Blog
Support for Xamarin has ended, upgrade to .NET MAUI today
Latest posts
Xamarin.Forms and Essentials now target Android 13 (in Preview)
New preview versions of Xamarin.Forms and Xamarin.Essentials have been released, these versions now target Android 13 by default. In this post you will read all the details.
Tips & Tricks on Upgrading Xamarin.iOS & Xamarin.Android to .NET for iOS & Android
There has never been a better time to update & migrate your Xamarin.iOS and Xamarin.Android apps to the latest version of .NET to take advantage of the latest features, support, and performance improvements.
Fall 2022 Updates for Xamarin, Hello iOS 16 and Android 13
iOS 16 is now available. Let's now look at what you need to do with your Xamarin projects before May 1, 2024.
Migrating MR.Gestures from Xamarin.Forms to .NET MAUI
In this guest blog post, Michael Rumpler shares how he ported his popular Xamarin.Forms library, MR.Gestures, to support .NET MAUI
Tips for Moving Your Xamarin Library to .NET MAUI
Join me as I share the tips that I learned porting my NuGet Package, Plugin.ValidationRules to support .NET MAUI
Facebook SDK v12.2 for Xamarin.iOS Now Available
The latest version of the Facebook SDK is now available for Xamarin developers offering updates to CoreKit, LoginKit, ShareKit, GamingServiceKit, and AudienceNetwork.
Machine Learning in Xamarin.Forms with ONNX Runtime
Learn how to integrate machine learning into your Xamarin.Forms application with ONNX Runtime
The Journey to Accessible Apps: Meaningful Content Ordering
Do your apps have meaningful content ordering? Learn more about accessible layouts and navigation and find out how you can ensure accessible ordering in your apps.
What’s New in Xamarin and Visual Studio 2022
Xamarin has shipped support for the latest Android and iOS versions, and productivity features in Visual Studio 2022. What's next for Xamarin?
Introducing .NET MAUI Compatibility for the Xamarin Community Toolkit
Announcing the first preview release of Xamarin.CommunityToolkit.MauiCompat
The Journey to Accessible Apps: Making Visual Text Accessible
Is all the text in your apps visually accessible? Learn more about accessible text and find out how you can control for accessible text sizes in Xamarin.Forms and .NET MAUI.
Xamarin.Essentials 1.7 and introducing .NET MAUI Essentials
Xamarin.Essentials 1.7 is here with some great enhancements for your mobile and desktop apps. We also talk about the future of the library with .NET MAUI Essentials.
The Future of Xamarin Community Toolkit
With the release of .NET MAUI coming soon, here is the roadmap for the Xamarin Community Toolkit
Implementing Chromecast with Xamarin.Forms
Learn how to integrate Chromecast into your Xamarin.Forms application without complicated bindings, simply using Custom Renderers.
Building beautiful apps with Xamarin.Forms
Designing great looking apps can be hard, but with a little inspiration and a little styling you can craft beautiful looking apps with Xamarin.Forms
The Journey to Accessible Apps: Screen Readers
Are your apps screen reader accessible? Learn more about screen readers and find out how you can support the screen reader experience with Xamarin.Forms and .NET MAUI.
The Journey to Accessible Apps
Get started on your journey to developing inclusive apps - start here, with accessibility, today.
Great Looking Settings Screens for Xamarin.Forms
Looking to spruce up your settings screen in your Xamarin.Forms app? Checkout some quick tips to theme the built in controls in Xamarin.Forms to make your settings shine.
CollectionView Drag & Drop Item Reordering with Gesture Recognizers
Items reordering in a list-based control is a handy feature and it is used in various use cases. From simple scenarios like configuring settings, defining tabs order to complex scenarios like managing user content, and reordering images or email. With the recent Xamarin.Forms 5.0 release, Drag and Drop gesture recognizers were introduced and enable you to unlock these scenarios in your app. In this post I will guide you through everything you need to add drag & drop to your CollectionView. Drag & Drop Gesture Recognizers In previous posts you may have seen how drag and drop can be used with any control ...
Beautiful Tabs with Xamarin Community Toolkit TabView
One of the hardest parts of apps to customize is the tab bar. To overcome this, we've added the TabView to the Xamarin Community Toolkit. With the TabView you have full control over the look-and-feel of the tab bar. In this blogpost we'll learn what it's all about.
The New .NET Multi-platform App UI
With .NET 6 previews starting right around the corner, it is time to start getting excited for the new .NET Multi-platform App UI (MAUI) that was announced at BUILD 2020. This year of .NET has a lot of amazing things for client application developers. Let's review the highlights and set your expectations for the year ahead.
Beautiful Custom RadioButton with Xamarin.Forms 5
Xamarin.Forms 5 introduced control templates for the new RadioButton control that gives you complete control and customization over the user interface.
Xamarin Community Toolkit: A Must-Have Xamarin Library
We are pleased to introduce the Xamarin Community Toolkit! The toolkit complements Xamarin.Forms 5 with all kinds of commonly found behaviors, converters, effects, MVVM utilities, and awesome new controls including the CameraView, AvatarView, and TabView.
Xamarin.Forms 5.0 is Here!
Xamarin.Forms 5 is here, delivering hundreds of quality improvements and brings to stable release new features including App Themes, Brushes, CarouselView, RadioButton, Shapes and Paths, and SwipeView.
Xamarin Holiday Hack Ideas
Are you looking for some code-related diversions this holiday season to pass the time and have some fun? So are we! Here are some ideas to help inspire us all.
December’s Community Standup – .NET MAUI Update
Join Xamarin & .NET MAUI team members Maddy Leger, David Ortinau, and Jon Dick for updates on .NET MAUI, the next generation of Xamarin.Forms to build cross-platform mobile and desktop apps.
Announcing Azure Mobile Apps v4.2.0 for .NET
Recently, we released a large update to the Azure Mobile Apps client libraries, enabling you to provide offline sync of cloud SQL data to your iOS and Android apps.
Fabulous: Going Beyond Hello World
In this guest blog from Fabulous maintainer Timothé Larivière shows us the next steps in leveraging F#, MVU, and Fabulous to build mobile apps with Xamarin.
Recapping Xamarin Highlights from .NET Conf 2020
Xamarin had a huge presence throughout .NET Conf, here’s a recap of all of the new features developers can use to build mobile apps including XAML Hot Reload 2.0, iOS Hot Restart, and Xamarin.Forms 5.0.
Xamarin Community Toolkit Hacktoberfest 2020 Recap
It has been hard to miss, for the past month Hacktoberfest was upon us again. As announced in our previous blogpost, the Xamarin Community Toolkit participated as well, here is a little summary of how we did.
.NET Conf 2020 and Virtual Events in November
The .NET team and the .NET Foundation are excited to present .NET Conf 2020 - a free, 3-day, live-streamed event all about .NET development! This year is going to be extra special as .NET 5.0 launches on the 10-year anniversary of this virtual conference happening November 10-12th, 2020!
In-app reviews for your Android apps
You can now launch in-app reviews in Android using the Store Review Plugin and the new Play Core library for Android.
Query & Interact with Apps in Android 11 with Package Visibility
There are several exciting new APIs and enhancements in Android 11. One of the more interesting changes for developers is changes to package visibility. In this post we will see what package visibility is and what changes need to be made to apps to query and interact with apps installed on the user's device.
Xamarin.Essentials 1.6 preview: macOS, media, and more!
Announcing the preview for Xamarin.Essentials 1.6 that introduces official support for macOS and exciting features including a file & media picker, app actions, screenshots, and much more.
Join Hacktoberfest at the Xamarin Community Toolkit
Code for swag or from your love for Xamarin in this year's Hacktoberfest! Here are the guidelines to get you started. Be sure to tag your pull requests with the "Hacktoberfest" label to be considered for a reward.
.NET Conf 2020 and Community Events this October
Virtually tune-in to communities around the world through amazing online events, streams, and recordings this October. Stay connected to your developer communities through the upcoming .NET Conf 2020, virtual Meetups, community stand-ups, podcasts, and more. Get started with .NET tutorials and learn how to host your own virtual experiences!