Skip to content

ennerperez/HudPlugin

Repository files navigation

logo

Hud Plugin

Cross platform plugin to display HUD's dialog through a single API from Xamarin.iOS and Xamarin.Android.

Build status NuGet


See the changelog for changes.

Featuring

Platform Support

Platform Version
Xamarin.iOS iOS 6+
Xamarin.Android API 10+

Roadmap

  • Initial CrossHUD implementation
  • iOS timer autoDismiss (WIP)
  • CrossShowImage
  • Other platforms

Table of contents

Implementing

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

Bugs and feature requests

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

Documentation

API Usage

Call CrossHud.Current from any project or PCL to gain access to APIs.

License

Code released under The MIT License