News

Xamarin Showcases Stable Release of Its Cross-Platform Dev Tools

The cross-platform solutions provider that was acquired by Microsoft earlier this year released updates to its tools at the dotNetConf last week.

Xamarin, the cross-platform mobile app development company that's now a Microsoft unit, announced a new stable release of its Xamarin Platform and corresponding enhancements to the standalone Xamarin Studio, now at version 6.0, Xamarin for Visual Studio, now at version 4.1, the iOS and Android SDKs and more. The company announced the updates at the dotNetConf conference last week.

In a blog that was posted in conjunction with his keynote at the conference, Xamarin co-founder and now Microsoft exec Miguel de Icaza described Xamarin Studio 6 as "Our biggest and best release of Xamarin Studio yet! With a type system that is now powered by Roslyn, Microsoft's open source .NET compiler platform, you will see a plethora of benefits including enhanced code completion, full C# 6.0 support and a new formatting engine."

Along with that new Roslyn integration, Xamarin Studio 6.0 now includes several enhancements for the F# functional programming language, such new Xamarin.Forms F# templates, support for Portable Class Libraries and Shared Projects; support for F# 4 and more.

Also among the updates is a new dark theme for the studio, which was requested by users. The IDE also has more than 5,000 new icons, new dialogs for code hints, code completion popovers and editor schemes for a redesigned visual appearance.

The full list of new features in Xamarin Studio 6.0 can be seen in the release notes.

Also being updated was Xamarin for Visual Studio.

"For our Visual Studio developers, you are in for a treat with our 4.1 release that included tvOS support, improved iOS Assets Catalog editing, a brand-new SSL/TLS implementation build option, an enhanced Android XML editor and a lot more," de Icaza said.

Included in that "lot more" are a new HttpClient stack selector and numerous bug fixes, which can be seen in the Xamarin for Visual Studio release notes.

De Icaza also announced iOS and Android SDK updates.

"Both Xamarin Studio and Xamarin for Visual Studio come packaged with the latest-and-greatest versions of Xamarin.iOS and Xamarin.Android," he said. "This release has a lot of great new features for both operating systems. Xamarin.iOS 9.8 brings full support for tvOS, easy settings to specify your handler that HttpClient uses, size reduction, and support for generic NS* collections. Xamarin.Android 6.1 adds support for the new Java invocation architecture, native HttpClientHandler, improved debugging support, and enhancements for Mono.Data.Sqlite.dll for Android N."

Finally, de Icaza announced a new Mac OS X universal installer. "This will not only handle updating to the latest version of Xamarin, but also will setup the new and improved Android Emulators from Google, based on x86 HAXM, that are now 10 times faster than before!" he said.

Wrapping up his announcements of Xamarin Platform upgrades, de Icaza said, "This release is comprised of updates on iOS, Android, Visual Studio, and Xamarin Studio, as well as a new version of Mono on Mac OS X. To use this release to develop iOS applications in Visual Studio, you'll need to install it on both your Mac and Windows workstations. You can try it out by switching to the stable update channels in Visual Studio and Xamarin Studio. Or, simply use our installers to get all of the new builds on Mac and Windows."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube