Entries:
Comments:
Posts:

Loading User Information from Channel 9

Something went wrong getting user information from Channel 9

Latest Achievement:

Loading User Information from MSDN

Something went wrong getting user information from MSDN

Visual Studio Achievements

Latest Achievement:

Loading Visual Studio Achievements

Something went wrong getting the Visual Studio Achievements

Inside Windows Phone #20: Tidy walk-through

Download

Right click “Save as…”

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Note: These selections will fall back to the next best format depending upon browser capability.

Close

Tidy is a "to-do list"  prototype application that leverages a lot of the new features Windows Phone mango release.
If you like the walk-through, the Windows Phone Mango training kit has hands-on-labs that show step-by-step instructions for building it. In the training kit, you will find the following (and other) labs:

  • Local database hands-on-lab. Tidy uses SQL CE as its data store and the hands-on lab will show you how to attribute the object model to create LINQ to SQL mappings. How to create databases at run-time, and how to
    query the database.
  • Alerts and Reminders hands-on-lab.  Tidy allows you to create reminders for a task. The hands-on lab shows you how to query it a reminder exists, how to create and delete a reminder.
  • Start Tile pinning hands-on-lab. Tidy allows you to pin projects. This way if your tasks are organized you can deep-link into project specific views and get the tasks for that specific project.
  • Background Transfer hands-on-lab shows you how to use the new background transfer APIs to upload and download a backup of the database to your local machine.
  • Background agents hands-on-lab shows you how to create background agents in Mango.  The background agents check your location every 30 minutes and if you are nearby a location where tasks are due, it will prompt you a shell toast notification to remind you to complete the task while you are at that location.  The background agent also demonstrates how to update the tiles from an agent – it checks tasks that are overdue and it updates the tile for the project with the count-.

Related links:

Tags:

Comments Closed

Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.