简体   繁体   English

Windows Phone 8.1中的警报通知

[英]Alarm Notification In Windows Phone 8.1

I am new to the windows phone development and i want to know how to achive the below notification in windows phone 我是Windows Phone开发的新手,我想知道如何在Windows Phone中达到以下通知

在此处输入图片说明

as i no windows phone alarm and reminder classes has been removed from windows phone 8.1 tried toast and scheduled notification able to create a notification but i am unable to get the above. 由于我没有Windows Phone警报和提醒类已从Windows Phone 8.1中删除,因此尝试了举杯和预定的通知能够创建通知,但我无法获得上述通知。 Please give me solution for this thanks 为此,请给我解决方案

Regards, 问候,

Saleem Khan 萨利姆汗

If you create the app using "Windows Phone" template (for example, "Hub App (Windows Phone)"), it's not possible to use reminders or alarms. 如果使用“ Windows Phone”模板创建应用程序(例如“ Hub App(Windows Phone)”),则无法使用提醒或警报。

But you can use the Silverlight stack to create your app. 但是您可以使用Silverlight堆栈来创建您的应用程序。 For example, if you use "Blank App (Windows Phone Silverlight)" as the starting point, you can access reminder and alarm functionality. 例如,如果您使用“空白应用程序(Windows Phone Silverlight)”作为起点,则可以访问提醒和警报功能。

Here's a good tutorial on using alarms and reminders in Windows Phone 8.1 Silverlight app: https://msdn.microsoft.com/en-us/library/windows/apps/hh202965(v=vs.105).aspx 这是有关在Windows Phone 8.1 Silverlight应用程序中使用警报和提醒的很好的教程: https : //msdn.microsoft.com/zh-cn/library/windows/apps/hh202965(v=vs.105).aspx

Here's more information about the differences between "Windows Phone" and "Windows Phone Silverlight" templates in Visual Studio: In windows phone 8.1 what is the differance between Windows phone project and silverlight project? 以下是有关Visual Studio中“ Windows Phone”和“ Windows Phone Silverlight”模板之间的区别的更多信息: 在Windows Phone 8.1中,Windows Phone项目和silverlight项目之间的区别是什么?

This can act as a solution if one doesn't want to switch from windows 8.1 phone app to silverlight n others 如果不想从Windows 8.1手机应用程序切换到Silverlight,这可以作为解决方案

Alarm code in Windows Phone 8.1 Windows Phone 8.1中的警报代码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM