English 中文(简体)
• 如何在WP7 Mango通过定期Task进行回击?
原标题:How to rise Reminder through PeriodicTask in WP7 Mango?

I m developing wp7 Mango application. I run PeriodicTask and want to notify user according to some conditions. I m using ShellToast for notification. But to my mind its isn t enough for my purpose. First of all ShellToast disappears after some time and user can easy miss this notification. Secondary that doesn t work when application runs. And minor issue - notification s sound is very quiet.

<代码>Reminder对我更合适。 它很响亮,在用户关闭之前就消失了。 但是,从背景看,不可能建立<代码>Reminder,因此,我就地边建立了<代码>Reminder,并建立了<代码>。 Begintime = 日期.MaxValue。 关于背景,我仅使用<条码>附后的行动服务.Find(“ReminderName”),用于提取<条码>>Reminder和更改<条码>Begintime property to Datetime>。 现在。 不幸的是,没有成功。

没有人想到如何通过<代码>PeriodicTask升入<>。

最佳回答

当你发现时,它不允许从背景塔克发出催复通知。

I think you would benefit by considering things from the users persective. As a user:
- would you an app that kept raising notifications that you had to respond to?
- would you want an app ignored the conventions of the platform
- would you want an app that always made loud noises? even if you turned the volume down?

如果你认为你以更突出的方式通知用户你,你通过外部服务发送SMS,这确实至关重要。

或者说,用户可以订阅一个基于网络的日历,然后从背景的读物中增加你们的活动。 但是,当你到这一点时,将更多的功能从背景任务转移到服务器上或许是有意义的。

问题回答

暂无回答




相关问题
WP 7.1 Live Tiles "Unpinned" listener

I m playing with live tiles on Mango and it s all nice and all. User can delete secondary tiles and everything, but if the user "unpins" a secondary tile is there a way to know that tile is gone? I ...

Why is Version.Minor of Windows Phone OS 7.1 "10"?

A Mango phone (Windows Phone 7.5/Windows Phone OS 7.1) at my hand says "7.10.XXXX" when I executed the following code: System.Environment.OSVersion.Version.ToString() I expected "7.1.XXXX". Why is ...

Poor UDP performance with Windows Phone 7.1 (Mango)

Im trying to continuously send small UDP-packets (8 byte) as fast as possible from a Samsung Omnia 7 with Windows Phone 7.1 Beta2 refresh (Mango) to a standard PC with Windows 7 and I get very erratic ...

Mango sdk for gaming applcations

can any one share the News about the Mango SDK updates? Is it feasible to develop the gaming applications?

Mango, IE and Anchors

I have a demo page, http://forum.tiedtheleader.com/html4.php#bottom http://forum.tiedtheleader.com/html5.php#bottom and when using IE in the Mango update, the page isn t scrolling down to the anchor ...

Want to start with Windows Phone 7 development [closed]

As just now, I heard about the Windows Phone 7 development. So I would like to know the following things regarding Windows Phone 7: From where can I start with Windows Phone 7 development? What are ...

热门标签