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

  • 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