Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fanmixco/spotsdialog.xamarin
- Owner: FANMixco
- License: mit
- Created: 2017-11-12T09:56:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T07:10:09.000Z (3 months ago)
- Last Synced: 2024-10-25T15:12:49.574Z (3 months 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: 3
- 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|
|:------------:|:------------:|
|[![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)|