SlideShare a Scribd company logo
GOMOBILEWITHWINDOWSPHONE yuriyopryshko
GO MOBILE
GO MOBILE history touch era  windows mobile brick  candy bar  feature  phone smartphone iPhone :)
GO MOBILE touch era windows mobile  history GPRS/3G/Wi-Fi fingers, not stylus accelerometers GPS and location services rich interface media platform “it’s about the web”
GO MOBILE windows mobile history  touch era old and bloated fragmented stylus-oriented UX varies on different phones non-centralized app deployment etc overall: needs a change
WINDOWS PHONE 7
WINDOWS PHONE 7 what‘s new hardware  metro completely different end user comes first “glance and go” consistent user interface consistent hardware
WINDOWS PHONE 7 hardware metro  what’s new 1 GHz ARMv7 processor 4-point multi-touch DirectX9-capable GPU at least 256MB ram and 8GB flash accelerometer/compass GPS 5-megapixel camera 6 dedicated hardware buttons
WINDOWS PHONE 7 metro what’s new  hardware
DEVELOPMENT I
DEVELOPMENT technologies dev lifecycle  marketplace silverlight all you would expect from browser one	(except shaders and some small limitations) XNA the ultimate framework for your game development needs developer tools – free! http://create.mdsn.com/
DEVELOPMENT dev lifecycle marketplace  technologies
DEVELOPMENT marketplace technologies  dev lifecycle centralized place for apps and games support for trial mode good apps get featured hint: there’re lots of crappy apps now,	go write your cool one and earn money!
DEVELOPMENT II
DEVELOPMENT sensors input  media  browser  and more vibration accelerometer location VibrateControllervc = VibrateController.Default; vc.Start(TimeSpan.FromSeconds(3)); var accelerometer = new Accelerometer(); accelerometer.ReadingChanged += (s, e) =>   {     textBox.Text = String.Format("{0}:{1}:{2}", e.X, e.Y, e.Z);   }; accelerometer.Start(); GeoCoordinateWatcher watcher =  	newGeoCoordinateWatcher(GeoPositionAccuracy.Low);
DEVELOPMENT input media  browser  and more  sensors TextBox supports different input scopes Text, Url, Number, Time, TelephoneNumber, etc microphone input gives access to raw WAV data calls BufferReady regularly, or the app can call GetData at any time silverlight toolkit has support for all your gesturing needs tap, hold, swipe, flick, pinch&zoom
DEVELOPMENT media browser  and more  sensors  input hardware accelerated xna framework sound effect api supports polyphonic, looping wav data some limitations exist only one MediaElement per page no VideoBrush support
DEVELOPMENT browser and more  sensors  input  media displays local and network content supports pan, double tap and pinch for zooming no in-browser silverlight for now :( interacting with javascript and vice versa string result = webBrowser.InvokeScript(“Hello”,  	“Hello from Silverlight”); function Hello(arg) { document.write(arg) } void webBrowser_ScriptNotify(object sender, NotifyEventArgs e) { MessageBox.Show(e.Value) } window.external.notify(“Hello from JavaScript”);
DEVELOPMENT and more sensors  input  media  browser silverlight toolkit – things that should have been out of the box DatePicker and TimePicker and ListPicker page transitions ToggleSwitch WrapPanel AutoCompleteBox and many more lots of cool and useful libs on codeplex
WP7 IN UKRAINE
WP7 IN UKRAINE now and in future phones – available now! :) no keyboard :( no marketplace :( no developer accounts :( those will be available in the second half of the year contact microsoftukraine guys – they can help
RESOURCES
RESOURCES design develop  publish windows phone design system: codenamed “Metro”http://go.microsoft.com/fwlink/?LinkID=189338 ui design and interaction guidehttp://go.microsoft.com/fwlink/?LinkID=183218 expression blend for windows phone- included with the developer tools design templates for windows phone 7http://go.microsoft.com/fwlink/?LinkId=196225
RESOURCES develop publish  design windows phone developer toolshttp://bit.ly/wp7developer ui design and interaction guidehttp://go.microsoft.com/fwlink/?LinkID=183218 app hub learning cataloghttp://create.msdn.com/en-US/education/ channel9 windows phone videoshttp://channel9.msdn.com/tags/Windows+Phone/ free Programming Windows Phone 7 ebookhttp://www.charlespetzold.com/phone/
RESOURCES publish design develop application certification requirementshttp://go.microsoft.com/?linkid=9730558 windows phone marketplace submission walkthroughhttp://create.msdn.com/home/about/app_submission_walkthrough_upload
Q&A
thanks for listening!

More Related Content

What's hot

Mobile Developer's Guide To The Galaxy, 5th edition
Mobile Developer's Guide To The Galaxy, 5th editionMobile Developer's Guide To The Galaxy, 5th edition
Mobile Developer's Guide To The Galaxy, 5th editionMarco Tabor
 
Johnson CV
Johnson CVJohnson CV
Johnson CV
Johnson Wang
 
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
 
Mobile Cross Platform
Mobile Cross PlatformMobile Cross Platform
Mobile Cross PlatformSujit Ghosh
 
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Kai Koenig
 
Mobile Developer's Guide To The Galaxy Vol.7
Mobile Developer's Guide To The Galaxy Vol.7Mobile Developer's Guide To The Galaxy Vol.7
Mobile Developer's Guide To The Galaxy Vol.7
Marco Tabor
 
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
 
Mobile and tablet app dev
Mobile and tablet app devMobile and tablet app dev
Mobile and tablet app dev
Jeremy Callinan
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App Development
Annmarie Lanesey
 
Mobile and Tablet App Development and Market Share
Mobile and Tablet App Development and Market ShareMobile and Tablet App Development and Market Share
Mobile and Tablet App Development and Market Share
Jeremy Callinan
 
Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Ahsanul Karim
 
App development
App developmentApp development
App development
shubhanshu16
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App DevelopmentChris Morrell
 
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
Mark Radacz
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application development
Chandan Maurya
 
Introduction to Mobile Application Development
Introduction to Mobile Application DevelopmentIntroduction to Mobile Application Development
Introduction to Mobile Application Developmentshikishiji
 
Mobile Software Development
Mobile Software DevelopmentMobile Software Development
Mobile Software Development
Sachin Palewar
 
Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?
Sura Gonzalez
 
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
Amanda Lam
 

What's hot (19)

Mobile Developer's Guide To The Galaxy, 5th edition
Mobile Developer's Guide To The Galaxy, 5th editionMobile Developer's Guide To The Galaxy, 5th edition
Mobile Developer's Guide To The Galaxy, 5th edition
 
Johnson CV
Johnson CVJohnson CV
Johnson CV
 
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
 
Mobile Cross Platform
Mobile Cross PlatformMobile Cross Platform
Mobile Cross Platform
 
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
Apps vs. Sites vs. Content - a vendor-agnostic view on building stuff for the...
 
Mobile Developer's Guide To The Galaxy Vol.7
Mobile Developer's Guide To The Galaxy Vol.7Mobile Developer's Guide To The Galaxy Vol.7
Mobile Developer's Guide To The Galaxy Vol.7
 
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
 
Mobile and tablet app dev
Mobile and tablet app devMobile and tablet app dev
Mobile and tablet app dev
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App Development
 
Mobile and Tablet App Development and Market Share
Mobile and Tablet App Development and Market ShareMobile and Tablet App Development and Market Share
Mobile and Tablet App Development and Market Share
 
Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)Day: 1 Introduction to Mobile Application Development (in Android)
Day: 1 Introduction to Mobile Application Development (in Android)
 
App development
App developmentApp development
App development
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
 
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
X-Platform native apps in C# and .NET using Xamarin tools (iOS/WP/Android)
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application development
 
Introduction to Mobile Application Development
Introduction to Mobile Application DevelopmentIntroduction to Mobile Application Development
Introduction to Mobile Application Development
 
Mobile Software Development
Mobile Software DevelopmentMobile Software Development
Mobile Software Development
 
Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?
 
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
Introduction to Application Development in Python and Gtk+ / Hildon @ Maemo 5
 

Viewers also liked

Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
Dinis Ribeiro
 
Voleibol licenal
Voleibol licenalVoleibol licenal
Voleibol licenal
paulithabonilla
 
Gss Company Profile
Gss Company ProfileGss Company Profile
Gss Company Profile
Paul O'Sullivan
 
Tecnología actual de tv parejo carrascal
Tecnología actual de tv parejo carrascalTecnología actual de tv parejo carrascal
Tecnología actual de tv parejo carrascal
MejoresBrujas_123
 
Method and apparatus for live streaming media replication in a communication ...
Method and apparatus for live streaming media replication in a communication ...Method and apparatus for live streaming media replication in a communication ...
Method and apparatus for live streaming media replication in a communication ...
Tal Lavian Ph.D.
 
HERRAMIENTAS TECNOLOGICAS
HERRAMIENTAS TECNOLOGICASHERRAMIENTAS TECNOLOGICAS
HERRAMIENTAS TECNOLOGICAS
Williams Alexander
 
Ley de creacion distrito los chankas
Ley de creacion distrito los chankasLey de creacion distrito los chankas
Ley de creacion distrito los chankas
Rufini Ccahuana
 
Social Media: The Web Wide World
Social Media: The Web Wide WorldSocial Media: The Web Wide World
Social Media: The Web Wide World
Giuliano Iacobelli
 
Investor Presentation Walkabout Resources (ASX:WKT) May 2013
Investor Presentation Walkabout Resources (ASX:WKT) May 2013Investor Presentation Walkabout Resources (ASX:WKT) May 2013
Investor Presentation Walkabout Resources (ASX:WKT) May 2013
Hong Bao Media
 
Text message marketingx
Text message marketingxText message marketingx
Text message marketingxDavid Mccammon
 
Inscritos liga vasca master 2014
Inscritos liga vasca master 2014Inscritos liga vasca master 2014
Inscritos liga vasca master 2014julian57
 
Vida de javier alfonso tenorio maureira
Vida de javier alfonso tenorio maureiraVida de javier alfonso tenorio maureira
Vida de javier alfonso tenorio maureira
Aminta Henrich Warmi Khuyay
 
Verde es-vida
Verde es-vidaVerde es-vida
Verde es-vida
M2Arquitectura
 
La Cronica 525
La Cronica 525La Cronica 525
Mi proyecto janeth
Mi proyecto janethMi proyecto janeth
Mi proyecto janeth
janeth95OM
 
Equipos para sauna mayo 2012
Equipos para sauna mayo 2012Equipos para sauna mayo 2012
Equipos para sauna mayo 2012
bettyg12v
 
Contactos
ContactosContactos
Contactos
Vera Pereira
 
Tetuán 30 días diciembre 2012
Tetuán 30 días diciembre 2012Tetuán 30 días diciembre 2012
Tetuán 30 días diciembre 2012
Tetuan30Dias
 

Viewers also liked (20)

Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
Poster Session 18 ESTEC - Lunar Sample Return Workshop - February 2014
 
Voleibol licenal
Voleibol licenalVoleibol licenal
Voleibol licenal
 
Gss Company Profile
Gss Company ProfileGss Company Profile
Gss Company Profile
 
Tecnología actual de tv parejo carrascal
Tecnología actual de tv parejo carrascalTecnología actual de tv parejo carrascal
Tecnología actual de tv parejo carrascal
 
Method and apparatus for live streaming media replication in a communication ...
Method and apparatus for live streaming media replication in a communication ...Method and apparatus for live streaming media replication in a communication ...
Method and apparatus for live streaming media replication in a communication ...
 
HERRAMIENTAS TECNOLOGICAS
HERRAMIENTAS TECNOLOGICASHERRAMIENTAS TECNOLOGICAS
HERRAMIENTAS TECNOLOGICAS
 
He shall be like a tree
He shall be like a treeHe shall be like a tree
He shall be like a tree
 
Ley de creacion distrito los chankas
Ley de creacion distrito los chankasLey de creacion distrito los chankas
Ley de creacion distrito los chankas
 
Social Media: The Web Wide World
Social Media: The Web Wide WorldSocial Media: The Web Wide World
Social Media: The Web Wide World
 
Investor Presentation Walkabout Resources (ASX:WKT) May 2013
Investor Presentation Walkabout Resources (ASX:WKT) May 2013Investor Presentation Walkabout Resources (ASX:WKT) May 2013
Investor Presentation Walkabout Resources (ASX:WKT) May 2013
 
Text message marketingx
Text message marketingxText message marketingx
Text message marketingx
 
Inscritos liga vasca master 2014
Inscritos liga vasca master 2014Inscritos liga vasca master 2014
Inscritos liga vasca master 2014
 
Vida de javier alfonso tenorio maureira
Vida de javier alfonso tenorio maureiraVida de javier alfonso tenorio maureira
Vida de javier alfonso tenorio maureira
 
Verde es-vida
Verde es-vidaVerde es-vida
Verde es-vida
 
La Cronica 525
La Cronica 525La Cronica 525
La Cronica 525
 
Mi proyecto janeth
Mi proyecto janethMi proyecto janeth
Mi proyecto janeth
 
Equipos para sauna mayo 2012
Equipos para sauna mayo 2012Equipos para sauna mayo 2012
Equipos para sauna mayo 2012
 
BIO-DATA OF Pro.R.S. Chaturvedi
BIO-DATA OF Pro.R.S. ChaturvediBIO-DATA OF Pro.R.S. Chaturvedi
BIO-DATA OF Pro.R.S. Chaturvedi
 
Contactos
ContactosContactos
Contactos
 
Tetuán 30 días diciembre 2012
Tetuán 30 días diciembre 2012Tetuán 30 días diciembre 2012
Tetuán 30 días diciembre 2012
 

Similar to Go mobile with Windows Phone

Transmission2 25.11.2009
Transmission2 25.11.2009Transmission2 25.11.2009
Transmission2 25.11.2009Patrick Lauke
 
Windows Phone 7: Silverlight
Windows Phone 7: SilverlightWindows Phone 7: Silverlight
Windows Phone 7: SilverlightRishu Mehra
 
Developing Silverlight Applications for Windows Phone 7
Developing Silverlight Applications for Windows Phone 7Developing Silverlight Applications for Windows Phone 7
Developing Silverlight Applications for Windows Phone 7
Yuriy Opryshko
 
Developing silverlight applications for windows phone 7 series
Developing silverlight applications for windows phone 7 seriesDeveloping silverlight applications for windows phone 7 series
Developing silverlight applications for windows phone 7 series
Dima Maleev
 
UX@Vitra - Experience Continuum
UX@Vitra - Experience ContinuumUX@Vitra - Experience Continuum
UX@Vitra - Experience Continuum
Katrien De Graeve
 
An end-to-end experience of Windows Phone 7 development (Part 2)
An end-to-end experience of Windows Phone 7 development (Part 2)An end-to-end experience of Windows Phone 7 development (Part 2)
An end-to-end experience of Windows Phone 7 development (Part 2)
rudigrobler
 
A new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr codeA new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr code
Matthew Chang
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011davyjones
 
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
DataArt
 
Android 3.1 - Portland Code Camp 2011
Android 3.1 - Portland Code Camp 2011Android 3.1 - Portland Code Camp 2011
Android 3.1 - Portland Code Camp 2011
sullis
 
Getting started with PhoneGap
Getting started with PhoneGapGetting started with PhoneGap
Getting started with PhoneGap
Patrick van Kouteren
 
HTML5 Can't Do That
HTML5 Can't Do ThatHTML5 Can't Do That
HTML5 Can't Do That
Nathan Smith
 
FewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mixFewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mix
Tom Crombez
 
Bruce lawson-over-the-air
Bruce lawson-over-the-airBruce lawson-over-the-air
Bruce lawson-over-the-air
brucelawson
 
Windows Phone Introduction
Windows Phone IntroductionWindows Phone Introduction
Windows Phone Introduction
Tung Nguyen Thanh
 
Mix 2010 twilight
Mix 2010 twilightMix 2010 twilight
Mix 2010 twilight
Intergen
 

Similar to Go mobile with Windows Phone (20)

Transmission2 25.11.2009
Transmission2 25.11.2009Transmission2 25.11.2009
Transmission2 25.11.2009
 
Windows Phone 7: Silverlight
Windows Phone 7: SilverlightWindows Phone 7: Silverlight
Windows Phone 7: Silverlight
 
Developing Silverlight Applications for Windows Phone 7
Developing Silverlight Applications for Windows Phone 7Developing Silverlight Applications for Windows Phone 7
Developing Silverlight Applications for Windows Phone 7
 
Developing silverlight applications for windows phone 7 series
Developing silverlight applications for windows phone 7 seriesDeveloping silverlight applications for windows phone 7 series
Developing silverlight applications for windows phone 7 series
 
UX@Vitra - Experience Continuum
UX@Vitra - Experience ContinuumUX@Vitra - Experience Continuum
UX@Vitra - Experience Continuum
 
Rhodes vs Phonegap
Rhodes vs PhonegapRhodes vs Phonegap
Rhodes vs Phonegap
 
An end-to-end experience of Windows Phone 7 development (Part 2)
An end-to-end experience of Windows Phone 7 development (Part 2)An end-to-end experience of Windows Phone 7 development (Part 2)
An end-to-end experience of Windows Phone 7 development (Part 2)
 
A new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr codeA new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr code
 
Intel AppUp Day Bologna
Intel AppUp Day BolognaIntel AppUp Day Bologna
Intel AppUp Day Bologna
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011
 
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
Маргарита Остапчук (Microsoft Украина) «Разработка на универсальной платформе...
 
Android 3.1 - Portland Code Camp 2011
Android 3.1 - Portland Code Camp 2011Android 3.1 - Portland Code Camp 2011
Android 3.1 - Portland Code Camp 2011
 
Getting started with PhoneGap
Getting started with PhoneGapGetting started with PhoneGap
Getting started with PhoneGap
 
Webtech 17.11.2009
Webtech 17.11.2009Webtech 17.11.2009
Webtech 17.11.2009
 
HTML5 Can't Do That
HTML5 Can't Do ThatHTML5 Can't Do That
HTML5 Can't Do That
 
FewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mixFewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mix
 
Windows 7 mobile
Windows 7 mobileWindows 7 mobile
Windows 7 mobile
 
Bruce lawson-over-the-air
Bruce lawson-over-the-airBruce lawson-over-the-air
Bruce lawson-over-the-air
 
Windows Phone Introduction
Windows Phone IntroductionWindows Phone Introduction
Windows Phone Introduction
 
Mix 2010 twilight
Mix 2010 twilightMix 2010 twilight
Mix 2010 twilight
 

More from Dima Maleev

Mems
MemsMems
JavaScript in Mobile Development
JavaScript in Mobile DevelopmentJavaScript in Mobile Development
JavaScript in Mobile Development
Dima Maleev
 
What is new in Angular 2.0
What is new in Angular 2.0What is new in Angular 2.0
What is new in Angular 2.0Dima Maleev
 
Fear and Loathing at PhoneGap
Fear and Loathing at PhoneGapFear and Loathing at PhoneGap
Fear and Loathing at PhoneGap
Dima Maleev
 
Development Applications for Chrome OS
Development Applications for Chrome OSDevelopment Applications for Chrome OS
Development Applications for Chrome OS
Dima Maleev
 
Mobile for JS Developer
Mobile for JS DeveloperMobile for JS Developer
Mobile for JS Developer
Dima Maleev
 
Gamification
GamificationGamification
Gamification
Dima Maleev
 
Development Application for Windows 8 by Eugene Kiriyan
Development Application for Windows 8 by Eugene KiriyanDevelopment Application for Windows 8 by Eugene Kiriyan
Development Application for Windows 8 by Eugene KiriyanDima Maleev
 
.NET MicroFramework by Yulian Slobodyan
.NET MicroFramework by Yulian Slobodyan.NET MicroFramework by Yulian Slobodyan
.NET MicroFramework by Yulian SlobodyanDima Maleev
 
Lviv .Net User Group. NHibernate
Lviv .Net User Group. NHibernateLviv .Net User Group. NHibernate
Lviv .Net User Group. NHibernateDima Maleev
 
Time. To manage, or not to manage
Time. To manage, or not to manageTime. To manage, or not to manage
Time. To manage, or not to manageDima Maleev
 
Parallel extensions in .Net 4.0
Parallel extensions in .Net 4.0Parallel extensions in .Net 4.0
Parallel extensions in .Net 4.0Dima Maleev
 
Создание SharePoint 2010 решений в Visual Studio
Создание SharePoint 2010 решений в Visual StudioСоздание SharePoint 2010 решений в Visual Studio
Создание SharePoint 2010 решений в Visual Studio
Dima Maleev
 
24000 Days Of UX
24000 Days Of UX24000 Days Of UX
24000 Days Of UX
Dima Maleev
 
New Features Of ASP.Net 4 0
New Features Of ASP.Net 4 0New Features Of ASP.Net 4 0
New Features Of ASP.Net 4 0Dima Maleev
 

More from Dima Maleev (16)

Mems
MemsMems
Mems
 
JavaScript in Mobile Development
JavaScript in Mobile DevelopmentJavaScript in Mobile Development
JavaScript in Mobile Development
 
What is new in Angular 2.0
What is new in Angular 2.0What is new in Angular 2.0
What is new in Angular 2.0
 
Fear and Loathing at PhoneGap
Fear and Loathing at PhoneGapFear and Loathing at PhoneGap
Fear and Loathing at PhoneGap
 
Development Applications for Chrome OS
Development Applications for Chrome OSDevelopment Applications for Chrome OS
Development Applications for Chrome OS
 
Mobile for JS Developer
Mobile for JS DeveloperMobile for JS Developer
Mobile for JS Developer
 
Gamification
GamificationGamification
Gamification
 
Development Application for Windows 8 by Eugene Kiriyan
Development Application for Windows 8 by Eugene KiriyanDevelopment Application for Windows 8 by Eugene Kiriyan
Development Application for Windows 8 by Eugene Kiriyan
 
.NET MicroFramework by Yulian Slobodyan
.NET MicroFramework by Yulian Slobodyan.NET MicroFramework by Yulian Slobodyan
.NET MicroFramework by Yulian Slobodyan
 
Lviv .Net User Group. NHibernate
Lviv .Net User Group. NHibernateLviv .Net User Group. NHibernate
Lviv .Net User Group. NHibernate
 
Time. To manage, or not to manage
Time. To manage, or not to manageTime. To manage, or not to manage
Time. To manage, or not to manage
 
Parallel extensions in .Net 4.0
Parallel extensions in .Net 4.0Parallel extensions in .Net 4.0
Parallel extensions in .Net 4.0
 
Создание SharePoint 2010 решений в Visual Studio
Создание SharePoint 2010 решений в Visual StudioСоздание SharePoint 2010 решений в Visual Studio
Создание SharePoint 2010 решений в Visual Studio
 
24000 Days Of UX
24000 Days Of UX24000 Days Of UX
24000 Days Of UX
 
New Features Of ASP.Net 4 0
New Features Of ASP.Net 4 0New Features Of ASP.Net 4 0
New Features Of ASP.Net 4 0
 
Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 

Recently uploaded

Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 

Recently uploaded (20)

Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 

Go mobile with Windows Phone

  • 1.
  • 4. GO MOBILE history touch era windows mobile brick candy bar feature phone smartphone iPhone :)
  • 5. GO MOBILE touch era windows mobile history GPRS/3G/Wi-Fi fingers, not stylus accelerometers GPS and location services rich interface media platform “it’s about the web”
  • 6. GO MOBILE windows mobile history touch era old and bloated fragmented stylus-oriented UX varies on different phones non-centralized app deployment etc overall: needs a change
  • 8. WINDOWS PHONE 7 what‘s new hardware metro completely different end user comes first “glance and go” consistent user interface consistent hardware
  • 9. WINDOWS PHONE 7 hardware metro what’s new 1 GHz ARMv7 processor 4-point multi-touch DirectX9-capable GPU at least 256MB ram and 8GB flash accelerometer/compass GPS 5-megapixel camera 6 dedicated hardware buttons
  • 10. WINDOWS PHONE 7 metro what’s new hardware
  • 12. DEVELOPMENT technologies dev lifecycle marketplace silverlight all you would expect from browser one (except shaders and some small limitations) XNA the ultimate framework for your game development needs developer tools – free! http://create.mdsn.com/
  • 13. DEVELOPMENT dev lifecycle marketplace technologies
  • 14. DEVELOPMENT marketplace technologies dev lifecycle centralized place for apps and games support for trial mode good apps get featured hint: there’re lots of crappy apps now, go write your cool one and earn money!
  • 16. DEVELOPMENT sensors input media browser and more vibration accelerometer location VibrateControllervc = VibrateController.Default; vc.Start(TimeSpan.FromSeconds(3)); var accelerometer = new Accelerometer(); accelerometer.ReadingChanged += (s, e) => { textBox.Text = String.Format("{0}:{1}:{2}", e.X, e.Y, e.Z); }; accelerometer.Start(); GeoCoordinateWatcher watcher = newGeoCoordinateWatcher(GeoPositionAccuracy.Low);
  • 17. DEVELOPMENT input media browser and more sensors TextBox supports different input scopes Text, Url, Number, Time, TelephoneNumber, etc microphone input gives access to raw WAV data calls BufferReady regularly, or the app can call GetData at any time silverlight toolkit has support for all your gesturing needs tap, hold, swipe, flick, pinch&zoom
  • 18. DEVELOPMENT media browser and more sensors input hardware accelerated xna framework sound effect api supports polyphonic, looping wav data some limitations exist only one MediaElement per page no VideoBrush support
  • 19. DEVELOPMENT browser and more sensors input media displays local and network content supports pan, double tap and pinch for zooming no in-browser silverlight for now :( interacting with javascript and vice versa string result = webBrowser.InvokeScript(“Hello”, “Hello from Silverlight”); function Hello(arg) { document.write(arg) } void webBrowser_ScriptNotify(object sender, NotifyEventArgs e) { MessageBox.Show(e.Value) } window.external.notify(“Hello from JavaScript”);
  • 20. DEVELOPMENT and more sensors input media browser silverlight toolkit – things that should have been out of the box DatePicker and TimePicker and ListPicker page transitions ToggleSwitch WrapPanel AutoCompleteBox and many more lots of cool and useful libs on codeplex
  • 22. WP7 IN UKRAINE now and in future phones – available now! :) no keyboard :( no marketplace :( no developer accounts :( those will be available in the second half of the year contact microsoftukraine guys – they can help
  • 24. RESOURCES design develop publish windows phone design system: codenamed “Metro”http://go.microsoft.com/fwlink/?LinkID=189338 ui design and interaction guidehttp://go.microsoft.com/fwlink/?LinkID=183218 expression blend for windows phone- included with the developer tools design templates for windows phone 7http://go.microsoft.com/fwlink/?LinkId=196225
  • 25. RESOURCES develop publish design windows phone developer toolshttp://bit.ly/wp7developer ui design and interaction guidehttp://go.microsoft.com/fwlink/?LinkID=183218 app hub learning cataloghttp://create.msdn.com/en-US/education/ channel9 windows phone videoshttp://channel9.msdn.com/tags/Windows+Phone/ free Programming Windows Phone 7 ebookhttp://www.charlespetzold.com/phone/
  • 26. RESOURCES publish design develop application certification requirementshttp://go.microsoft.com/?linkid=9730558 windows phone marketplace submission walkthroughhttp://create.msdn.com/home/about/app_submission_walkthrough_upload
  • 27. Q&A