News

Xamarin.Android 9.0 (P) Preview Now Available

Microsoft's Xamarin team announced the availability of Xamarin.Android 9.0 (P) Preview, letting Visual Studio developers target the next big update to Google's Android mobile OS.

Google's Android P Developer Preview includes many changes, such as:

  • MessagingStyle and other notification updates
  • ImageDecoder for bitmaps and drawables
  • Data cost sensitivity in JobScheduler
  • Display cutout APIs
  • Multi-camera APIs

In a July 27 blog post, the Xamarin team announced Xamarin.Android support for Android 9.0 (P) in its latest preview release of Xamarin.Android for both Visual Studio 2017 and Visual Studio for Mac to help Xamarin developers try out those new features. The post details how to set up a system to get started with the preview.

A separate documentation post said some of the new features were intended to leverage new hardware capabilities enabled in newer Android devices, while others aimed to enhance the Android user experience.

Specifically, the team highlighted the following:

  • Display Cutout Support -- Provides APIs to find the location and shape of the cutout at the top of the screen on newer Android devices.
  • Notification Enhancements -- Notification messages can now display images, and a new Person class is used to simplify conversation participants.
  • Indoor Positioning -- Platform support for the WiFi Round-Trip-Time protocol, which makes it possible for apps to use WiFi devices for navigation in indoor settings.
  • Multi-Camera Support -- Offers the capability to access streams simultaneously from multiple physical cameras (such as dual-front and dual-back cameras).

The post also detailed some behavior changes when targeting the new OS, API Level 28, even if developers aren't implementing the new functionality. These behavior changes include:

  • Apps must now request foreground permission before using foreground services.
  • If your app has more than one process, it cannot share a single WebView data directory across processes.
  • Directly accessing another app's data directory by path is no longer allowed.

To provide a head-start for developers wanting to put the new features through their paces, the Xamarin team provided an AndroidPMiniDemo sample app that provides the code needed to set display cutout modes, use the new Person class, and send a notification that includes an image.

The new Android 9.0 (P) support in Xamarin.Android 9.0 and above is available in the Visual Studio Preview channel and Visual Studio for Mac Beta channel.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Get Started Using .NET Aspire with SQL Server & Azure SQL Database

    Microsoft experts are making the rounds educating developers about the company's new, opinionated, cloud-ready stack for building observable, production ready, distributed, cloud-native applications with .NET.

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

Subscribe on YouTube