Universal.Android 0.9.9.3

dotnet add package Universal.Android --version 0.9.9.3
                    
NuGet\Install-Package Universal.Android -Version 0.9.9.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Universal.Android" Version="0.9.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Universal.Android" Version="0.9.9.3" />
                    
Directory.Packages.props
<PackageReference Include="Universal.Android" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Universal.Android --version 0.9.9.3
                    
#r "nuget: Universal.Android, 0.9.9.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Universal.Android&version=0.9.9.3
                    
Install Universal.Android as a Cake Addin
#tool nuget:?package=Universal.Android&version=0.9.9.3
                    
Install Universal.Android as a Cake Tool

Class library for accelerating Xamarin.Android development.

Note: If you encounter layout inflation exceptions (could be masked as NotFoundException, or some issue with text_color_secondary.xml etc), make sure you define colorControlNormal and use a style with that attribute defined.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Universal.Android:

Package Downloads
Universal.Android.RealWear

Xamarin Android wrappers for developing applications for the HMT-1 device.

Universal.Android.Microsoft

Exposes common Microsoft services for use with Xamarin Android projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.9.3 1,917 11/20/2019

New convenience methods to show standard alert dialogs. New methods to synchronize the use of the loading overlay.