News

'Shipping Fast and Often,' Xamarin.Forms 4.6 Released

Microsoft has released Xamarin.Forms 4.6, the latest edition of its open-source, cross-platform, mobile-centric development platform that the dev team is "shipping fast and often" while incorporating a slew of new preview features that coders can try out and provide feedback for.

Highlighting the new release are improvements to design schemes, navigation and more.

On the design front, after previously introducing Visual (an API for quickly swapping out the default control renderers) and Material Design controls (for Google's Android design scheme), v4.6 now offers more:

  • Updating bindings to Google's library
  • Improved styling support for things like changing the color for a "disabled" button
  • Removing references to the iOS UIWebView, which has been deprecated by Apple

Navigation improvements include new styling functionality for Shell's fly-out menu and an easier way to go "Back," which could be problematic when using modal navigation.

What's more, Xamarin.Forms 4.6 has a number of new preview features that developers can turn on or off to put them through their paces and provide feedback on what they find.

"We are shipping fast and often to tighten the feedback loop with you," said program manager David Ortinau in an April 29 announcement post. "Also to make sure we are delivering the most impactful features. One way we do this is by shipping new features under an Experimental Flag. All while we are finalizing the API. This helps us to merge valuable community contributions faster, and then polish them within the product."

Experimental features in v4.6 include several that were developed by community contributors, including a RadioButton control and an Expander container control that hides or reveals content.

Expander in Animated Action
[Click on image for larger, animated GIF view.] Expander in Animated Action (source: Microsoft).

One developer, in reader comments, asked, if setting Experimental flags meant that the controls couldn't be used in apps soon to be distributed through the App Store.

The answer, apparently not from a Microsoft employee (Ortinau hadn't weighed in as of press time), indicated that the Experimental flag just meant that development of the features isn't yet finalized. "Nothing prohibits you from using them in Production Apps, you will only be advised that as experimental they could have not the expected behavior in some cases. That will depend on you if whether you feel comfortable with the current state of the development or not."

Much more functionality is provided in the announcement post, and fleshed out in more detail the release notes, which indicate current features under Experimental flags include:

  • RadioButton_Experimental
  • Shell_UWP_Experimental
  • IndicatorView_Experimental
  • SwipeView_Experimental
  • AppTheme_Experimental
  • CarouselView_Experimental
  • MediaElement_Experimental
  • StateTriggers_Experimental
  • Markup_Experimental
  • Expander_Experimental

Ortinau also discusses the update in a video with James Montemagno on "The Xamarin Show."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events