Nick Landry
Microsoft Senior Technical Evangelist, NY Metro
Nokia Developer Ambassador & Champion
ext-nick.landry@nokia.com
@ActiveNick – www.AgeofMobility.com
Developing Windows Phone Apps
with the Nokia Imaging SDK
talk2me
Chicago – April 12, 2014
Who is ActiveNick?
• Senior Technical Evangelist – Microsoft, NY Metro Audience Team
• Nokia Developer Ambassador and Champion
• Former Microsoft MVP: 2005-2014 – Windows Phone Development
• Mobile Publisher – Big Bald Apps: http://www.bigbaldapps.com
• Speaker. Blogger. Author. Tweeter. Father. Gamer
• 20+ Years of Professional Experience
• Specialties:
• Mobile Development
• Location Intelligence & Geospatial Systems
• Data Visualization, HPC, Cloud
• Mobile Game Development
• Blog: www.AgeofMobility.com
• Twitter: @ActiveNick
2005-2014
Nokia Internal Use Only
MUSIC
WINDOWS PHONE USER EXPERIENCE HARDWARE DESIGN & ENGINEERING
IMAGING SENSORCORE
LUMIA DIFFERENTIATION
Get noticed from the crowd
LOCATION MUSICSENSORCORE
Agenda
Nokia Imaging SDK Building Advanced Imaging
Apps for Windows Phone
Introduction to the Nokia Imaging SDK
What is the Nokia Imaging SDK?
• Includes more than 50 ready to use image processing filters
and effects, with various adjustment parameters
• Supports creation of totally custom filters
• Accessible from managed and native code
• Supports various source types: bitmaps, streams, files and
camera viewfinder
• Partial JPEG decoding - using RAJPEG technology, access
image data without decoding a whole JPEG image for a fast
previews, application of effects, rotation, and cropping of high
resolution images
Cool apps using the SDK
Pikura
Real-time camera
filters
One Shot Gigapixel image browser
(wiki article)
Zooming in a
400MP image
Image filters
NOKIAIMAGING SDK
Makes imaging magic
Easy to use, 50+ filters,
1,500+ apps
1.0JUL 2013
Performance
enhancements, Lens blur,
HDR, Foreground picker
1.1FEB 2014
Easy GIF creation,
Local image blend, Even
more performance
enhancements
1.2APR 2014
BETA
WHAT’S NEW IN THE 1.2 (BETA) VERSION?
Blend Filter Target Area
Image Aligner
Animated GIF renderer
Low memory custom
effects
Supports Windows Phone 8.1
Extends Windows 8.1 support to include x64 configuration
Overview of
Image Filters &
Effects
List of Filters and Effects I
Antique Auto Enhance Auto Levels Blend Blur Brightness
Cartoon Color Adjust Color Boost Colorization Color Swap Contrast
Crop Curves Despeckle Emboss Exposure Flip
List of Filters and Effects II
Fog Foundation Frame Free Rotation Grayscale Grayscale Negative
Hue Saturation Image Fusion Levels Local Boost Lomo Magic Pen
Milky Mirror Mono Color Moonlight Negative Noise
List of Filters and Effects III
Oily Paint Posterize Sepia Sharpness Sketch
Solarize Split Tone Spotlight Stamp Step Rotation Temperature and Tint
Vignetting Warp Watercolor White Balance ChromaKey
ChromaKey Filter adds transparency to the pixels of a specific color
ChromaKey
Blend modes
Blend mode:
Color Burn
Blend mode:
Color
Blend mode:
Add
1st image 2nd image
HDR Effect
Library contains three architectural building blocks:
• Image sources (such as bitmaps, streams, files)
• Effects (built-in or custom)
• Renderers (outputs bitmaps or files)
Combining these building blocks, developer creates
rendering pipeline
Once pipeline is created, it is possible to change filter
parameters, or their sequence.
IMAGE SOURCE
FILTER EFFECTS
CARTOON
FILTER
FOG FILTER
…
RENDERER
GENERAL ARCHITECTURE OVERVIEW
Full details in Lumia Developer Library
http://developer.nokia.com/resources/library/Lumia/
General Overview of Required Steps
• Step 1: Include Nokia Imaging SDK Libraries into your project
• Step 2: Prepare source image: uncompressed image as WriteableBitmap,
AudioVideoCaptureDevice or compressed image as IBuffer, StorageFile
• Step 3: Create image source as instance of IImageSource
• Step 4: Instantiate and configure one or more effects, chained together
• Step 5: Create renderer with associated effect chain and target output
• Step 6: Use asynchronous methods RenderAsync in order to generate output
• Remember: official documentation is part of the Lumia Developer Library
http://developer.nokia.com/resources/library/Lumia/nokia-imaging-sdk.html
Nokia Imaging SDK Libraries
• Installable via NuGet Package Manager
• Make sure that in the Project’s Configuration
Manager, there will remain only X86 and ARM
platforms. “Any CPU” and “x64” platforms should
be removed
• Remember: Nokia Imaging SDK library is going to
be included into your final XAP file
DEMO
Hands-On:
Taking the SDK into
use, Applying filters
Interactive Foreground Segmenter
Lens Blur
DEMO
Hands-On:
Interactive Foreground
Segmenter & Lens Blur
DEMO
Hands-On:
Interactive Foreground
Segmenter & Lens Blur
ANIMATED GIF RENDERER
IMAGE ALIGNER
• Create an outstanding imaging app
• Win a trip to experience zero gravity
• developer.nokia.com/imagin8
Nokia Imaging SDK Reference Links
• Installation instructions on NuGet
• http://www.nuget.org/packages/NokiaImagingSDK
• Documentation and Samples
• http://developer.nokia.com/lumia/nokia-apis/imaging
• Lumia App Labs: Working with high resolution images in Windows Phone 8
• http://developer.nokia.com/lumia/lumia-app-labs#ep14
• Download Sample Nokia Developer Apps on your Windows Phone
• Apps built with various Nokia APIs
• Source code available on Nokia’s Developer Center
• http://www.windowsphone.com/en-US/store/publishers?
publisherId=Nokia%2BDeveloper (search the App Store for “Nokia Developer”)
//build/ Sessions: Nokia Imaging SDK
• Extend your Windows Apps with Nokia SDKs
• http://channel9.msdn.com/Events/Build/2014/2-659
• All //build/ 2014 sessions available online:
• http://channel9.msdn.com/events/build/2014
Next Steps…
Get Ready to Become a Windows Phone Developer
Download the SDK at dev.windowsphone.com
Explore the Microsoft samples and start building apps in Visual Studio
Learn More About Windows Phone Devvia Official Microsoft Videos
Windows Phone 8 Jump Start Training: http://bit.ly/wp8jump
Windows Phone 8 Dev for Absolute Beginners: http://bit.ly/wp8devAB
Check Out Additional Learning Resources
Pluralsight WP Training: www.pluralsight.com/training/Courses#windows-phone
Nokia Developer: www.developer.nokia.com
Download Additional Resources & Become an Expert
Download the Windows Phone Toolkit: phone.codeplex.com
Nokia Developer Offers: http://bit.ly/nokiadevoffers
32
1
2
3
4
Windows Phone Resources
• Nick Landry’s Blog: www.AgeofMobility.com
• Nick Landry’s Getting Started Resources: www.ageofmobility.com/?page_id=961
• Windows Phone Developer Blog: blogs.windows.com/windows_phone/b/wpdev
• Windows Phone Consumer Blog: blogs.windows.com/windows_phone/b/windowsphone
• Nokia WP Wiki: www.developer.nokia.com/Community/Wiki/Category:Windows_Phone
• Nokia Dvlup Challenges & Rewards: www.dvlup.com
• Nokia Conversations Blog: http://conversations.nokia.com
• Microsoft App Studio: http://apps.windowsstore.com
• Windows Phone Developer Magazine (online via Flipboard): http://flip.it/95YFG
• GeekChamp (WP & Win8 dev): www.geekchamp.com
• Windows Phone Central (News): www.wpcentral.com
Thank You!
Slides and demos will be posted on SlideShare (see link below)
Let me know how you liked this session. Your feedback is important and appreciated.
Slideshare: www.slideshare.net/ActiveNick
Blog: www.AgeofMobility.com
Twitter: @ActiveNick
Mobile Apps: www.bigbaldapps.com
LinkedIn: www.linkedin.com/in/activenick
Website: www.mobility42.com
Email: ext-nick.landry@nokia.com

