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
98
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
440
SSH Can
oursky
1
270
HTTP/2
oursky
0
300
watchOS2
oursky
0
270
Common QA issues
oursky
0
170
Complex is better than complicated
oursky
0
250
Clean code again
oursky
3
330
KiriKiri x O2 x NVLMarker
oursky
0
180
Flux + React
oursky
1
340
Other Decks in Technology
See All in Technology
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
690
Security-JAWS【第35回】勉強会クラウドにおけるマルウェアやコンテンツ改ざんへの対策
4su_para
0
180
マルチプロダクトな開発組織で 「開発生産性」に向き合うために試みたこと / Improving Multi-Product Dev Productivity
sugamasao
1
310
テストコード品質を高めるためにMutation Testingライブラリ・Strykerを実戦導入してみた話
ysknsid25
7
2.7k
Introduction to Works of ML Engineer in LY Corporation
lycorp_recruit_jp
0
140
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
Lexical Analysis
shigashiyama
1
150
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
28
13k
Why App Signing Matters for Your Android Apps - Android Bangkok Conference 2024
akexorcist
0
130
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
BBQ
matthewcrist
85
9.3k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Building Your Own Lightsaber
phodgson
103
6.1k
For a Future-Friendly Web
brad_frost
175
9.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
A designer walks into a library…
pauljervisheath
204
24k
YesSQL, Process and Tooling at Scale
rocio
169
14k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
99
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