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

https://github.com/deezer/windowsphonetoastnotifications

An InApp notifications system for Windows Phone Silverlight applications.
https://github.com/deezer/windowsphonetoastnotifications

Last synced: 3 months ago
JSON representation

An InApp notifications system for Windows Phone Silverlight applications.

Awesome Lists containing this project

README

          

Windows Phone Toast Notifications
==============================

![Build status](https://ci.appveyor.com/api/projects/status/v66r5cb7x9mn5jqw?svg=true)

[See last build status][appveyor-build]

Windows Phone Toast Notifications is an InApp notifications system for Windows Phone Silverlight apps. We will port it to Universal apps in the future (protip: you can fork and start the port ;) )

![](https://cloud.githubusercontent.com/assets/790974/4677348/3914b1ac-55e6-11e4-8283-61739a3c0577.png)

## Objectives

Windows Phone SDK does not provides any facility to display InApp toasts. Even if some alternatives exists,
they do not cover our needs.

Main features:

- Display simple toast notification,
- Display custom toast notification,
- Handle notification queues,
- Being able to update a notification content on the fly (like WP 8.1 Notification center toasts)

## Code samples

Look at the "WindowsPhoneToastNotifications.Demo" project.

## License

Windows Phone Toast Notifications is licensed under the MIT License.

## Contributors

This library has been created by by the mobile team at **[Deezer][deezerwww]**.
You can see all the contributors on the [Contributors page][contributors].

### How to contribute

Fork, code and create a pull request :)

## Alternatives

There is a bunch of alternatives available, including:

- Coding 4 fun ToastPrompt control ([see project][c4f]),
- Toastinet project ([see project][toastinet])

[release]: https://github.com/cmaneu/WindowsPhoneToastNotifications/releases
[contributors]: https://github.com/cmaneu/WindowsPhoneToastNotifications/graphs/contributors
[deezerwww]: http://www.deezer.com
[c4f]: http://coding4fun.codeplex.com/
[toastinet]: http://toastinet.codeplex.com/
[appveyor-build]: https://ci.appveyor.com/project/cmaneu/windowsphonetoastnotifications