SlideShare a Scribd company logo
-By 
Pruthvi.
General Concept 
Cloud and 
Integration 
Services 
App 
Model 
UI 
Model 
Software 
Architecture 
Hardware 
Foundation
DESIGN: 
END USER 
COMES FIRST 
4 
PLATFORM: 
RICHER, DEEPER, 
EASIER APPS 
HARDWARE: 
FASTER TO MARKET, 
LESS HEAVY LIFTING
Devices Microsoft Surface (Pro) Microsoft Surface (RT) Windows Phone 7.5 
(e.g. Nokia Lumia) 
Windows Phone 
8 / vNext 
Operating System Windows 8 Pro Windows RT Windows Phone 7.1 Windows Phone 8.0 
CPU Architecture Intel/AMD x32 & x64 ARM ARM ARM 
Applications you can buy in 
Metro Apps 
Metro Apps 
Windows Phone Apps 
the official Microsoft 
Metro Games 
Metro Games 
Windows Phone Games 
Windows App Store 
Windows Phone Apps 
Windows Phone Games 
Applications you can run Metro Apps, .NET Apps, 
native apps and 
anything that runs on 
Windows 7 today 
Metro Apps Windows Phone Apps 
Windows Phone Games 
Anything that runs on 
Windows Phone 7.5 has 
been confirmed to run 
on vNext 
Side-load Applications Desktop-only for 
consumers. Metro apps 
can be side-loaded in 
enterprise 
No. Metro apps can be 
side-loaded in enterprise 
No No. Metro apps can be 
side-loaded in enterprise 
via corporate app hubs 
Runs Microsoft Office Yes Yes Yes, mobile version Yes, mobile version 
Plays Xbox LIVE Games Yes Yes Yes Yes 
Developer Platform WinRT, .NET, WPF, 
Silverlight, XNA, Java, 
Native, and everything 
else used to build apps for 
Windows 7 today 
WinRT .NET + Silverlight 4 for 
Windows Phone apps. 
XNA for Windows Phone 
games 
WinRT for Windows 
Phone apps. 
Choice of XNA or 
Native D3D for Windows 
Phone games 
Developer Languages C#, VB, C/C++, Java, F#, 
Ruby, Python, JavaScript, 
PHP, Perl, Haskell and any 
other language you can 
use for Windows 7 dev 
C#/VB + XAML for Metro 
Apps. 
D3D & C++ for Metro 
Games 
C#/VB + XAML for 
Silverlight apps. 
C#/VB.NET + XNA for 
games 
C#/VB + XAML for WP 
Metro Apps. 
C#/VB + XNA or 
C++ & D3D for Windows 
Phone games 
Primary Competitors Apple MacBook Air 
X86/x64 Ultrabooks, 
Netbooks & Tablets 
Apple iPad 
Android Tablets 
Blackberry Playbook 
Kindle Fire 
Apple iPhone 
Android Smartphones 
Blackberry devices 
Same as WP 7.5
7
public class StudentData : INotifyPropertyChanged 
{ 
string _firstName = null; 
public string StudentFirstName 
{ 
get 
{ 
return _firstName; 
} 
set 
{ 
_firstName = value; 
OnPropertyChanged("StudentFirstName"); 
} 
} 
double _gradePointAverage; 
public double StudentGradePointAverage 
{ 
get 
{ 
return _gradePointAverage; 
} 
set 
{ 
_gradePointAverage = value; 
OnPropertyChanged("StudentGradePointAverage"); 
} 
} 
} 
<TextBox Text="{Binding Path=StudentFirstName}" 
Grid.Row="1" 
Grid.Column="2" 
VerticalAlignment="Center" /> 
... 
<TextBox Text="{Binding Path=StudentGradePointAverage}" 
Grid.Row="2" 
Grid.Column="2" 
VerticalAlignment="Center" />
16 
Tools 
myapp.xap 
Windows Phone 
device 
Windows Phone 
Emulator 
Phone Emulator 
Samples Documentation 
Guides Community 
Packaging and Verification Tools
17
18 
Develop 
& Debug 
Submit 
& Validate 
Certify 
& Sign 
Windows Phone 
Application 
Deployment Service 
Marketplace
Application Lifecycle 
Cloud and 
Integration 
Services 
App 
Model 
UI 
Model 
Software 
Architecture 
Hardware 
Foundation
Load State! Save State! 
running 
deactivated 
Dormant 
activated 
Tomb 
stoned 
e.IsApplicationInstancePreserved ? Dormant : Tomb stoned
App Demo 
Dormant vs Tomb stone
UI 
Model 
Cloud and 
Integration 
Services 
App 
Model 
UI 
Model 
Software 
Architecture 
Hardware 
Foundation
No integration, but does affect Layout 
Show:Hide using SystemTray.IsVisible 
Up to 4 Buttons 
Menu Items (Recommended 6) 
Toggle Visibility 
<mypage>.ApplicationBar.IsVisible 
23
24
25
Buttons, Image, Layout, ListBox, TextBox, Slider, 
Other… 
Bing Map Control, Integration with Bing Maps 
Services 
Displays network and local content, Supports pan, 
double tap and pinch to zoom, Supports transforms 
& projections, Application can interact with javascript 
26
-infinite scrolling 
-Remember to set IsGroupingEnabled
SMS, Email, Web Browser, Dialer, Search, etc. 
Picture, Camera, Contact, etc. 
28
Push Notifications 
(Integration Service) 
Cloud and 
Integration 
Services 
App 
Model 
UI 
Model 
Software 
Architecture 
Hardware 
Foundation
Update tile count, title and background 
image 
30
Display a on-top-like message
32 
“Response” 
Device Connection Status : Connected 
Notification Status : Received 
Subscription Status : Active
http://dev.windowsphone.com/en-us 
http://phone.codeplex.com
- Thank You 
Questions? 
(Please do your eval!)

More Related Content

What's hot

18 windows phone 8.1 for the enterprise developer
18   windows phone 8.1 for the enterprise developer18   windows phone 8.1 for the enterprise developer
18 windows phone 8.1 for the enterprise developer
WindowsPhoneRocks
 
AIR Mobile Application Development: Package, Building, Design & Skinning
AIR Mobile Application Development: Package, Building, Design & SkinningAIR Mobile Application Development: Package, Building, Design & Skinning
AIR Mobile Application Development: Package, Building, Design & Skinning
Renaun Erickson
 
The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.
Concetto Labs
 
01 wp7 introduction
01 wp7   introduction01 wp7   introduction
01 wp7 introductionTao Wang
 
Windowsphone7
Windowsphone7Windowsphone7
Windowsphone7yuvaraj72
 
Introduction for Windows phone 8.1 .
Introduction for Windows phone 8.1 . Introduction for Windows phone 8.1 .
Introduction for Windows phone 8.1 .
Youssef Elsalhawy
 
Radwp
RadwpRadwp
Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020
Rockers Technology
 
An Introduction to Universal Windows Apps
An Introduction to Universal Windows AppsAn Introduction to Universal Windows Apps
An Introduction to Universal Windows Apps
Ken Cenerelli
 
A Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation FoundationA Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation Foundation
goodfriday
 
Overview of Mobile Development Platforms
Overview of Mobile Development PlatformsOverview of Mobile Development Platforms
Overview of Mobile Development Platforms
Mike Wolfson
 
Windows Phone 8 Aspires Becoming A Trendsetter
Windows Phone 8 Aspires Becoming A TrendsetterWindows Phone 8 Aspires Becoming A Trendsetter
Windows Phone 8 Aspires Becoming A Trendsetter
squeamishlexico02
 
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
Daniel Meixner
 
Developing windows 10 universal apps
Developing windows 10 universal appsDeveloping windows 10 universal apps
Developing windows 10 universal apps
Tom Walker
 
