News

Xamarin.Forms 5 Preview Ships Ahead of .NET 6 Transition to MAUI

Microsoft shipped a pre-release version of Xamarin.Forms 5 ahead of a planned transition to MAUI, which will take over beginning with the release of .NET 6 in November 2021.

MAUI, unveiled in May, stand for .NET Multi-platform App UI and is the evolution of Xamarin.Forms for creating native cross-platform apps with .NET. It will be used for the development of Android, iOS, macOS and Windows apps.

Xamarin.Forms will continue to be updated until .NET MAUI arrives with .NET 6, after which it will only receive priority servicing for one year.

MAUI Overview
[Click on image for larger view.] MAUI Overview (source: Microsoft).

While it's still in the planning and early development stages, Microsoft said the dev team's goals for MAUI include:

  • Improve app performance
  • Improve simplicity of control extensibility
  • Improve simplicity of contributing
  • Enable developer options to use Model-View-Update (MVU) and Blazor

The differences between Xamarin.Forms and MAUI are illustrated here:

MAUI Compared to Xamarin.Forms
[Click on image for larger view.] MAUI Compared to Xamarin.Forms (source: Microsoft).

In an FAQ that asks the question "Should I upgrade my Xamarin.Forms applications to .NET MAUI?" Microsoft says: "Initially, we recommend you explore .NET MAUI on new projects. We are working to make the transition from existing projects as seamless as possible as you will enjoy project system improvements, a new .NET, and a new renderer architecture in .NET MAUI."

So, as early previews for MAUI are expected late this year, Xamarin.Forms itself continues to evolve with the pre-release v5.

"Xamarin.Forms 5 brings to stable release features that you have seen in preview over the latest several 4.x releases," Microsoft's David Ortinau, principal program manager, Mobile Developer Tools, said in a Sept. 29 blog post. "This includes solid and gradient Brushes, CarouselView, drag-and-drop, RadioButton, Shapes, and SwipeView. These new features inject new creative potential for your application designs to create beautiful, interactive experiences."

For coverage of those 4.x releases, see:

Ortinau advised developers who are considering updating their apps to Xamarin.Forms 5 to be aware of changes including:

  • Visual Studio 2019 is the minimum version to use
  • MasterDetailPage and properties have been renamed
  • UIWebView has been removed to address Apple restrictions
  • MediaElement and Expander have been moved to the Xamarin Community Toolkit. C# UI is to follow.
  • (Preview) DataPages and Theme packages have been removed from the NuGet release

More information is found in the release notes.

Ortinau also pointed to further guidance on the new features and changes:

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube