SlideShare ist ein Scribd-Unternehmen logo
1 von 28
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!

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
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 editionMarco 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.7Marco 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.10Marco Tabor
 
Mobile and tablet app dev
Mobile and tablet app devMobile and tablet app dev
Mobile and tablet app devJeremy Callinan
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App DevelopmentAnnmarie 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 ShareJeremy 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
 
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 developmentChandan 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 DevelopmentSachin 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 5Amanda Lam
 

Was ist angesagt? (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
 

Andere mochten auch

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 2014Dinis Ribeiro
 
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 carrascalMejoresBrujas_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.
 
Ley de creacion distrito los chankas
Ley de creacion distrito los chankasLey de creacion distrito los chankas
Ley de creacion distrito los chankasRufini Ccahuana
 
Social Media: The Web Wide World
Social Media: The Web Wide WorldSocial Media: The Web Wide World
Social Media: The Web Wide WorldGiuliano 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 2013Hong 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
 
Mi proyecto janeth
Mi proyecto janethMi proyecto janeth
Mi proyecto janethjaneth95OM
 
Equipos para sauna mayo 2012
Equipos para sauna mayo 2012Equipos para sauna mayo 2012
Equipos para sauna mayo 2012bettyg12v
 
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 2012Tetuan30Dias
 

Andere mochten auch (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
 

Ähnlich wie 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 7Yuriy 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 seriesDima Maleev
 
UX@Vitra - Experience Continuum
UX@Vitra - Experience ContinuumUX@Vitra - Experience Continuum
UX@Vitra - Experience ContinuumKatrien 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 codeMatthew 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 2011sullis
 
HTML5 Can't Do That
HTML5 Can't Do ThatHTML5 Can't Do That
HTML5 Can't Do ThatNathan Smith
 
FewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mixFewebPlus @ microsoft 19 april 2010 mix
FewebPlus @ microsoft 19 april 2010 mixTom Crombez
 
Bruce lawson-over-the-air
Bruce lawson-over-the-airBruce lawson-over-the-air
Bruce lawson-over-the-airbrucelawson
 
Mix 2010 twilight
Mix 2010 twilightMix 2010 twilight
Mix 2010 twilightIntergen
 

Ähnlich wie 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
 

Mehr von Dima Maleev

JavaScript in Mobile Development
JavaScript in Mobile DevelopmentJavaScript in Mobile Development
JavaScript in Mobile DevelopmentDima 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 PhoneGapDima Maleev
 
Development Applications for Chrome OS
Development Applications for Chrome OSDevelopment Applications for Chrome OS
Development Applications for Chrome OSDima Maleev
 
Mobile for JS Developer
Mobile for JS DeveloperMobile for JS Developer
Mobile for JS DeveloperDima 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 StudioDima Maleev
 
24000 Days Of UX
24000 Days Of UX24000 Days Of UX
24000 Days Of UXDima 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
 

Mehr von 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
 

Kürzlich hochgeladen

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

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