Олександр Кучеренко “Основні інструменти розробки під Android”
Олександр Кучеренко “Основні інструменти розробки під Android”Олександр Кучеренко “Основні інструменти розробки під Android”
Олександр Кучеренко “Основні інструменти розробки під Android”
Lviv Startup Club
 
Google flutter app development
Google flutter app developmentGoogle flutter app development
Google flutter app development
Marie Weaver
 
Windows Phone
Windows PhoneWindows Phone
Windows Phone
Puja Pramudya
 
Journey into cross mobile apps development - Xamarin Forms case study
Journey into cross mobile apps development - Xamarin Forms case studyJourney into cross mobile apps development - Xamarin Forms case study
Journey into cross mobile apps development - Xamarin Forms case study
Lukasz Jarmulowicz
 
Native vs cross platform native development which one is right for your requ...
Native vs cross platform native development  which one is right for your requ...Native vs cross platform native development  which one is right for your requ...
Native vs cross platform native development which one is right for your requ...
Concetto Labs
 

What's hot (20)

18 windows phone 8.1 for the enterprise developer
18   windows phone 8.1 for the enterprise developer18   windows phone 8.1 for the enterprise developer
18 windows phone 8.1 for the enterprise developer
 
Radwp
RadwpRadwp
Radwp
 
AIR Mobile Application Development: Package, Building, Design & Skinning
AIR Mobile Application Development: Package, Building, Design & SkinningAIR Mobile Application Development: Package, Building, Design & Skinning
AIR Mobile Application Development: Package, Building, Design & Skinning
 
The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.
 
01 wp7 introduction
01 wp7   introduction01 wp7   introduction
01 wp7 introduction
 
Windowsphone7
Windowsphone7Windowsphone7
Windowsphone7
 
Introduction for Windows phone 8.1 .
Introduction for Windows phone 8.1 . Introduction for Windows phone 8.1 .
Introduction for Windows phone 8.1 .
 
Radwp
RadwpRadwp
Radwp
 
Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020Top Cross-Platform App Development Frameworks for 2020
Top Cross-Platform App Development Frameworks for 2020
 
An Introduction to Universal Windows Apps
An Introduction to Universal Windows AppsAn Introduction to Universal Windows Apps
An Introduction to Universal Windows Apps
 
A Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation FoundationA Designer's Overview of Windows Presentation Foundation
A Designer's Overview of Windows Presentation Foundation
 
Overview of Mobile Development Platforms
Overview of Mobile Development PlatformsOverview of Mobile Development Platforms
Overview of Mobile Development Platforms
 
Windows Phone 8 Aspires Becoming A Trendsetter
Windows Phone 8 Aspires Becoming A TrendsetterWindows Phone 8 Aspires Becoming A Trendsetter
Windows Phone 8 Aspires Becoming A Trendsetter
 
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
Windows und Windows Phone App Entwicklung (Daniel Meixner, DWX 2014)
 
Developing windows 10 universal apps
Developing windows 10 universal appsDeveloping windows 10 universal apps
Developing windows 10 universal apps
 
Олександр Кучеренко “Основні інструменти розробки під Android”
Олександр Кучеренко “Основні інструменти розробки під Android”Олександр Кучеренко “Основні інструменти розробки під Android”
Олександр Кучеренко “Основні інструменти розробки під Android”
 
Google flutter app development
Google flutter app developmentGoogle flutter app development
Google flutter app development
 
Windows Phone
Windows PhoneWindows Phone
Windows Phone
 
Journey into cross mobile apps development - Xamarin Forms case study
Journey into cross mobile apps development - Xamarin Forms case studyJourney into cross mobile apps development - Xamarin Forms case study
Journey into cross mobile apps development - Xamarin Forms case study
 
Native vs cross platform native development which one is right for your requ...
Native vs cross platform native development  which one is right for your requ...Native vs cross platform native development  which one is right for your requ...
Native vs cross platform native development which one is right for your requ...
 

Similar to Windows Phone Apps Development overview

