开发者

Creating a alarm clock application in windows phone 7 [closed]

开发者_运维知识库 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Currently i am trying to create a alarm clock application in windows phone 7. Is there any way i can do it?? Can anyone of you help me with the code. Thanks


You can do this with the set of features introduced in Windows Phone 7.1 SDK (Mango). Following features will enable you to develop this application:

1- Background agents: You will need to run a piece of logic every couple of minutes to check if the alarm is due or not.

Scheduled Tasks Overview for Windows Phone

2- Notification: You will need to notify user about by showing a message on the phone and possibly playing a sound:

search for "Toast Notification Sample" in Code Samples for Windows Phone

also as [ZombieSheep] suggested: Reminder Class in Mango

3- Background audio play

search for "Background audio play Sample" in Code Samples for Windows Phone

4- Ringtones selection: let the user select which ringtone to use!

search for "Ringtones Sample" in Code Samples for Windows Phone


Here is a simple tutorial on WP7 alarms and reminders Windows Phone Multitasking–Scheduled Notifications

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