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.
- Host: GitHub
- URL: https://github.com/deezer/windowsphonetoastnotifications
- Owner: deezer
- License: mit
- Created: 2014-10-08T14:39:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T15:05:36.000Z (about 11 years ago)
- Last Synced: 2024-04-16T11:27:19.072Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 20
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Windows Phone Toast Notifications
==============================

[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 ;) )

## 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