Windows 10 UWP Development Overview
Windows 10 UWP Development OverviewWindows 10 UWP Development Overview
Windows 10 UWP Development Overview
DevGAMM Conference
 
Metro Style Apps - Whats there for Developers
Metro Style Apps - Whats there for DevelopersMetro Style Apps - Whats there for Developers
Metro Style Apps - Whats there for Developers
Jitendra Soni
 
Windows Phone7 Development
Windows Phone7 DevelopmentWindows Phone7 Development
Windows Phone7 Development
Danish Mehraj
 
Mobile Devolpment Slides
Mobile Devolpment SlidesMobile Devolpment Slides
Mobile Devolpment Slides
Luke Angel
 
Windows Phone 8 Advanced Developers Conference
Windows Phone 8 Advanced Developers ConferenceWindows Phone 8 Advanced Developers Conference
Windows Phone 8 Advanced Developers Conference
Damir Dobric
 
Adc2012 windows phone 8
Adc2012 windows phone 8Adc2012 windows phone 8
Adc2012 windows phone 8AlexanderGoetz
 
Developers Guide To The Galaxy 8th edition
Developers Guide To The Galaxy 8th editionDevelopers Guide To The Galaxy 8th edition
Developers Guide To The Galaxy 8th edition
Marco Tabor
 
Iasi 15 noiembrie 2009 Introduction to Windows Mobile programming
Iasi  15 noiembrie 2009   Introduction to Windows Mobile programmingIasi  15 noiembrie 2009   Introduction to Windows Mobile programming
Iasi 15 noiembrie 2009 Introduction to Windows Mobile programmingCatalin Gheorghiu
 
WP7 HUB_Overview and application platform
WP7 HUB_Overview and application platformWP7 HUB_Overview and application platform
WP7 HUB_Overview and application platform
MICTT Palma
 
20141216 멜팅팟 부산 세션 ii - cross platform 개발
20141216 멜팅팟 부산   세션 ii - cross platform 개발20141216 멜팅팟 부산   세션 ii - cross platform 개발
20141216 멜팅팟 부산 세션 ii - cross platform 개발
영욱 김
 
Mobile Developer's Guide To The Galaxy No. 9
Mobile Developer's Guide To The Galaxy No. 9Mobile Developer's Guide To The Galaxy No. 9
Mobile Developer's Guide To The Galaxy No. 9
Marco Tabor
 
Designing mobile applications with xamarin
Designing mobile applications with xamarinDesigning mobile applications with xamarin
Designing mobile applications with xamarin
Jerel Hass
 
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Andreas Hammar
 
Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Game
varun arora
 
Sharing code win8 wp8
Sharing code win8 wp8Sharing code win8 wp8
Sharing code win8 wp8matthidinger
 
Windows Phone 8 App Development
Windows Phone 8 App DevelopmentWindows Phone 8 App Development
Windows Phone 8 App Development
DalpatTapaniya
 
iFactr for Health Care Companies
iFactr for Health Care CompaniesiFactr for Health Care Companies
iFactr for Health Care Companies
iFactr
 
Mobile Developer's Guide To The Galaxy No.10
Mobile Developer's Guide To The Galaxy No.10Mobile Developer's Guide To The Galaxy No.10
Mobile Developer's Guide To The Galaxy No.10
Marco Tabor
 
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
John Garland
 
Cross platform development
Cross platform developmentCross platform development
Cross platform developmentdftaiwo
 

Similar to Windows Phone Apps Development overview (20)

Windows 10 UWP Development Overview
Windows 10 UWP Development OverviewWindows 10 UWP Development Overview
Windows 10 UWP Development Overview
 
Metro Style Apps - Whats there for Developers
Metro Style Apps - Whats there for DevelopersMetro Style Apps - Whats there for Developers
Metro Style Apps - Whats there for Developers
 
Windows Phone7 Development
Windows Phone7 DevelopmentWindows Phone7 Development
Windows Phone7 Development
 
Mobile Devolpment Slides
Mobile Devolpment SlidesMobile Devolpment Slides
Mobile Devolpment Slides
 