More Related Content

PPTX
Introduction to Android and Android Studio
PDF
LUMIA APP LAB #15: USING THE NOKIA IMAGING SDK
PDF
Best Tools for Business
ODP
Custom Android App Development – Web Animation India
PPTX
Multi-platform Compatibility of HTML5 by developing simple HTML5 based game(M...
PPTX
Introduction to Android Programming
PPTX
Introduction to Android programming
PDF
Microsoft Tools for Android Developers
Introduction to Android and Android Studio
LUMIA APP LAB #15: USING THE NOKIA IMAGING SDK
Best Tools for Business
Custom Android App Development – Web Animation India
Multi-platform Compatibility of HTML5 by developing simple HTML5 based game(M...
Introduction to Android Programming
Introduction to Android programming
Microsoft Tools for Android Developers

What's hot (20)

PDF
Building Universal Windows Apps for Smartphones and Tablets with XAML & C#
PPTX
Android Web app
PPTX
App Studio: Hands-On
PPTX
Gdsc android introduction
PPTX
Project presentation (Loginradius SDK for Android)
PPTX
Android studio ppt
PDF
Bots are the New Apps: Building Bots with ASP.NET WebAPI & Language Understan...
PDF
Introduction to Android Programming by Dr.M.Pyingkodi-kongu engineering c...
PPTX
Lviv MD Day 2015 Олександр Краковецький "Universal Windows Platform Bridges д...
PPTX
Basic android-ppt
PDF
Android fundamentals and tutorial for beginners
PPTX
Building Visual Studio LightSwitch Application
ODP
Hybrid application development
PDF
Android 6.0 Marshmallow - Everything you need to know !
PPTX
Azure Mobile Services (+ Universal Apps)
PDF
Progress Rollbase: Building Powerful Applications One Block at a Time
PPTX
Android development
PPT
Android Training
PDF
Computer Science: Your Ticket to a Cool Career
PDF
Extending your apps to wearables - DroidCon Paris 2014
Building Universal Windows Apps for Smartphones and Tablets with XAML & C#
Android Web app
App Studio: Hands-On
Gdsc android introduction
Project presentation (Loginradius SDK for Android)
Android studio ppt
Bots are the New Apps: Building Bots with ASP.NET WebAPI & Language Understan...
Introduction to Android Programming by Dr.M.Pyingkodi-kongu engineering c...
Lviv MD Day 2015 Олександр Краковецький "Universal Windows Platform Bridges д...
Basic android-ppt
Android fundamentals and tutorial for beginners
Building Visual Studio LightSwitch Application
Hybrid application development
Android 6.0 Marshmallow - Everything you need to know !
Azure Mobile Services (+ Universal Apps)
Progress Rollbase: Building Powerful Applications One Block at a Time
Android development
Android Training
Computer Science: Your Ticket to a Cool Career
Extending your apps to wearables - DroidCon Paris 2014
Ad

Similar to Developing Windows Phone Apps with the Nokia Imaging SDK (20)

PDF
LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0
PDF
Lumia App Labs: Nokia Imaging SDK 1.1
PDF
7.imaging on windows phone
PPTX
Developing Imaging Apps Using Nokia Imaging SDK v1.1
PPTX
PPTX
Nokia Imaging SDK 1.0
PDF
Windows phone 8 session 2
PDF
LUMIA APP LABS: GAMES DEVELOPMENT USING WINDOWS PHONE 8
PDF
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
PPTX
Developing windows phone 7 application with silverlight
PPTX
Zadar Developers Hub - Windows Phone Development
PPTX
Windows phone7 subodh
PPTX
Windows Phone 7 apps development with Silverlight
PPTX
Windows Phone Introduction
PDF
Nokia Asha from idea to app - Imaging
PPTX
Windows Phone Application development
PPTX
Windows phone app development overview
PPT
Developing Apps for Nokia Windows Phone VSLiv Conference May 15, 2012 @iRajLal
PPTX
Presentation at InfoCom conference about Windows Phone
PPTX
XNA for Windows Phone
LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0
Lumia App Labs: Nokia Imaging SDK 1.1
7.imaging on windows phone
Developing Imaging Apps Using Nokia Imaging SDK v1.1
Nokia Imaging SDK 1.0
Windows phone 8 session 2
LUMIA APP LABS: GAMES DEVELOPMENT USING WINDOWS PHONE 8
LUMIA APP LABS: WINDOWS PHONE 8 FOR NOKIA DEVELOPERS
Developing windows phone 7 application with silverlight
Zadar Developers Hub - Windows Phone Development
Windows phone7 subodh
Windows Phone 7 apps development with Silverlight
Windows Phone Introduction
Nokia Asha from idea to app - Imaging
Windows Phone Application development
Windows phone app development overview
Developing Apps for Nokia Windows Phone VSLiv Conference May 15, 2012 @iRajLal
Presentation at InfoCom conference about Windows Phone
XNA for Windows Phone
Ad

More from Nick Landry (20)

PDF
Designing XR Experiences with Speech & Natural Language Understanding in Unity
PDF
MR + AI: Machine Learning for Language in HoloLens & VR Apps
PDF
Building Holographic & VR Experiences Using the Mixed Reality Toolkit for Unity
PDF
Developing for Xbox as an Indie in 2018
PDF
Mixed Reality Development Overview
PDF
Mobilizing your Existing Enterprise Applications
PDF
Lessons Learned from Real World Xamarin.Forms Projects
PDF
Building Mixed Reality Experiences with the HoloToolkit for Unity
PDF
Microsoft Speech Technologies for Developers
PDF
Building Mixed Reality Experiences for Microsoft HoloLens
PDF
Building a Cross-Platform Mobile App Backend in the Cloud with Node.js
PDF
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
PDF
Building Mixed Reality Experiences for Microsoft HoloLens in Unity
PDF
State of Union: Xamarin & Cross-Platform .NET in 2016 and Beyond
PDF
Cognitive Services: Building Smart Apps with Speech, NLP & Vision
PDF
Bots are the New Apps: Building with the Bot Framework & Language Understanding
PDF
From Oculus to HoloLens: Building Virtual & Mixed Reality Apps & Games
PDF
Building a Windows 10 Game with C#, XAML and Win2D
PDF
Hacking with the Raspberry Pi and Windows 10 IoT Core
PDF
Building a New Generation of Mobile Games with Speech
Designing XR Experiences with Speech & Natural Language Understanding in Unity
MR + AI: Machine Learning for Language in HoloLens & VR Apps
Building Holographic & VR Experiences Using the Mixed Reality Toolkit for Unity
Developing for Xbox as an Indie in 2018
Mixed Reality Development Overview
Mobilizing your Existing Enterprise Applications
Lessons Learned from Real World Xamarin.Forms Projects
Building Mixed Reality Experiences with the HoloToolkit for Unity
Microsoft Speech Technologies for Developers
Building Mixed Reality Experiences for Microsoft HoloLens
Building a Cross-Platform Mobile App Backend in the Cloud with Node.js
Scaling IoT: Telemetry, Command & Control, Analytics and the Cloud
Building Mixed Reality Experiences for Microsoft HoloLens in Unity
State of Union: Xamarin & Cross-Platform .NET in 2016 and Beyond
Cognitive Services: Building Smart Apps with Speech, NLP & Vision
Bots are the New Apps: Building with the Bot Framework & Language Understanding
From Oculus to HoloLens: Building Virtual & Mixed Reality Apps & Games
Building a Windows 10 Game with C#, XAML and Win2D
Hacking with the Raspberry Pi and Windows 10 IoT Core
Building a New Generation of Mobile Games with Speech

Recently uploaded (20)

PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
1 - Historical Antecedents, Social Consideration.pdf
PPTX
2018-HIPAA-Renewal-Training for executives
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PDF
A review of recent deep learning applications in wood surface defect identifi...
PPTX
The various Industrial Revolutions .pptx
PDF
Five Habits of High-Impact Board Members
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
PDF
The influence of sentiment analysis in enhancing early warning system model f...
PPT
What is a Computer? Input Devices /output devices
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
CloudStack 4.21: First Look Webinar slides
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
Developing a website for English-speaking practice to English as a foreign la...
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
1 - Historical Antecedents, Social Consideration.pdf
2018-HIPAA-Renewal-Training for executives
Flame analysis and combustion estimation using large language and vision assi...
Consumable AI The What, Why & How for Small Teams.pdf
Module 1.ppt Iot fundamentals and Architecture
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
Final SEM Unit 1 for mit wpu at pune .pptx
A proposed approach for plagiarism detection in Myanmar Unicode text
A review of recent deep learning applications in wood surface defect identifi...
The various Industrial Revolutions .pptx
Five Habits of High-Impact Board Members
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Convolutional neural network based encoder-decoder for efficient real-time ob...
The influence of sentiment analysis in enhancing early warning system model f...
What is a Computer? Input Devices /output devices
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
CloudStack 4.21: First Look Webinar slides
OpenACC and Open Hackathons Monthly Highlights July 2025

Developing Windows Phone Apps with the Nokia Imaging SDK

  • 1. Nick Landry Microsoft Senior Technical Evangelist, NY Metro Nokia Developer Ambassador & Champion [email protected] @ActiveNick – www.AgeofMobility.com Developing Windows Phone Apps with the Nokia Imaging SDK talk2me Chicago – April 12, 2014
  • 2. Who is ActiveNick? • Senior Technical Evangelist – Microsoft, NY Metro Audience Team • Nokia Developer Ambassador and Champion • Former Microsoft MVP: 2005-2014 – Windows Phone Development • Mobile Publisher – Big Bald Apps: http://www.bigbaldapps.com • Speaker. Blogger. Author. Tweeter. Father. Gamer • 20+ Years of Professional Experience • Specialties: • Mobile Development • Location Intelligence & Geospatial Systems • Data Visualization, HPC, Cloud • Mobile Game Development • Blog: www.AgeofMobility.com • Twitter: @ActiveNick 2005-2014
  • 3. Nokia Internal Use Only MUSIC WINDOWS PHONE USER EXPERIENCE HARDWARE DESIGN & ENGINEERING IMAGING SENSORCORE LUMIA DIFFERENTIATION Get noticed from the crowd LOCATION MUSICSENSORCORE
  • 4. Agenda Nokia Imaging SDK Building Advanced Imaging Apps for Windows Phone Introduction to the Nokia Imaging SDK
  • 5. What is the Nokia Imaging SDK? • Includes more than 50 ready to use image processing filters and effects, with various adjustment parameters • Supports creation of totally custom filters • Accessible from managed and native code • Supports various source types: bitmaps, streams, files and camera viewfinder • Partial JPEG decoding - using RAJPEG technology, access image data without decoding a whole JPEG image for a fast previews, application of effects, rotation, and cropping of high resolution images
  • 6. Cool apps using the SDK Pikura Real-time camera filters One Shot Gigapixel image browser (wiki article) Zooming in a 400MP image Image filters
  • 7. NOKIAIMAGING SDK Makes imaging magic Easy to use, 50+ filters, 1,500+ apps 1.0JUL 2013 Performance enhancements, Lens blur, HDR, Foreground picker 1.1FEB 2014 Easy GIF creation, Local image blend, Even more performance enhancements 1.2APR 2014 BETA
  • 8. WHAT’S NEW IN THE 1.2 (BETA) VERSION? Blend Filter Target Area Image Aligner Animated GIF renderer Low memory custom effects Supports Windows Phone 8.1 Extends Windows 8.1 support to include x64 configuration
  • 10. List of Filters and Effects I Antique Auto Enhance Auto Levels Blend Blur Brightness Cartoon Color Adjust Color Boost Colorization Color Swap Contrast Crop Curves Despeckle Emboss Exposure Flip
  • 11. List of Filters and Effects II Fog Foundation Frame Free Rotation Grayscale Grayscale Negative Hue Saturation Image Fusion Levels Local Boost Lomo Magic Pen Milky Mirror Mono Color Moonlight Negative Noise
  • 12. List of Filters and Effects III Oily Paint Posterize Sepia Sharpness Sketch Solarize Split Tone Spotlight Stamp Step Rotation Temperature and Tint Vignetting Warp Watercolor White Balance ChromaKey
  • 13. ChromaKey Filter adds transparency to the pixels of a specific color ChromaKey
  • 14. Blend modes Blend mode: Color Burn Blend mode: Color Blend mode: Add 1st image 2nd image
  • 16. Library contains three architectural building blocks: • Image sources (such as bitmaps, streams, files) • Effects (built-in or custom) • Renderers (outputs bitmaps or files) Combining these building blocks, developer creates rendering pipeline Once pipeline is created, it is possible to change filter parameters, or their sequence. IMAGE SOURCE FILTER EFFECTS CARTOON FILTER FOG FILTER … RENDERER GENERAL ARCHITECTURE OVERVIEW Full details in Lumia Developer Library http://developer.nokia.com/resources/library/Lumia/
  • 17. General Overview of Required Steps • Step 1: Include Nokia Imaging SDK Libraries into your project • Step 2: Prepare source image: uncompressed image as WriteableBitmap, AudioVideoCaptureDevice or compressed image as IBuffer, StorageFile • Step 3: Create image source as instance of IImageSource • Step 4: Instantiate and configure one or more effects, chained together • Step 5: Create renderer with associated effect chain and target output • Step 6: Use asynchronous methods RenderAsync in order to generate output • Remember: official documentation is part of the Lumia Developer Library http://developer.nokia.com/resources/library/Lumia/nokia-imaging-sdk.html
  • 18. Nokia Imaging SDK Libraries • Installable via NuGet Package Manager • Make sure that in the Project’s Configuration Manager, there will remain only X86 and ARM platforms. “Any CPU” and “x64” platforms should be removed • Remember: Nokia Imaging SDK library is going to be included into your final XAP file
  • 19. DEMO Hands-On: Taking the SDK into use, Applying filters
  • 26. • Create an outstanding imaging app • Win a trip to experience zero gravity • developer.nokia.com/imagin8
  • 27. Nokia Imaging SDK Reference Links • Installation instructions on NuGet • http://www.nuget.org/packages/NokiaImagingSDK • Documentation and Samples • http://developer.nokia.com/lumia/nokia-apis/imaging • Lumia App Labs: Working with high resolution images in Windows Phone 8 • http://developer.nokia.com/lumia/lumia-app-labs#ep14 • Download Sample Nokia Developer Apps on your Windows Phone • Apps built with various Nokia APIs • Source code available on Nokia’s Developer Center • http://www.windowsphone.com/en-US/store/publishers? publisherId=Nokia%2BDeveloper (search the App Store for “Nokia Developer”)
  • 28. //build/ Sessions: Nokia Imaging SDK • Extend your Windows Apps with Nokia SDKs • http://channel9.msdn.com/Events/Build/2014/2-659 • All //build/ 2014 sessions available online: • http://channel9.msdn.com/events/build/2014
  • 29. Next Steps… Get Ready to Become a Windows Phone Developer Download the SDK at dev.windowsphone.com Explore the Microsoft samples and start building apps in Visual Studio Learn More About Windows Phone Devvia Official Microsoft Videos Windows Phone 8 Jump Start Training: http://bit.ly/wp8jump Windows Phone 8 Dev for Absolute Beginners: http://bit.ly/wp8devAB Check Out Additional Learning Resources Pluralsight WP Training: www.pluralsight.com/training/Courses#windows-phone Nokia Developer: www.developer.nokia.com Download Additional Resources & Become an Expert Download the Windows Phone Toolkit: phone.codeplex.com Nokia Developer Offers: http://bit.ly/nokiadevoffers 32 1 2 3 4
  • 30. Windows Phone Resources • Nick Landry’s Blog: www.AgeofMobility.com • Nick Landry’s Getting Started Resources: www.ageofmobility.com/?page_id=961 • Windows Phone Developer Blog: blogs.windows.com/windows_phone/b/wpdev • Windows Phone Consumer Blog: blogs.windows.com/windows_phone/b/windowsphone • Nokia WP Wiki: www.developer.nokia.com/Community/Wiki/Category:Windows_Phone • Nokia Dvlup Challenges & Rewards: www.dvlup.com • Nokia Conversations Blog: http://conversations.nokia.com • Microsoft App Studio: http://apps.windowsstore.com • Windows Phone Developer Magazine (online via Flipboard): http://flip.it/95YFG • GeekChamp (WP & Win8 dev): www.geekchamp.com • Windows Phone Central (News): www.wpcentral.com
  • 31. Thank You! Slides and demos will be posted on SlideShare (see link below) Let me know how you liked this session. Your feedback is important and appreciated. Slideshare: www.slideshare.net/ActiveNick Blog: www.AgeofMobility.com Twitter: @ActiveNick Mobile Apps: www.bigbaldapps.com LinkedIn: www.linkedin.com/in/activenick Website: www.mobility42.com Email: [email protected]