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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
520
SSH Can
oursky
1
330
HTTP/2
oursky
0
370
watchOS2
oursky
0
360
Common QA issues
oursky
0
220
Complex is better than complicated
oursky
0
300
Clean code again
oursky
3
390
KiriKiri x O2 x NVLMarker
oursky
0
260
Flux + React
oursky
1
410
Other Decks in Technology
See All in Technology
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
440
社内レビューは機能しているのか
matsuba
0
140
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
890
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
140
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
150
"作る"から"使われる"へ:Backstage 活用の現在地
sbtechnight
0
170
楽しく学ぼう!ネットワーク入門
shotashiratori
1
430
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
150
詳解 強化学習 / In-depth Guide to Reinforcement Learning
prinlab
0
220
アーキテクチャモダナイゼーションを実現する組織
satohjohn
1
1k
進化するBits AI SREと私と組織
nulabinc
PRO
1
220
Featured
See All Featured
The Limits of Empathy - UXLibs8
cassininazir
1
260
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
A Tale of Four Properties
chriscoyier
163
24k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
The SEO Collaboration Effect
kristinabergwall1
0
390
Being A Developer After 40
akosma
91
590k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
Designing for Performance
lara
611
70k
The Language of Interfaces
destraynor
162
26k
We Are The Robots
honzajavorek
0
200
Between Models and Reality
mayunak
2
230
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
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