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
490
SSH Can
oursky
1
300
HTTP/2
oursky
0
330
watchOS2
oursky
0
320
Common QA issues
oursky
0
200
Complex is better than complicated
oursky
0
280
Clean code again
oursky
3
360
KiriKiri x O2 x NVLMarker
oursky
0
230
Flux + React
oursky
1
380
Other Decks in Technology
See All in Technology
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
260
DDD集約とサービスコンテキスト境界との関係性
pandayumi
2
280
フィンテック養成勉強会#56
finengine
0
140
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
3
260
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
0
270
Skrub: machine-learning with dataframes
gaelvaroquaux
0
120
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
280
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
210
2025年夏 コーディングエージェントを統べる者
nwiizo
0
130
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
120
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
1
310
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
The Invisible Side of Design
smashingmag
301
51k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Embracing the Ebb and Flow
colly
87
4.8k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
BBQ
matthewcrist
89
9.8k
Thoughts on Productivity
jonyablonski
70
4.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
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