Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Windows Phone 7 Hello World

Windows Phone 7 Hello World

Oursky Limited

June 27, 2012
Tweet

More Decks by Oursky Limited

Other Decks in Technology

Transcript

  1. ! ! ! ! ! ! ! ! ! Requirements

    • Windows!Vista!or!Windows!7 • Windows!Phone!SDK!7.1 ! Microsoft!Visual!Studio!2010!Express!for!Windows Phone!(C#!/!VB) ! Windows!Phone!Emulator !
  2. ! ! ! ! ! ! ! ! ! Windows(Phone(App(Platform

    • Two!frameworks ! Silverlight event4driven,!XAML4based!application Like!UIKit!!in!iOS ! XNA loop4based,!high4performance!games 2D!and!3D
  3. ! ! ! ! ! ! ! ! ! First&Project

    • Simple!Browser ! Textbox ! Button ! WebBrowser
  4. ! ! ! ! ! ! ! ! ! First&Project

    • Just!two!lines • Done!!
  5. ! ! ! ! ! ! ! ! ! Page%Navigation

    • Add!new!page!(SecondPage)!to!project • Navigate!to!SecondPage ! ! !
  6. ! ! ! ! ! ! ! ! ! Live%Tile

    • Application!tile ! Pin!to!start!(app!shortcut) • Secondary!tiles ! Created!programmatically !
  7. ! ! ! ! ! ! ! ! ! Live%Tile

    • Application!tile ! Font!and!Back ! Flip!if!back properties!are set
  8. ! ! ! ! ! ! ! ! ! Live%Tile

    • Update!application!tile ! Default!value!in!project ! Programmatically
  9. ! ! ! ! ! ! ! ! ! Live%Tile

    • Create!secondary!tile !
  10. ! ! ! ! ! ! ! ! ! Reference

    • MSDN!Windows!Phone!Development • http://msdn.microsoft.com/en; us/library/ff402535%28v=vs.92%29 ! • Code!Samples • http://msdn.microsoft.com/en; us/library/ff431744%28v=vs.92%29 !