[Sample of June 22nd] Windows Phone SkyDrive Note Sample

 

Homepage image
image RSS Feed

Sample Download : https://code.msdn.microsoft.com/VBWP7SkydriveNote-afbd4773  

Created by Andrew Zhu, today's sample demonstrates two features:

1. A Windows Phone Notebook
2. Uploading notes to SkyDrive.

CSWP7SkydriveNote project contains two pages: MainPage.xaml shows the note list in a Listbox control,and MyNote.xaml is used for note editing. When the sample starts up, the following processes will occur:

1. Collect all note file name,
2. Deserialize the xml contained in the note files into .net objects.
3. Show note titles and creation datetime in the note list.

When you press a note in the list. The action will navigate page to the MyNote.xaml, so that you can edit and save it. By pressing the "Connect" button, you can save the note to SkyDrive.

image

 

 

 

imageYou can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.