Add time stamps to the Note Taker app. Use the Clock component to prepend the current date and time when the user clicks the button to add a note. The date and time should be displayed before each note. For example:
Oct 31, 2013 1:39 PM: Read the memo.
Oct 31, 2013 1:40 PM: Write the TPS report.
Add a the ability delete notes to the Note Taker app. The app should have a ListPicker component that is used to choose a note to delete. To remove an item from a list, use the remove list item block and the index of the item the user selected.