Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/fanmixco/spotsdialog.xamarin

android androidx androidx-library dialog library nuget nuget-package progress-dialog spotsdialog xamarin xamarin-android xamarin-android-binding

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        


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.

|Latest Release|Downloads|
|:------------:|:------------:|
|[![NuGet Badge SpotsDialog.Xamarin](https://img.shields.io/nuget/v/SpotsDialog.Xamarin)](https://www.nuget.org/packages/SpotsDialog.Xamarin/)|[![NuGet Badge SpotsDialog.Xamarin](https://img.shields.io/nuget/dt/SpotsDialog.Xamarin)](https://www.nuget.org/packages/SpotsDialog.Xamarin/)|

**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
```C#
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)

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

## License
[MIT](\LICENSE)

### Follow me at:

| LinkedIn |YouTube|Amazon|Goodreads|Instagram|Cyber Prophets|Sharing Your Stories|
|:----------|:------------:|:------------:|:------------:|:------------:|:------------:|:------------:|
|[![LinkedIn](https://i.sstatic.net/idQWu.png)](https://bit.ly/lfanmixco)|[![YouTube](https://i.sstatic.net/CFPMR.png)](https://youtube.com/c/FedericoNavarrete)|[![Amazon](https://i.sstatic.net/NFOeE.png)](https://www.amazon.com/Federico-Navarrete/e/B08NJTXQRV)|[![Goodreads](https://i.sstatic.net/oBk0g.jpg)](https://www.goodreads.com/author/show/21125413.Federico_Navarrete)|[![Instagram](https://i.sstatic.net/PIfqY.png)](https://www.instagram.com/federico_the_consultant)|[![RedCircle Podcast](https://i.sstatic.net/4XICF.png)](https://redcircle.com/shows/cyber-prophets)|[![RedCircle Podcast](https://i.sstatic.net/4XICF.png)](https://redcircle.com/shows/sharing-your-stories)|