Cross platform plugin to display HUD's dialog through a single API from Xamarin.iOS and Xamarin.Android.
See the changelog for changes.
Platform Support
Platform | Version |
---|---|
Xamarin.iOS | iOS 6+ |
Xamarin.Android | API 10+ |
- Initial CrossHUD implementation
- iOS timer autoDismiss (WIP)
- CrossShowImage
- Other platforms
Add the library to your project
- Install into your PCL project and Client projects.
Add the NuGet Package. Right click on your project and click 'Manage NuGet Packages...'. Search for 'Hud' and click on install. Once installed the library will be included in your project references. (Or install it through the package manager console: PM> Install-Package Xam.Plugin.Hud)
Build Status
- CI NuGet Feed: https://ci.appveyor.com/nuget/hudplugin
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Setup
- Available on NuGet: http://www.nuget.org/packages/Xam.Plugin.Hud
API Usage
Call CrossHud.Current from any project or PCL to gain access to APIs.
Code released under The MIT License