News

Xamarin Mobile Tooling Improved in New Visual Studio 2019

Along with all the goodies available to coders in the brand-new Visual Studio 2019 GA release are some improvements to the mobile development experience with Xamarin tooling.

The updates focus on fundamental stability and performance, the Xamarin team said, because that tooling "should work for you, not against you."

Enhancements are said to speed up solution creation time, boost debugging, provide faster installations with smaller workloads and simplify acquisition of Android SDKs and emulators, among many other improvements.

The team said these updates were spurred by a wide-ranging effort to collect developer feedback

Beyond those "fundamental" tweaks, here's a rundown of the new stuff as highlighted by the team's Pierce Boggan in a blog post yesterday (April 2):

  • Faster "build > deploy > debug" inner development loop: By addressing that aforementioned developer feedback, the team focused on optimizing incremental builds and deployments, resulting in a nearly 30 percent faster build time for a reference application from VS 2017 v15.8, along with deployment times cut in half.
  • Improved UI authoring: This touches upon the cross-platform Xamarin.Forms and individual Android and iOS experiences:
    • Xamarin.Forms: New IntelliCode functionality builds upon IntelliSense that was introduced in VS 2017 by leveraging artificial intelligence. A new property panel helps developers edit common attributes for Xamarin.Forms controls. The XAML Previewer was improved to boost reliability and performance.
    • Android: The AXML editor now provides IntelliSense for all Android resource files including strings, themes, manifest and so on. Also new is snippet completion support, Go to Definition support and inline color preview, along with integration between the AXML editor and design view.
    • iOS: With the iOS designer already supporting custom controls, it now supports a new type: native dynamic libraries or frameworks. "From a practical point of view, this enables you to use SkiaSharp in the iOS designer. It also enables any SkiaSharp-based control (commonly shipped by control vendors) as well."

Much (if not all) of the above was facilitated by gathering that aforementioned developer feedback via more than 30 surveys that generated more than 3,000 individual responses, along with more than 275 individual interviews.

"We have heard loud and clear: the tooling should be stable, performant, and assist in making you more productive while building mobile apps," Boggan said.

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