[Sample of May 28th] Windows Phone SkyDrive Note Sample
![]() |
![]() |
|
![]() |
![]() |
Sample Download: https://code.msdn.microsoft.com/CSWP7SkydriveNote-c0b16e47
Developed by Andrew Zhu, this 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.
For detailed introduction of the sample, please read the documentation at https://code.msdn.microsoft.com/CSWP7SkydriveNote-c0b16e47
You 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/.