Windows Phone 8 Advanced Developers Conference
Windows Phone 8 Advanced Developers ConferenceWindows Phone 8 Advanced Developers Conference
Windows Phone 8 Advanced Developers Conference
 
Adc2012 windows phone 8
Adc2012 windows phone 8Adc2012 windows phone 8
Adc2012 windows phone 8
 
Developers Guide To The Galaxy 8th edition
Developers Guide To The Galaxy 8th editionDevelopers Guide To The Galaxy 8th edition
Developers Guide To The Galaxy 8th edition
 
Iasi 15 noiembrie 2009 Introduction to Windows Mobile programming
Iasi  15 noiembrie 2009   Introduction to Windows Mobile programmingIasi  15 noiembrie 2009   Introduction to Windows Mobile programming
Iasi 15 noiembrie 2009 Introduction to Windows Mobile programming
 
WP7 HUB_Overview and application platform
WP7 HUB_Overview and application platformWP7 HUB_Overview and application platform
WP7 HUB_Overview and application platform
 
20141216 멜팅팟 부산 세션 ii - cross platform 개발
20141216 멜팅팟 부산   세션 ii - cross platform 개발20141216 멜팅팟 부산   세션 ii - cross platform 개발
20141216 멜팅팟 부산 세션 ii - cross platform 개발
 
Mobile Developer's Guide To The Galaxy No. 9
Mobile Developer's Guide To The Galaxy No. 9Mobile Developer's Guide To The Galaxy No. 9
Mobile Developer's Guide To The Galaxy No. 9
 
Designing mobile applications with xamarin
Designing mobile applications with xamarinDesigning mobile applications with xamarin
Designing mobile applications with xamarin
 
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
 
Dot Net Project Mini Game
Dot Net Project Mini GameDot Net Project Mini Game
Dot Net Project Mini Game
 
Sharing code win8 wp8
Sharing code win8 wp8Sharing code win8 wp8
Sharing code win8 wp8
 
Windows Phone 8 App Development
Windows Phone 8 App DevelopmentWindows Phone 8 App Development
Windows Phone 8 App Development
 
iFactr for Health Care Companies
iFactr for Health Care CompaniesiFactr for Health Care Companies
iFactr for Health Care Companies
 
Mobile Developer's Guide To The Galaxy No.10
Mobile Developer's Guide To The Galaxy No.10Mobile Developer's Guide To The Galaxy No.10
Mobile Developer's Guide To The Galaxy No.10
 
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
 
Cross platform development
Cross platform developmentCross platform development
Cross platform development
 

Recently uploaded

Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Orkestra
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
IP ServerOne
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Matjaž Lipuš
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
Access Innovations, Inc.
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
OWASP Beja
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
Vladimir Samoylov
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
eCommerce Institute
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
OECD Directorate for Financial and Enterprise Affairs
 

Recently uploaded (16)

Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
 

