News

With .NET MAUI Delayed, Xamarin.Forms Remains Mobile Dev Option in .NET 6

With .NET MAUI -- the "evolution of Xamarin.Forms" -- delayed, the latter remains a primary mobile dev option in .NET 6, just released this week.

Microsoft described .NET MAUI (.NET Multi-platform App UI) as the evolution of Xamarin.Forms because it adds desktop app support to the traditional iOS- and Android-focused development framework, among other enhancements. However, the project "slipped the schedule" and missed the Nov. 8 debut of .NET 6 and Visual Studio 2022. Microsoft now says it's coming in Q2 (April-June).

So, with Xamarin.Forms 5.0 still supported through November 2022 [Editor's note: previously this date said 2023, corrected by a reader.] and .NET MAUI sporting incomplete preview bits and being months away from GA, which do you go with right now?

Microsoft made it simple: "If your project development timeline is longer than 4 months or everything you need is ready in .NET MAUI, then we recommend starting there. Otherwise, Xamarin.Forms is your best bet and you can see what lays ahead for you to transition to .NET 6 when you're ready."

That guidance comes from David Ortinau, principal program manager, in a Nov. 8 blog post titled "What's New in Xamarin and Visual Studio 2022."

On the same day, Ortinau penned "Announcing .NET MAUI Preview 10." The new preview has little in the way of big new features or functionality, but does include a whopping 68 changes more of the minor variety.

"This new release includes the merging of the remaining Windows App SDK dependencies, and ongoing progress to complete the remaining controls and control features," he said.

Specifically, new are handler implementations of CollectionView and IndicatorView. The CollectionView class is a flexible and performant view for presenting lists of data using different layout specifications. "CollectionView covers most of the same virtualized list based scenarios as ListView and adds support for other layouts such as horizontal and grid," Ortinau said.

The CollectionView
[Click on image for larger view.] The CollectionView (source: Microsoft).

The GitHub pull request to "Handler-ize CollectionView for Windows" explains that "This is only to get CollectionView into the handler architecture for layout/customization purposes. We'll do a more handler-native version of this at a later date, and port the appropriate parts into Core."

Going forward, the .NET MAUI roadmap shows more handler work on tap for Preview 11 next month, followed by a Release Candidate in Q1 and GA in Q2:

The .NET MAUI Roadmap
[Click on image for larger view.] The .NET MAUI Roadmap (source: Microsoft).

More information on the progress of the .NET MAUI project can be found in the status wiki.

Preview 10 is available in the stable release of .NET 6 and the preview channel of Visual Studio 2022.

"Visual Studio 2022 previews are incrementally enabling new features for .NET MAUI," Ortinau said in conclusion. "As you encounter any issues with debugging, deploying, and editor-related experiences, please use the Help > Send Feedback menu to report your experiences."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube