Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Windows Phone 7 Hello World
Search
Oursky Limited
June 27, 2012
Technology
1
110
Windows Phone 7 Hello World
Oursky Limited
June 27, 2012
Tweet
Share
More Decks by Oursky Limited
See All by Oursky Limited
UI Automation
oursky
1
480
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
310
Common QA issues
oursky
0
190
Complex is better than complicated
oursky
0
270
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
220
Flux + React
oursky
1
370
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile for engineer
hr01
1
33k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
OpenHands🤲にContributeしてみた
kotauchisunsun
1
510
開発生産性を組織全体の「生産性」へ! 部門間連携の壁を越える実践的ステップ
sudo5in5k
1
4.8k
ハッカソン by 生成AIハッカソンvol.05
1ftseabass
PRO
0
170
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
350
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
400
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
120
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
130
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
1.5k
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
150
モバイル界のMCPを考える
naoto33
0
390
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
BBQ
matthewcrist
89
9.7k
Testing 201, or: Great Expectations
jmmastey
42
7.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
How GitHub (no longer) Works
holman
314
140k
Faster Mobile Websites
deanohume
307
31k
Done Done
chrislema
184
16k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Visualization
eitanlees
146
16k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Balancing Empowerment & Direction
lara
1
400
Transcript
! ! ! ! ! ! ! ! ! Hello!World
! ! ! ! ! ! ! ! ! Requirements
• Windows!Vista!or!Windows!7 • Windows!Phone!SDK!7.1 ! Microsoft!Visual!Studio!2010!Express!for!Windows Phone!(C#!/!VB) ! Windows!Phone!Emulator !
! ! ! ! ! ! ! ! ! Windows(Phone(App(Platform
• Two!frameworks ! Silverlight event4driven,!XAML4based!application Like!UIKit!!in!iOS ! XNA loop4based,!high4performance!games 2D!and!3D
! ! ! ! ! ! ! ! ! Basic&Concepts
• Silverlight
! ! ! ! ! ! ! ! ! First&Project
! ! ! ! ! ! ! ! ! First&Project
• Toolbox
! ! ! ! ! ! ! ! ! First&Project
• Simple!Browser ! Textbox ! Button ! WebBrowser
! ! ! ! ! ! ! ! ! First&Project
• Click!Event
! ! ! ! ! ! ! ! ! First&Project
• Just!two!lines • Done!!
! ! ! ! ! ! ! ! ! Page%Navigation
• Add!new!page!(SecondPage)!to!project • Navigate!to!SecondPage ! ! !
! ! ! ! ! ! ! ! ! Page%Navigation
• Pass!text !
! ! ! ! ! ! ! ! ! Page%Navigation
• Pass!object !
! ! ! ! ! ! ! ! ! Live%Tile
• Application!tile ! Pin!to!start!(app!shortcut) • Secondary!tiles ! Created!programmatically !
! ! ! ! ! ! ! ! ! Live%Tile
• Application!tile ! Font!and!Back ! Flip!if!back properties!are set
! ! ! ! ! ! ! ! ! Live%Tile
• Update!application!tile ! Default!value!in!project ! Programmatically
! ! ! ! ! ! ! ! ! Live%Tile
• Create!secondary!tile !
! ! ! ! ! ! ! ! ! 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 !
! ! ! ! ! ! ! ! ! !
The!End