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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/fanmixco/spotsdialog.xamarin
- Owner: FANMixco
- License: mit
- Created: 2017-11-12T09:56:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T07:10:09.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:51:16.336Z (about 1 year ago)
- Topics: android, androidx, androidx-library, dialog, library, nuget, nuget-package, progress-dialog, spotsdialog, xamarin, xamarin-android, xamarin-android-binding
- Language: C#
- Homepage: https://fanmixco.github.io/SpotsDialog.Xamarin/
- Size: 67.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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|
|:------------:|:------------:|
|[](https://www.nuget.org/packages/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|
|:----------|:------------:|:------------:|:------------:|:------------:|:------------:|:------------:|
|[](https://bit.ly/lfanmixco)|[](https://youtube.com/c/FedericoNavarrete)|[](https://www.amazon.com/Federico-Navarrete/e/B08NJTXQRV)|[](https://www.goodreads.com/author/show/21125413.Federico_Navarrete)|[](https://www.instagram.com/federico_the_consultant)|[](https://redcircle.com/shows/cyber-prophets)|[](https://redcircle.com/shows/sharing-your-stories)|