I am on an initial stage of creating a Birthday reminder application in WP7 Mango.. So in my app i can create a specific theme for each birthday reminders. ie a view with some kind of images, sounds and birthday notification etc. Assuming that my App is active on the background, how i can schedule this birthday notifications , and also how i can navigate to that reminder view to get notification. Any one please help me to resolve this issue.
Share
You can’t create Reminders with a custom layout.
By “background” do you mean “under the lock screen” ? Otherwise, there’s no such thing as having it running in the background.
You can have a
ScheduledTask, which runs every 30 minutes and checks, which then can create a toast, or update a Live Tile. But that’s also it.