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!
Xamarin.Forms 5 Preview: Advanced UI Controls for Beautiful Apps
Xamarin.Forms 5 brings to stable release features that you have seen in preview over the latest several 4.x releases. This includes solid and gradient , , drag-and-drop, , , and . These new features inject new creative potential for your application designs to create beautiful, interactive experiences. Let's look at those highlights, and then a quick checklist of what you should review as you get started with the Xamarin.Forms 5 pre-release. Beautiful Design with Brushes, Shapes, and Paths With brushes you can now easily paint gradients anywhere you need them. Shapes and paths allow you to draw all the rounded...
Customer Showcase: The Academy of Motion Picture Arts and Sciences
The Academy of Motion Picture Arts and Sciences is known for it’s many areas of involvement in the movie industry, but it is most famous for the annual awards show, The Oscar’s ®. See how the Academy migrated their infrastructure to Azure and leveraged Xamarin to deliver a rich, responsive experience to its members across a range of devices.
Build Xamarin.iOS apps using iOS 14 and Xcode 12
Support for iOS 14 and Xcode 12 to accompany Apple’s Xcode 12 GM release was just announced! Now, build your Xamarin.iOS (and Xamarin.Forms for iOS) apps with Xcode 12 GM and submit your iOS 14, tvOS 14 or watchOS 7 apps to the Apple App Store.
Fabulous: Functional App Development
Learn how to get started with functional programming with Xamarin, F#, and Fabulous to create amazing native mobile apps. Guest blogger and Fabulous maintainer Timothé Larivière walks you through what Fabulous is, how to get started, and how to build real world functional native mobile apps.
Xamarin.Forms Shell Quick Tip – Modal Navigation
Control exactly how your pages are displayed when navigating leveraging the PresentationMode built into Xamarin.Forms Shell to display modal dialogs animated or not!
.NET Virtual Events in September
Virtually tune-in to any event around the world through amazing online events, streams, and recordings this September. Stay active with your developer communities through upcoming MeetUps. Get lots of content from the teams at Microsoft and the global community. And learn how to get started with .NET and Xamarin!
Xamarin Podcast: Drawing, Visual Studio 2019, Virtual Meetups & More!
In this month's podcast episode, James and Matt explore drawing with Xamarin.Forms, discuss latest new releases of Visual Studio 2019 and Visual Studio for Mac, as well as how to get your virtual meetup rolling with the .NET Foundation.
App First Run Detection with Xamarin.Essentials
Several great approaches to check if and when your app is launching. For the very first run or for a specific version, all using Xamarin.Essentials! Easily detect the first time your user has run your application or for a specific version to easily integrate prompts.
Profiling Xamarin.Android Startup
Measure, optimize, and fine-tune the performance of your Android apps build with Xamarin and Xamarin.Forms with these tips and tricks using great tools.
A Dev Story: College Diary with Xamarin.Forms by Theodora Tataru
Guest Blog: Theodora Tataru shares her developer story of finding Xamarin and building out her new app, College Diary.
Xamarin.Forms 4.8 – Gradients & Brushes, Drag & Drop, and More!
Check out the latest release of Xamarin.Forms 4.8 that introduces gradients, brushes, drag & drop, and so much more! Head inside for all of the release details.
.NET Virtual Events in August
Take your .NET & Xamarin development skills to the next level in August through this list of the amazing online events, streams, and videos for you to tune into straight from home!
Drawing UI with Xamarin.Forms Shapes and Paths
Xamarin.Forms 4.7 introduces drawing controls for Shapes and Paths. These are powerful new cross-platform controls that use the familiar control syntax from UWP and WPF. As well as use the native graphics libraries on each target platform. Learn more!
Mastering Multilingual in Xamarin.Forms
This guest post by Charlin Agramonte elaborates on how multilingual support is one of the most common requirements for mobile apps and the simplicity of building mobile apps with Xamarin that handle multiple languages.
Xamarin Podcast: Inverter Converter and Xamarin.Forms 4.7
In this month’s episode, James and Matt recap the 100% remote Microsoft Build that happened at the end of May 2020. They also talk about some new Azure + Xamarin docs and how to reuse Xamarin.Forms in iOS extensions.
App Themes for Xamarin.Forms
This new dark and light mode theme helper, AppThemeBinding along with UserAppTheme make it really easy to handle theme modes in your Xamarin.Forms apps.
Introducing C# Markup for Xamarin.Forms
C# Markup for Xamarin.Forms enables developers to seamlessly create user interfaces in C# code with built in markup extensions. In this guest blog post Vincent will walk-through how to setup C# markup and all of the great built in features.
Preparing Apps for Google Play Android 10 Requirements
There are some new requirements coming to Google Play when it comes to publishing your apps. Learn about updating your apps to target Android 10 (API 29).
.NET Virtual Events in July
With life gone virtual, there are tons of new ways to take your development skills to the next level and stay active with your developer communities through upcoming .NET and Xamarin events. Inside are just a few of the amazing online events, streams, and videos to tune into this July.
Xamarin.Forms Shell Quick Tip – Easy Back Navigation
Xamarin.Forms Shell simplifies your application architecture and your navigation! See how easy it is to navigate backwards and pass parameters with some new features recently added.
Xamarin Podcast: //Build 2020 Recap
In this month’s episode, James and Matt recap the highlights of 100% remote Microsoft Build for Xamarin that happened at the end of May 2020. They will also talk about some new Azure + Xamarin docs and how to reuse Xamarin.Forms in iOS extensions.
Xamarin.Forms 4.7: Grid Column & Row Definitions, Multi-Bindings, Shapes & Paths, and More!
Today, the Xamarin.Forms team is releasing Xamarin.Forms 4.7 with a collection of feature additions and improvements. These new features will let you unleash your full creative abilities when developing Xamarin.Forms applications.
Reuse Xamarin.Forms Pages in an iOS Extension
Get a complete walkthrough on how to integrate Xamarin.Forms and render a simple ContentPage natively in an iOS Extension project. Read on to learn more!
Xamarin Updates From Microsoft Build 2020
Today kicks of Microsoft Build 2020, a 48-hour digital experience that is completely free for everyone to attend online! The Xamarin and .NET teams have some very exciting announcements, sessions, and interactive experiences throughout the event - so let's dive in!
Xamarin Podcast: Essentials 1.6, Forms 4.6 and Contact Tracing
Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. In this month’s episode, James and Matt pull out all the stops about authentication and really Focus on Xamarin.
Xamarin.Forms Shell Quick Tip – Passing Data When Navigating
Xamarin.Forms Shell offers built in route based navigation enabling easy navigation to and from pages in your application. Continue reading for a full walkthrough of how to pass data from one page to another.
Exposure Notification API Support for Xamarin Apps
Announcing the first preview of Exposure Notification APIs for devices. Read through to get a full breakdown of what APIs are available and our first preview of a full cross-platform API for Xamarin developers.
Virtual Xamarin and .NET Events in May
Stay virtually-active this May with your developer communities through engaging online events, live-streams, and on-demand videos, all from the comfort of home!
Xamarin Customer Showcase: PGS Software + Volotea
Xamarin Showcase: When Volotea, an airline leader connecting European cities with competitively priced direct flights, was looking to re-invent their mobile apps, PGS Software was there to build a beautiful app with Xamarin and .NET.
Xamarin.Forms 4.6: Material Components, Shell, and the Future
Today, we are shipping Xamarin.Forms 4.6 with a host of quality improvements, including several new feature previews. With more controls available “in the box” than ever before, it has never been easier to quickly build quality mobile apps with Xamarin!
Xamarin.Essentials: Now with Permissions, App Theme, & Authentication
The latest version of Xamarin.Essentials (1.5) is packed full of beautiful native cross-platform APIs including app theme detection, permissions, web authentication, and so much more. Read on for details, samples, and guides to get started today.
The Cognitive Services + Xamarin Combo Challenge!
The Cognitive Services + Xamarin Combo Challenge: Combine some Azure Cognitive Services in the most crazy ways – and pop in some additional Xamarin goodness by April 30 to get some amazing Xamarin swag!
Xamarin Podcast: Logically Embed That Authentication
In this month's episode, James and Matt pull out all the stops about authentication and really Focus on Xamarin.
.NET Conf – Focus on Xamarin Event Recap
Checkout on-demand videos, code samples, and links from the largest Xamarin virutal event of the year, .NET Conf - Focus on Xamarin. Here is a full recap of every single moment from the event.
Sync Mobile Apps with the Cloud via Change Tracking API
Change Tracking API + JSON will make your dev life and mobile application data sync so easy you won’t believe it’s Azure SQL.
What’s New for Xamarin Developers in Visual Studio 2019 for Mac version 8.5
Visual Studio 2019 for Mac version 8.5 was released! Which brings several new features and improvements for mobile developers in Visual Studio for Mac to help you build better mobile apps, faster.
Magic Gradients: Beautiful Backgrounds in Xamarin.Forms
Magic Gradients is a NuGet that provide a possibility to add beautiful and enhanced gradients into Xamarin.Forms applications. Here is a quick taste of what you can do with the library using it as a separate layer or background.
Embedded Fonts: Custom Fonts in Xamarin.Forms
Embedded fonts means no more platform-specific handling of fonts or adding font files in three different projects. In this post we will see how to use this in Xamarin.Forms 4.5.530 and up.
Virtual Xamarin and .NET Events in April
Find an awesome virtual Xamarin community user group, live-stream, community stand-up, or binge past events this April. If you are a user group leader we also have great resources to help you start up a virtual event for your user group. Learn more!
Social Authentication with Xamarin.Essentials and ASP.NET Core
Many apps require adding user authentication, and this often means enabling your users to sign in their existing Microsoft, Facebook, Google, and now Apple Sign In accounts. With Xamarin.Essentials' new WebAuthenticator and using ASP.NET Core on your backend it has never been easier. Learn more!
Android Image Classification with TensorFlow Lite & Azure Custom Vision Service
Image Classification allows our Xamarin apps to recognize objects in a photo. This article will walkthrough how to implement using Azure's Custom Vision Service, TensorFlow Lite (an open source machine learning platform) and Xamarin.Android.
Increase Binding Possibilities with RelativeSource
RelativeSource is a markup extension that is used to bind a property of a given element to another property of the element itself. This articles shares examples, documentation, and more!
Xamarin Podcast: Let’s Focus on Xamarin!
Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. In this month’s episode James and Matt pull out all the stops and really Focus on Xamarin.
Faster Application Startup using Custom Profiles with Startup Tracing on Android
Developers today can already take advantage of Startup Tracing to improve the startup time of their Android apps. Today, I will show you a new feature that let's you build a custom profile to be used for your app with Startup Tracing that finely tunes and optimizes your apps startup.
.NET Conf: Focus On Xamarin is Next Week!
We are just one week away from the largest Xamarin digital event of the year, .NET Conf: Focus on Xamarin! Join us live on Channel 9, YouTube, & Twitch for a full day of Xamarin awesome!
What’s New for Xamarin Developers in Visual Studio 2019 version 16.5
Visual Studio 2019 version 16.5 is available today and packed full of awesome new features for Xamarin developers including Hot Restart, Apply Changes, Multi-target XAML Hot Reload, faster Android startup, and tons more!
Dotfuscator Comes to Visual Studio for Mac to Help Protect Apps
Dotfuscator from PreEmptive helps .NET developers all over the globe protect their apps from reverse-engineering and hacking. Dotfuscator has been available for Xamarin developers using Visual Studio 2019 on Windows, but now with the release of Professional 6 is available on Visual Studio for Mac and cloud builds!
Binding Android Kotlin Libraries
The ability to reuse components built with Kotlin has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Kotlin framework. Additional information with a detailed walkthrough is now available at Microsoft documentation.
Every Xamarin.Forms Layout is a Repeater Control
Repeating content and controls has never been easier by leveraging the built in Bindable Layout support in Xamarin.Forms to help create beautiful apps.
Xamarin and .NET Developer Events in March
This March, discover the world of Xamarin and .NET development through in-person and virtual opportunities all month long. Explore recent news and updates with your community at local developer Meetups, or online from the comfort of your home!
Binding iOS Swift Libraries
The ability to reuse components built with Swift has become increasingly important to Xamarin developers as their popularity amongst developers continues to grow. This post describes a high-level process of binding a Swift framework. Additional information available through Microsoft documentation.
5 Things to be Excited About Xamarin.Forms 4.5
Today we are thrilled to share that Xamarin.Forms 4.5 is now available bringing you AndroidX, new capabilities for creating responsive UI, and controls "in the box" to speed your development!
Xamarin Podcast: Xamarin.Forms Trigger Mania!
In this month’s episode, there’s news about every type of Xamarin.Forms Trigger, and they cover it all. And did you know Xamarin.Forms has dual screen support for the new Surface New and Duo? Tune in to find out more!
Xamarin.Forms & Xamarin.Essentials Go AndroidX
AndroidX is here! Find out our plans for integration into Xamarin.Forms, Xamarin.Essentials, and beyond. Also, if you are a library creator we recommend a migration strategy for you and your users.
AndroidX NuGet Packages are Stable!
Today we are happy to bring you stable AndroidX NuGet packages. Since AndroidX is a large change for your Android projects, we’ve introduced a number of ways for you to migrate your project. Learn more!
Announcing .NET Conf: Focus on Xamarin
Join us on March 23rd, 2020 at 08:00 PST for .NET Conf: Focus on Xamarin! A one-day, live-streamed event featuring speakers from the Xamarin product team and the Xamarin community.
Xamarin.Forms Comes to Surface Duo and Surface Neo
Today we are announcing the preview availability of our cross-platform dual-screen support for the Surface Duo and Surface Neo, two new and amazing devices coming from the Surface team!
UIWebView Deprecation and Xamarin.Forms
Background about Apple started sending out warning messages about the UIWebView deprecation, and of course, how to avoid rejection to the Apple App Store.
Customer Showcase: Transforming Diabetes Management with the BD Diabetes Care app
Xamarin Showcase: BD is a leading healthcare safety and technologies company here to talk about their Diabetes Care app and vision to bring diabetes management to the 21st century. Read on to learn how it all started and what the future holds for the DC app.
Toggling Tabs with Triggers
Learn more about how Xamarin.Forms makes setting Tab Icons super easy and how using Triggers allow you to set a property or group of properties based on the value of another property.
Xamarin and .NET Developer Events in February
A full list of Xamarin and .NET developer engagements this February! Find links to our Community page, local Meetups, Github projects, and StackOverflow accounts. As well as the developer Twitter, Gitter, and Facebook pages. Read on to discover your events of interest this month.
Xamarin Customer Showcase: Little Cupid Transforms TV into Augmented Reality
Today's customer showcase story shows how aspiring developers are using the Little Cupid Xamarin App to transform the way we watch and interact with our favorite shows using mobile phones.
What’s New for Xamarin Developers in Visual Studio 2019 for Mac Version 8.5 Preview 2
This week, Visual Studio 2019 for Mac version 8.5 Preview 2 was released, bringing several new features and improvements for mobile developers in Visual Studio for Mac to help you build better mobile apps, faster.
What’s New for Xamarin Developers in Visual Studio 2019 version 16.5 Preview
This week, Visual Studio 2019 version 16.5 Preview 2 was released, bringing several new features and improvements for Xamarin Developers including Xamarin Hot Restart, Android apply changes, faster Android startup, XAML online documentation, and more!
Xamarin Goes Dual Screen
Surface Duo introduces a whole new class of ultra-portable experiences running on dual screens. Today we are excited to announce our public preview of the SDK for Surface Duo. Xamarin developers can take advantage of the new SDK to enlighten existing apps and create innovative experiences for this new device that inspires creativity.
Xamarin Podcast: It’s a Brand New Decade!
It’s a new decade, and in this inaugural pod of the roaring 20s, James and Matt cover some holidays hacks, and the brand new version of Xamarin.Essentials!
DevOps for Android App Bundles
Android App Bundle is a new app packaging format from Google for Android applications that dramatically reduces the install size for end users.
Simplifying Visual State Manager with TargetName
The Visual State Manager (VSM) can now change a property on any child element within scope for our new Xamarin.Forms 4.5 pre-release version.
Tips and Tricks for XAML Hot Reload
Kick start your productive new year with some tips and tricks for XAML Hot Reload for Xamarin.Forms. Such as making changes to your XAML files, saving, and instantly seeing those changes reflected on your app!
Top Xamarin Videos of 2019
With 50,000 subscribers and climbing the Xamarin Developers YouTube has been growing immensely in the last year. Let's take a look at the top videos, new shows, and major accomplishments from the last year.
Top Xamarin Blog Posts of 2019
Let's take a look back at the top blog posts for Xamarin developers from 2019 packed full with new releases, exciting events, product announcements, and brand new features to boost productivity and accelerate mobile development!
January Events for Xamarin and .NET Developers
New Year, tons of awesome new ways to kick off your resolutions with Xamarin and .NET related events this January. Explore all the recent news and updates with your community at developer Meetups around the world. Including online, virtual events to watch from the comfort of your home!
Publish smaller apps with the Android App Bundle
The Android App Bundle (.aab) is a new upload format that includes all of your app’s compiled code and resources, but defers APK generation and signing to Google Play at install time.
Xamarin Challenge: Santa Talk – Build an Intelligent, Serverless Xamarin App
This Winter Solstice, give the Xamarin holiday challenge a spin for a chance to win awesome Xamarin swag by forking or cloning the Santa Talk repo and submitting to GitHub!
Xamarin Podcast: All The New 4’s: Xamarin Forms 4.4 and Visual Studio 16.4!
Keep up with the latest in .NET, C#, Xamarin, and Azure with co-hosts Matt Soucoup and James Montemagno! Covering a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s episode we’re all about the new 4’s! Xamarin.Forms 4.4 and Visual Studio 16.4!
Customer Showcase: Third Culture Apps’ Award Winning Xamarin Apps
Third Culture Apps build beautiful and simple, yet powerful apps using .NET and Xamarin such as Ruff, the 2019 Google Material Design Award recipient, and Appy Weather, 2019 Best of Google Play award winning apps.
Get Moving with Xamarin.Forms 4.4
Introducing a new CarouselView control in Xamarin.Forms 4.4. Along with IndicatorView for displaying the pages or items in the carousel. As well as SwipeView for providing contextual actions to any element in a CollectionView.
What’s New for Xamarin Developers in Visual Studio 2019 version 16.4
The Visual Studio 2019 version 16.4 release brings major productivity enhancements including the GA release of XAML Hot Reload for Xamarin.Forms, smaller Android APKs, tooling to migrate your applications to Android X, and numerous performance and reliability improvements.
December Xamarin and .NET Events
December is a wonderful time to discover Xamarin and .NET development. Explore all the latest news and updates with your community at developer events around the world, as well as find a bunch of virtual events to watch online!
5 Quick Tips For CollectionView
Get started with these quick tips on CollectionView to show off some useful new features and best practices for creating powerful native mobile experiences.
Relive Xamarin Developer Summit with On-Demand Videos
The Xamarin Developer Summit was a two-day event packed full of deep technical content from the Xamarin team and amazing community members. For those that couldn’t attend, the main sessions were recorded and available today on-demand!
Pull-to-refresh with Xamarin.Forms RefreshView
The RefreshView control was introduced alongside CollectionView in Xamarin.Forms 4.3 to give you complete control over adding pull-to-refresh to any scrollable control.
Announcing the 2019 Xamarin Hacktoberfest Awards
Announcing Hacktoberfest 2019 contributors and swag awards with a grand total of 178 pull requests opened by 72 contributors this year alone!
All Things Xamarin at Microsoft Ignite 2019
This year at Microsoft Ignite the Xamarin team was everywhere! In addition to being all around the Developer Architecture Center booths, there were sessions and workshops throughout the conference - all available on-demand!
Snppts Community Challenge
We are excited to announce our first ever community challenge featuring Snppts: a community-run Xamarin.Forms UI snippets aggregate. Simply submit a snippet to be eligible for exclusive swag!
November Xamarin and .NET Developer Events
This November, explore Xamarin and .NET development with your community at developer events all around the world. Find endless opportunities including conferences like She Sharp Conference, as well as virtual events online like Ignite!
Build Great Xamarin Apps with App Center
Visual Studio App Center offers integrated and end-to-end developer services for building, managing and powering your Xamarin iOS and Android apps. Easily integrate globally scalable backend services with just a few lines of code. Automate your build, test, and distribution pipelines, while continuously monitoring real-time performance.
Xamarin.Forms 4.3 is live! Introducing CollectionView
Announcing the stable release of Xamarin.Forms 4.3.0! Marking the removal of the experimental flag from CollectionView as it moves into stable status. Along with this, comes a number of enhancements and contributions from the community including SourceLink support, the ability to display HTML on Labels, and more!
Xamarin Podcast: .NET Conf Recap!
Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s Xamarin Podcast episode features a full .NET Conf 2019 recap!
Welcome to Partly Cloudy!
Announcing a new series on Xamarin YouTube Channel called “Partly Cloudy“ with Matt Soucoup: Exploring topics around Azure, DevOps, and Xamarin to learn how to build an app from scratch - all the way through deployment to the App Stores!
Introducing the DevOps for Mobile Video Series
Introducing the DevOps for Mobile video series now streaming on YouTube and Channel 9. We tackle a wide range of topics including continuous integration, user interface testing, provisioning, distribution, and a lot more. We guide you through each topic with easy to follow demos, but more importantly we have conversations around each area.
Hacktoberfest 2019 – Xamarin Edition
Code for cotton 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.
CarouselView Challenge Wrap-up
After the first prerelease of Xamarin.Forms 4.3 we asked you to participate in the CarouselView Challenge as a follow-up to the CollectionView Challenge. Now we look back on this challenge and report everything that we learned.
October Xamarin and .NET Developer Events
Discover the world of Xamarin and .NET with your community at developer events in October. Find tons of opportunities around the globe, including conferences and virtual events online!
Android 10.0 General Availability
We’re excited to announce Xamarin.Android support for Android 10.0 in our latest release of Xamarin.Android for both Visual Studio 2019 and Visual Studio for Mac 2019!
Announcing the Xamarin + Azure Functions Challenge!
A new developer coding challenge has emerged. Do you have what it takes to build and run a simple Xamarin app that uses Azure Functions to run tasks in the cloud? Choose to enter and you'll find yourself in a draw for some really cool prizes. Read the blog for details - your challenge awaits.
Xamarin Announcements from .NET Conf 2019
Today at .NET Conf 2019, we shared some exciting announcements for Xamarin and Visual Studio developers, enabling you to be more productive and use the full power, performance, and capabilities of iOS/Android in your applications.
Announcing Xamarin Hot Restart
Today at .NET Conf 2019, we announced Xamarin Hot Restart which enables you to test changes made to your app, including multi-file code edits, resources, and references, using a much faster build and deploy cycle.
Xamarin Podcast: If The Boots Fit
Co-hosts Matt Soucoup and James Montemagno review and discuss a range of topics in this month’s Xamarin Podcast episode covering iOS 13, Android 10, and a little something called, "Boots".
.NET Conf and Local Events!
.NET Conf: a FREE, 3-day virtual developer event co-organized by the .NET community and Microsoft, is live-streaming to a device near you on September 23-25 with local events around the world through October! .NET Core 3.0 will also launch at .NET Conf 2019 - You won't want to miss this.
Get Ready for iOS 13 and Xcode 11
Support for iOS 13 and Xcode 11 to accompany Apple’s Xcode Gold Master (GM) release has just been announced! Now, build your Xamarin.iOS (and Xamarin.Forms for iOS) apps with Xcode 11 GM and submit your iOS 13, tvOS 13 and watchOS 6 apps to the Apple App Store.
Microsoft Garage interns REEL: Xamarin.Forms + AI app
Microsoft Garage interns worked with the Cambridge AI Customer Advisory Team (CAT) to create REEL: a mobile app that displays movies recommended for you based on the AI CAT algorithms. Successfully building a beautiful, smart Xamarin.Forms app in only 12 weeks! Learn more.
Xamarin.Forms 4.3 Prerelease and the CarouselView Challenge
Today we’re announcing the first prerelease of Xamarin.Forms 4.3 which includes CarouselView’s implementation, based on CollectionView, and can provide unique functionality within your apps. Plus - a new Xamarin challenge!
Keep Up to Date With the Latest Xamarin Docs
The Xamarin documentation portal is home to everything you need to know about building apps with Xamarin and Xamarin.Forms. There you will find great quickstarts, tutorials, and deep-dive content. The docs are always updating and can easily be contributed to, so here are a few things on how to keep up with docs.
Boost Performance with Compiled Bindings in Xamarin.Forms
See how compiled bindings for Xamarin.Forms XAML can help boost performance in your apps and also give immediate feedback when developing apps if you have a typo in your bindings.
Xamarin & .NET Developer Events in September
Discover the world of Xamarin and .NET with your community at developer events happening in September. Find tons of opportunities around the globe, including conferences and virtual events online!
Modernizing iOS Apps for Dark Mode with Xamarin
Xamarin.iOS and Xamarin.Forms deliver native iOS experiences for iOS 13 Apple which introduces dark mode: A system-wide option for light and dark themes to choose themes or allow iOS to dynamically change appearance based on the environment and time of day.
Send Surveys, Collect Feedback, and Smash Bugs with One Line of Code with Instabug
In this Guest Blog post learn why having in-app feedback is important to application success and how Instabug can enable a super simple way to stream line user feedback and crash reporting.
Xamarin.Forms 4.2.0 Hits GA & CollectionView Updates
Today have released Xamarin.Forms 4.2 for general availability, which is packed full of great new features for Shell and awesome community contributions that you are going to love. Additionally, read up on the latest happenings with the development of CollectionView and it's status.
Join the Xamarin Android Performance and App Size Challenge
The Xamarin.Android team has worked hard to delivery amazing features that every Xamarin developer should be using. Now through the end of August, we challenge YOU to give them a try and get rewarded with some awesome Xamarin swag!
Xamarin Podcast: We ❤️ Android!
Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers plus the latest in .NET, C#, and Azure. This month’s Xamarin Podcast episode covers all the latest news around Android, Visual Studio, and more!
Public Preview of XAML Hot Reload for Xamarin.Forms
Along with Visual Studio and Visual Studio for Mac previews, this release also has a public preview of XAML Hot Reload for Xamarin.Forms to speed up your inner development loop when working with Xamarin.Forms XAML by instantly reflecting changes you make in your running app, without requiring you to stop and rebuild.
Introducing Boots: Streamline Xamarin Continuous Integration
Introducing Boots: a .NET Global Tool for installing .vsix or .pkg files and specific builds of Mono, Xamarin, etc. on CI systems.
What’s New for Xamarin Developers in Visual Studio 2019 Previews
Visual Studio 2019 version 16.3 Preview 2 and Visual Studio 2019 for Mac version 8.3 Preview 2 released with major productivity enhancements: XAML Hot Reload for Xamarin.Forms, improvements to the XAML Previewer, along with support for the latest Android Q APIs.
Add Scheduling Capabilities to Xamarin.Forms apps with Syncfusion Scheduler
Learn how to configure the Syncfusion Scheduler control in a Xamarin.Forms application. As well as how to schedule an appointment, interactively reschedule appointments, make a recurrence appointment, and switch to different views.
Optimize your Xamarin.Android Builds
When debugging, your project has a single, simple goal: build fast. In day-to-day development, we want you writing code with the bulk of your time, not waiting for builds. Learn more about how to optimize build times!
Add Contact Features in 4 Lines of Code with Xamarin.Essentials
See how you can create a contact application to send an sms, email, place a phone call, and navigate to a location with just 4 lines of code with Xamarin.Essentials.
Xamarin & .NET Developer Events in August
Discover the world of Xamarin and .NET with your community at developer events happening this August. Find tons of opportunities around the world, including conferences and virtual events online!
Xamarin and Azure Office Hours Recap: Mid-2019
It has been an exciting couple of months, and Matt recaps all of the excitement during his office hours! If you’re interested in talking about anything Xamarin, mobile development, or Azure, please <a href="https://aka.ms/office-hours">sign-up for Matt's office hours</a>.
Introducing AndroidX for Xamarin
The Android team has refactored the Support Library into a new set of extension libraries known as AndroidX which includes simplified package names to better reflect each package’s content and it’s supported API levels.
Faster Startup Times With Startup Tracing On Android
Announcing faster starter times using Startup Tracing on Android with performant startup experience and minimal increase to APK size.
Xamarin Podcast: XAML Hot Reload Is Out! 🔥🔄
Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Co-hosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. This month’s episode recaps of all the announcements from The Xamarin Developer Summit – including XAML Hot Reload!
Recapping Xamarin Developer Summit
The first-ever Xamarin Developer Summit has come to a close. The Xamarin team had an action-packed two days of announcements, talks, and hanging out with our community in Houston! Here is a recap of some of the most important pieces you may have missed if you weren’t able to join in person or watch through the live streams.
Snppts – Beautiful UI Snippets for Xamarin.Forms
Guest Post: Snppts allows you to contribute your user interface designs created in Xamarin to benefit other community members and to show off your work. Contributing is as simple as creating a PR on our repository with your author and snippet information. Learn more...
Xamarin.Essentials welcomes tvOS, watchOS, and Tizen
Xamarin.Essentials, your favorite cross-platform library to access native features from shared code adds new file bases APIs for sharing, email, and opening. It also adds watchOS, tvOS, and Tizen platform support in the 1.3 pre-update!
Announcing XAML Hot Reload for Xamarin.Forms
Today at Xamarin Developer Summit, we announced XAML Hot Reload for Xamarin.Forms, which enables you to make changes to your XAML UI and see them reflected live, without requiring another build and deploy. Learn More!
Xamarin Developer Summit Live Streams!
Xamarin Developer Summit is a two-day conference in Houston, TX. USA packed with TONS of amazing sessions and workshops for Xamarin developers. Don't worry if you aren’t able to attend in person, enjoy the conference remotely through our Xamarin Live broadcasts! Learn more...
Xamarin.Forms 4.1.0 Stable Now Available
Today we are happy to announce Xamarin.Forms 4.1 availability on NuGet. Our 3.0.0 series of releases focused heavily on growing Xamarin.Forms by filling in the “little things” we learned from you that should be available by default.
iOS 13 Preview Release Now Available
Today, we are excited to share our first preview containing support for iOS 13 and Xcode 11! With today's preview, you can begin building applications using Xcode 13 and begin integrating existing new APIs for iOS 13 such as Sign in with Apple, along with support for iPadOS 13, watchOS 6, tvOS 13, and macOS 10.15.
Xamarin and .NET Community Developer Events in July
Jumpstart your next mobile development projects by networking with your local community and getting the latest updates about Xamarin and .NET related technologies. Discover upcoming developer events happening in July, including conferences around the world all summer long!
Styling for Multiple Device Resolutions
Guest Post: Develop applications with a design specific to one resolution that looks good on all the platforms and manage device resolutions by doing general validations such as making sure controls aren’t cut off that are reachable, visible, usable, etc. Learn More.
Migrating MacOS Apps to 64-bit Before the Apple Transition
Apple has been moving towards 64-bit only applications on macOS for a number of releases. Though new Xamarin.Mac applications target 64-bit by default, any existing Xamarin.Mac applications that target 32-bit must be migrated to 64-bit to continue working in the future. Learn more.
Faster Xamarin.Android Builds & Smaller Dex Files
One of our current focus areas in Xamarin.Android is build performance and reducing the multidex count. Developer productivity is directly impacted by the "inner dev loop": the time it takes to make a small code change and see the result on a device or emulator. Performance is a feature!
Get Started with Free Xamarin Training on Microsoft Learn
Learn how to build cross-platform mobile applications with the new Xamarin.Forms content on Microsoft Learn; A new and completely free platform where you can earn points and badges, level up, and advance your development skills.
New Xamarin.Forms XAML IntelliSense in Visual Studio for Mac
Visual Studio 2019 for Mac version 8.2 is now available as a preview, featuring significant improvements to the XAML editing experience for Xamarin developers. The Xamarin.Forms XAML editing experience on Mac is now powered by the same engine that drives WPF, UWP, and Xamarin.Forms IntelliSense on Windows. Learn More!
Automatic Android SDK Management
Continuously improving the experience with Automatic Android SDK Management tools that are used under the hood to build, deploy, and debug your Android applications. Enabled by default, Auto SDK will provide you with various prompts throughout the lifecycle of your app’s development. Learn more!
Xamarin Podcast: Xamarin.Forms 4 And So Much More!
Co-hosts Matt Soucoup and James Montemagno cover the latest in .NET, C#, Xamarin, and Azure topics relevant to Xamarin developers. This week's topic: Xamarin.Forms 4.0 with even more amazing features!
Grial UI Kit: Building Beautiful Xamarin.Forms Apps, Faster
See how the Grial UI Kit from UX Divers provides XAML templates, custom controls, helpers and resources that accelerate the creation of Xamarin.Forms apps. We make it dead simple for .NET developers to build beautiful cross-platform apps, fast.
Join the Microsoft Team at Xamarin Developer Summit
This July, the community-run, Xamarin Developer Summit is set to launch in Houston, Texas! This conference is packed full of amazing Xamarin sessions by experts from around the world. We are excited to partner with the conference to have PM & Engineering members from the Xamarin, Azure, and App Center teams present on the latest in Xamarin!
Use Maps to Display and Navigate Users with Xamarin.Essentials
Browse the Xamarin.Essentials Maps documentation to learn about all of the great cross-platform native APIs with additional implementation and limitation details. Xamarin.Essentials is open source on GitHub where you can report issues, ask for features, and contribute to the library.
CheckBox with Xamarin.Forms 4.1.0 Pre-Release
Xamarin.Forms 4.0 introduced the new Shell navigation and image source unification. Today, we are shipping a pre-release of our next version, Xamarin.Forms 4.1 which introduces a CheckBox control.
Xamarin and .NET Developer Events in June
Jumpstart your next mobile development project by networking with your local community and getting the latest updates about Xamarin and .NET related technologies. Discover upcoming developer events this month, including conferences happening all summer long!
Customer Showcase: BBVA – Augmented Reality House Hunting
Customer Showcase - BBVA discusses Valora View and the use of various Microsoft technologies to address business needs for a mobile app that helps customers look for houses to rent or buy using Augmented Reality, Big Data, and 2D heat map features with .NET and Xamarin.
Preparing Android Apps for Google Play’s 64-bit Requirements
Starting on August 1st, 2019 all Android apps that ship native libraries will need to provide a 64-bit version of their app. Xamarin.Android already includes support for 64-bit CPUs and can be enabled with a simple check of a checkbox! See how easy it is to optimize your apps for multiple CPU architectures.
Xamarin.Forms 4.0: Getting Started with Shell
Xamarin.Forms 4.0 introduced amazing new features to help streamline development when building beautiful mobile apps with C#. In this blog we will walk through the brand new Xamarin.Forms Shell that helps simplify application structure when working with tabs, search, flyout layouts, and the new URI-routing navigation.
Welcome to the Shell Era: Xamarin.Forms 4.0 Released
Announcing Xamarin.Forms 4.0.0 with Shell, a simplified container for efficiently managing your application’s structure and navigation. Walk through the highlights and go deeper with Shell on how to get started, the available navigation UI, and the powerful features you can leverage with the new URI based navigation service.
Managing HTTP & Cleartext Traffic on Android with Network Security Configuration
Enhance security by enforcing HTTPS on all of your Android applications web request and easily adjust them for development purposes with Network Security Configuration.
Xamarin Podcast: Microsoft Build 2019 Recap
Keep up with the latest in .NET, C#, Xamarin, and Azure with cohosts Matt Soucoup and James Montemagno to cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. Including a Microsoft Build 2019 recap!
Xamarin API Docs: Open Sourced and Available Now
Today, we are happy to announce the release of all Xamarin API documentation as Open Source. Additionally, we have moved the hosting of Xamarin.Forms, Xamarin.Android, Xamarin.iOS & Xamarin.Mac, and SkiaSharp from their old Xamarin home to docs.microsoft.com.
The Next Evolution of Xamarin Training: Microsoft Learn
The Xamarin University team has joined Microsoft Learn to incorporate many of the great features Xamarin University has, to announce <a href="https://aka.ms/learn-xamarin">building Xamarin apps in Microsoft Learn</a>: a free and interactive learning portal.
Join the Xamarin Team at Microsoft Build 2019
Microsoft Build 2019 kicks off next week in beautiful downtown Seattle Washington and we have a packed schedule for Xamarin developers to look forward to. In addition to sessions, you can find all of your favorite Xamarins hanging out at the Xamarin booth in the main hub with lots of Xamarin goodies!
Xamarin and .NET Developer Events in May
Learn about new, exciting releases and tools to help jumpstart your next mobile development project by networking with your local community. You too could get all the latest updates about Xamarin and .NET related technologies, including details for all the Microsoft Build 2019 Viewing Parties!
Customer Showcase: Aggreko
We are excited to announce a new inclusion to our <a href="https://dotnet.microsoft.com/apps/xamarin/customers">Xamarin Showcase gallery</a>:,The Aggreko Technician App - A key objective of Aggreko’s company-wide Aggreko18 digital transformation program was to streamline field operations and revolutionize their technician processes.
Shrinking Your Android App Size
When it comes to application size, bigger is not better. In fact, it’s one of the key factors a user takes into mind when considering installing or uninstalling your application. Imagine if a user ran out of space on their device and your app was one of the biggest offenders for used space. It would be quite a shame for your application to be one of the first to be uninstalled, purely for how large it is...
Xamarin.Forms 4.0 CollectionView Challenge
We’ve just published a new pre-release of Xamarin.Forms 4.0 which includes the very latest features and improvements for both CollectionView and <a href="https://devblogs.microsoft.com/xamarin/xamarin-forms-4-0-preview/">Shell</a>. Update today via your NuGet package manager. Try out this new <a href="https://github.com/pauldipietro/CollectionViewChallenge">CollectionView Challenge</a> that focuses on the <a href="https://devblogs.microsoft.com/xamarin/xamarin-forms-4-0-feature-preview-an-entirely-new-point-of-collectionview/">upcoming CollectionView in Xamarin.Forms 4.0</a>!
The New & Improved Xamarin Developers YouTube Channel!
We are excited to re-launch our <a href="https://www.youtube.com/c/XamarinDevelopers?sub_confirmation=1">Xamarin Developers YouTube channel</a> where you will find fresh content on building amazing mobile apps directly from the Xamarin team at Microsoft. We have teamed up with our community and built a video to show off this channel.
Getting Ready for macOS’s Hardened Runtime and Notary
With macOS Mojave, Apple introduced support for Hardened Runtime and Notary service. These two services are designed to improve application security on macOS. Recently Apple has stated: “Beginning in macOS 10.14.5, all new or updated kernel extensions and all software from developers new to distributing with Developer ID must be notarized in order to run. In a future version of macOS, notarization will be required by default for all software.”
Xamarin Podcast: Visual Studio 2019 is released!
Keeping up with the latest in .NET, C#, Xamarin, and Azure is easier than ever. Cohosts Matt Soucoup and James Montemagno cover a range of topics relevant to Xamarin developers from designing mobile apps to identity management. Be sure to subscribe to the Xamarin Podcast on iTunes, Google Play Music, Stitcher, or your favorite podcast app.
Sharing Files & Email Attachments with Xamarin.Essentials Preview Features
In the recent release of Xamarin.Essentials (1.1.0) we introduced several new stable features including detect shake, browser customization, and a plethora of platform helpers. The team also added the top requested features: file sharing! It is extremely easy to get started using these new preview features with just a few lines of code.
Getting Started With WorkManager
Give a warm welcome to WorkManager. WorkManager is a library that makes it easy to schedule deferrable, asynchronous tasks even if the app exits or the device restarts. It was designed to be backwards compatible to API 14 and does so by wrapping JobScheduler, AlarmManager, and BroadcastReceivers all in one.
Visual Challenge Conquered!
Last week we <a href="https://blog.xamarin.com/join-the-xamarin-visual-challenge/">issued a challenge</a> to the Xamarin community to use the new <a href="https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual" target="_blank" rel="noopener noreferrer">Material Design controls</a> with <a href="https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/" target="_blank" rel="noopener noreferrer">Visual</a> by reproducing an existing screen. The view should look and behave mostly the same on both Android and iOS. The goal for us was to learn if the new Visual...
What’s New for Xamarin Developers in Visual Studio 2019
Visual Studio 2019 is the next major version of Visual Studio which is <a href="https://devblogs.microsoft.com/visualstudio/visual-studio-2019-code-faster-work-smarter-create-the-future/" target="_blank" rel="noopener noreferrer">now generally available (GA)!</a> With this version, there is a lot to love. From a real-time collaboration with colleagues using Visual Studio Live Share to the new Visual Studio start window as well as delights like per-monitor DPI support and improved debug capabilities. We believe this is the best release of Visual Studio yet!