FANMixco / SpotsDialog.Xamarin

This is a Xamarin Binding Library project that I created in order to use Spots.Dialog within my Xamarin.Android applications and replace the Progress Dialog.

Home Page:https://fanmixco.github.io/SpotsDialog.Xamarin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sponsor

SpotsDialog.Xamarin

This is a Xamarin Binding Library project that I created in order to use Spots.Dialog within my Xamarin.Android applications and replace the Progress Dialog.

Package Latest Release
SpotsDialog.Xamarin NuGet Badge SpotsDialog.Xamarin

alt text

This is the latest library for Android:

https://github.com/FANMixco/spots-dialog

Original Description: Android AlertDialog with moving spots progress indicator packed as android library. Example:

Usage

var progress = new SpotsDialog.Builder()
        .SetContext(this)
        .SetMessage(GetString(Resource.String.lblLoadingSecond))
        .Build();

progress.Show();

You can install the package from Nuget:

PM> Install-Package SpotsDialog.Xamarin

The original library was developed by:

Maksym Dybarskyi

https://github.com/d-max/spots-dialog

License

MIT

Follow me at:

LinkedIn YouTube Amazon Goodreads Instagram Cyber Prophets Sharing Your Stories
LinkedIn YouTube Amazon Goodreads Instagram RedCircle Podcast RedCircle Podcast

About

This is a Xamarin Binding Library project that I created in order to use Spots.Dialog within my Xamarin.Android applications and replace the Progress Dialog.

https://fanmixco.github.io/SpotsDialog.Xamarin/

License:MIT License


Languages

Language:C# 100.0%