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
310
HTTP/2
oursky
0
340
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
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
300
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
2
630
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
870
Wasmのエコシステムを使った ツール作成方法
askua
0
190
新規事業におけるGORM+SQLx併用アーキテクチャ
hacomono
PRO
0
300
20251007: What happens when multi-agent systems become larger? (CyberAgent, Inc)
ornew
1
300
セキュアな認可付きリモートMCPサーバーをAWSマネージドサービスでつくろう! / Let's build an OAuth protected remote MCP server based on AWS managed services
kaminashi
3
330
アイテムレビュー機能導入からの学びと改善
zozotech
PRO
0
170
このままAIが発展するだけでAGI達成可能な理由
frievea
0
110
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
10
4.3k
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
180
リセラー企業のテクサポ担当が考える、生成 AI 時代のトラブルシュート 2025
kazzpapa3
1
350
Featured
See All Featured
BBQ
matthewcrist
89
9.8k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
The Cult of Friendly URLs
andyhume
79
6.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Music & Morning Musume
bryan
46
6.8k
Docker and Python
trallard
46
3.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
A Modern Web Designer's Workflow
chriscoyier
697
190k
How GitHub (no longer) Works
holman
315
140k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
22k
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