SpotsDialog.Xamarin
2.0.0
Android AlertDialog with moving spots progress indicator packed as android library.
Install-Package SpotsDialog.Xamarin -Version 2.0.0
dotnet add package SpotsDialog.Xamarin --version 2.0.0
<PackageReference Include="SpotsDialog.Xamarin" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SpotsDialog.Xamarin --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SpotsDialog.Xamarin, 2.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SpotsDialog.Xamarin as a Cake Addin
#addin nuget:?package=SpotsDialog.Xamarin&version=2.0.0
// Install SpotsDialog.Xamarin as a Cake Tool
#tool nuget:?package=SpotsDialog.Xamarin&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Basic example:
var progress = new SpotsDialog.Builder()
.SetContext(this)
.SetMessage(GetString(Resource.String.lblLoadingSecond))
.Build();
progress.Show();
Basic example:
var progress = new SpotsDialog.Builder()
.SetContext(this)
.SetMessage(GetString(Resource.String.lblLoadingSecond))
.Build();
progress.Show();
Release Notes
Upgraded to AndroidX.
Dependencies
-
- Xamarin.AndroidX.Annotation (>= 1.1.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.