Windows Phone Apps Development overview

  • 2.
  • 3. General Concept Cloud and Integration Services App Model UI Model Software Architecture Hardware Foundation
  • 4. DESIGN: END USER COMES FIRST 4 PLATFORM: RICHER, DEEPER, EASIER APPS HARDWARE: FASTER TO MARKET, LESS HEAVY LIFTING
  • 5. Devices Microsoft Surface (Pro) Microsoft Surface (RT) Windows Phone 7.5 (e.g. Nokia Lumia) Windows Phone 8 / vNext Operating System Windows 8 Pro Windows RT Windows Phone 7.1 Windows Phone 8.0 CPU Architecture Intel/AMD x32 & x64 ARM ARM ARM Applications you can buy in Metro Apps Metro Apps Windows Phone Apps the official Microsoft Metro Games Metro Games Windows Phone Games Windows App Store Windows Phone Apps Windows Phone Games Applications you can run Metro Apps, .NET Apps, native apps and anything that runs on Windows 7 today Metro Apps Windows Phone Apps Windows Phone Games Anything that runs on Windows Phone 7.5 has been confirmed to run on vNext Side-load Applications Desktop-only for consumers. Metro apps can be side-loaded in enterprise No. Metro apps can be side-loaded in enterprise No No. Metro apps can be side-loaded in enterprise via corporate app hubs Runs Microsoft Office Yes Yes Yes, mobile version Yes, mobile version Plays Xbox LIVE Games Yes Yes Yes Yes Developer Platform WinRT, .NET, WPF, Silverlight, XNA, Java, Native, and everything else used to build apps for Windows 7 today WinRT .NET + Silverlight 4 for Windows Phone apps. XNA for Windows Phone games WinRT for Windows Phone apps. Choice of XNA or Native D3D for Windows Phone games Developer Languages C#, VB, C/C++, Java, F#, Ruby, Python, JavaScript, PHP, Perl, Haskell and any other language you can use for Windows 7 dev C#/VB + XAML for Metro Apps. D3D & C++ for Metro Games C#/VB + XAML for Silverlight apps. C#/VB.NET + XNA for games C#/VB + XAML for WP Metro Apps. C#/VB + XNA or C++ & D3D for Windows Phone games Primary Competitors Apple MacBook Air X86/x64 Ultrabooks, Netbooks & Tablets Apple iPad Android Tablets Blackberry Playbook Kindle Fire Apple iPhone Android Smartphones Blackberry devices Same as WP 7.5
  • 6.
  • 7. 7
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. public class StudentData : INotifyPropertyChanged { string _firstName = null; public string StudentFirstName { get { return _firstName; } set { _firstName = value; OnPropertyChanged("StudentFirstName"); } } double _gradePointAverage; public double StudentGradePointAverage { get { return _gradePointAverage; } set { _gradePointAverage = value; OnPropertyChanged("StudentGradePointAverage"); } } } <TextBox Text="{Binding Path=StudentFirstName}" Grid.Row="1" Grid.Column="2" VerticalAlignment="Center" /> ... <TextBox Text="{Binding Path=StudentGradePointAverage}" Grid.Row="2" Grid.Column="2" VerticalAlignment="Center" />
  • 13.
  • 14.
  • 15.
  • 16. 16 Tools myapp.xap Windows Phone device Windows Phone Emulator Phone Emulator Samples Documentation Guides Community Packaging and Verification Tools
  • 17. 17
  • 18. 18 Develop & Debug Submit & Validate Certify & Sign Windows Phone Application Deployment Service Marketplace
  • 19. Application Lifecycle Cloud and Integration Services App Model UI Model Software Architecture Hardware Foundation
  • 20. Load State! Save State! running deactivated Dormant activated Tomb stoned e.IsApplicationInstancePreserved ? Dormant : Tomb stoned
  • 21. App Demo Dormant vs Tomb stone
  • 22. UI Model Cloud and Integration Services App Model UI Model Software Architecture Hardware Foundation
  • 23. No integration, but does affect Layout Show:Hide using SystemTray.IsVisible Up to 4 Buttons Menu Items (Recommended 6) Toggle Visibility <mypage>.ApplicationBar.IsVisible 23
  • 24. 24
  • 25. 25
  • 26. Buttons, Image, Layout, ListBox, TextBox, Slider, Other… Bing Map Control, Integration with Bing Maps Services Displays network and local content, Supports pan, double tap and pinch to zoom, Supports transforms & projections, Application can interact with javascript 26
  • 27. -infinite scrolling -Remember to set IsGroupingEnabled
  • 28. SMS, Email, Web Browser, Dialer, Search, etc. Picture, Camera, Contact, etc. 28
  • 29. Push Notifications (Integration Service) Cloud and Integration Services App Model UI Model Software Architecture Hardware Foundation
  • 30. Update tile count, title and background image 30
  • 32. 32 “Response” Device Connection Status : Connected Notification Status : Received Subscription Status : Active
  • 34. - Thank You Questions? (Please do your eval!)