SlideShare a Scribd company logo
Glen GordonDeveloper Evangelist, Microsofthttp://blogs.msdn.com/glengordon@glengordonBuilding Windows Phone 7 Apps with Silverlight
AgendaSilverlight MomentumDevelopment ExperiencePhone ControlsWeb Browser ControlApp BarNavigationLaunchers and ChoosersApplication Lifecycle
AgendaSilverlight MomentumXAML FundamentalsDevelopment ExperiencePhone ControlsQ&A….with lots of demos!
Silverlight Momentum
Silverlight 1September 2007
Silverlight 2October 2008Silverlight 1September 2007
Silverlight 3July 2009Silverlight 1Silverlight 2September 2007October 2008
Silverlight 4Business ApplicationsMediaBeyond the BrowserSilverlight 1Silverlight 2Silverlight 3Silverlight 4September 2007October 2008July 2009April 2010
60%RIAStats.com
225%Simplyhired.com
Development Experience
Windows Phone 7 FrameworkWindows Phone FrameworksCameraDevice IntegrationLaunchers & ChoosersWindows Phone ControlsPhoneApplicationPagePushNotificationWebBrowserControlSensorsPhoneApplicationFrameSilverlight Presentation and MediaXNA Frameworks for GamesControlsDrawingIsolatedStorageDrawingGamerServicesNavigationShapesMarkupMediaAudioMediaGraphicsContentInputApplication ObjectCommon Base Class LibraryDiagnosticsReflectionIORuntimeResourcesGlobalizationTextLocationNetCollectionsComponentModelConfigurationSecurityThreadingServiceModelLinq
Graphics CompositionStart ExperienceSystem TrayDirect3D SurfaceAppPageNotificationVolumeSIPIncoming CallApp BarShell frame composes all UI into a single screenCentral page management enables cross app UI transitions and other effectsYou can also do this for orientation changes
UI Model: Familiar Web ConceptsPhone applicationProvides UI represented as XAML pages connected into cross-app flows by URI’sWeb applicationProvide media represented as HTTP resources linked by URL’sShell frameRequests pages, renders UI, and handles navigation across appsWeb browserRequests HTTP resources, renders them, and handles navigation across sitesSessions and back stackGroups together sequences of pages corresponding to a user’s activity across appsHistory and tabsGroups together sequences of HTTP resources corresponding to a user’s activity across sites
Phone Controls
Silverlight ControlsRich Set of ControlsFamiliar Additional featuresFor example, Software Input Panel (SIP) support on TextBox16
SupportedBorderButtonCanvasCheckBoxGridHyperlinkButtonImageListBoxMediaElementMessageboxProgressBarRadioButtonScrollViewerTextBlockTextBoxWebBrowser
Controls support TouchMouse Events Automatically converted for youSIP and WebBrowser control have gesturesScrollViewerJust like SilverlightBasic Flick and Pan gesturesRaw Touch.FrameRenderedDoodlePad – Sketch App
Controls support TouchGestures System level (WM_GESTURE). Can make your own.Tap, Double Tap, Pan, Flick, Touch and Hold Multi-TouchPinch, StretchManipulationsEventsManipulationStartedManipulationDataManipulationCompletedUse for Drag and Drop, etc.
DEMO – Controls
List ApplicationMaster/Detail DataMainPage.Xaml, DetailsPage.xamlViewModelItemViewModel.cs, MainViewModel.csProject TypesVS2010 calls it List Application and Blend calls it Databound Application
DEMO – List Application
WebBrowser controlDisplays network and local contentGestures: pan, double tap and pinchSupports transforms & projectionsNo Input on transform Application can interact with JavaScriptOptimized for privacyScript is disabled by defaultCookies and cache are isolated23
Silverlight to ScriptSilverlightstring fromScript = wb.InvokeScript("runScriptStuff", arg1, arg2);JavaScriptfunction runScriptStuff(arg1, arg2){ return “awesome”; }
Script to Silverlight Silverlightvoid wb_ScriptNotify(object s, NotifyEventArgs e){   string fromScript = e.Value;}JavaScriptWindow.external.Notify(string);
DEMO – Web Browser
AppBarToolbarUp to 4 iconsCan set transparency levelSlide up Menu can display more itemsCan declare in code or XAMLIcons found under Program Files\Microsoft SDKs\Windows Phone\v7.0\Icons
AppBarIcons48 pixels by 48 pixels White foreground on a transparent background Using alpha channel.Icon get colorized to current styleCircle will be added
DEMO – AppBar
Frame and PageFrameTop-level container controlPhoneApplicationFrame classContains the page control and system elements such as system tray and application barPageFills the entire content region of the framePhoneApplicationPage-derived classOptionally surfaces its own application barHandles Orientation NavigatedTo  and NavigatedFrom
Page NavigationForwardNavigationService.Navigate(new Uri(“/Page2.xaml”,uriKind.RelativeOrAbsolute));BackNavigationService.GoBack();Hardware Back ButtonHandle BackKeyPress, OnBackKeyPressand Navigate to where you would like
DEMO – Navigation
Tasks - Launchers and ChoosersLauncherLaunches one of the built-in applications through which a user completes a taskNo data is returned to calling applicationExample: PhoneCallTaskChooserLaunches one of the built-in applications through which a user completes a task, and which returns some data to calling applicationWhen caller completes, calling application is activated and supplied with the Chooser resultExample: PhotoChooserTask
Launchers & ChoosersLaunchersEmailComposeTaskMarketplaceDetailTaskMarketplaceHubTaskMarketplaceReviewTaskMarketplaceSearchTaskMediaPlayerLauncherPhoneCallTaskSearchTaskSMSComposeTaskWebBrowserTaskChoosersCameraCaptureTaskEmailAddressChooserTaskPhoneNumberChooserTaskPhotoChooserTaskSaveEmailAddressTaskSavePhoneNumberTask
DEMO – Tasks
UI and State Management: ConceptsPage UIDescribes the visual appearance of a pageRetained in shell frame to support resuming paused sessionsDiscarded while the session is pausedPage StateContains data that describes an instance of a page, analogous to browser cookie
App LifecycleCloseBack ButtonTombstonedStart ButtonTask LaunchedPhone call receivedHandle events in App.xaml.cs
App State - StorageIsolated StorageSettings and Custom DataSecure and SandboxedLogical Folder Structure via APIsNo quota currentlyBe responsible and inform/empower userState ManagementPhoneApplicationPage/PhoneApplicationStateGood for transient data

More Related Content

PDF
Highly Scalable User Experience Design: Vaadin and Magnolia
PPTX
Building a chat app with windows azure mobile services
PPTX
Building a Twitter App with Silverlight 3 - Part 2
PPTX
Building a next generation web application
PPTX
Building a chat app with windows azure mobile
PPTX
Building a chat app with windows azure mobile
PPT
Usability In Mobile Applications
PDF
Evovle 2016 - Everyone Can Create Beautiful Apps with Material Design
Highly Scalable User Experience Design: Vaadin and Magnolia
Building a chat app with windows azure mobile services
Building a Twitter App with Silverlight 3 - Part 2
Building a next generation web application
Building a chat app with windows azure mobile
Building a chat app with windows azure mobile
Usability In Mobile Applications
Evovle 2016 - Everyone Can Create Beautiful Apps with Material Design

What's hot (12)

PPTX
Build 2017 - B8099 - What's new in Xamarin.Forms
PPT
Silverlight
PPTX
Build 2017 - P4115 - Go big! Optimizing your applications for large screen ex...
PDF
01 09 - graphical user interface - basic widgets
PPT
Building On Demand Apps On Force.com
DOCX
Single Page Application
PDF
01 08 - graphical user interface - layouts
PPSX
Windows Phone 7
PPT
Cross Platform Mobile Development: The Easy Way to Develop Native iPhone & An...
PDF
Intro to Xamarin.Forms for Visual Studio 2017
PDF
Xamarin.Forms - Your Complete Mobile Solution
PPT
Wpf Under The Hood Engines
Build 2017 - B8099 - What's new in Xamarin.Forms
Silverlight
Build 2017 - P4115 - Go big! Optimizing your applications for large screen ex...
01 09 - graphical user interface - basic widgets
Building On Demand Apps On Force.com
Single Page Application
01 08 - graphical user interface - layouts
Windows Phone 7
Cross Platform Mobile Development: The Easy Way to Develop Native iPhone & An...
Intro to Xamarin.Forms for Visual Studio 2017
Xamarin.Forms - Your Complete Mobile Solution
Wpf Under The Hood Engines
Ad

Viewers also liked (6)

PPTX
Windows Phone 7 Services
PPTX
Introduction to Microsoft Silverlight
PPTX
Windows Phone Garage - Application Jumpstart
PPTX
Windows phone 7 xna
PPTX
OData for iOS developers
PPTX
What's new in Windows Phone Mango for Developers
Windows Phone 7 Services
Introduction to Microsoft Silverlight
Windows Phone Garage - Application Jumpstart
Windows phone 7 xna
OData for iOS developers
What's new in Windows Phone Mango for Developers
Ad

Similar to Windows Phone 7 and Silverlight (20)

PDF
mobicon_paper
PPTX
An end-to-end experience of Windows Phone 7 development (Part 2)
PPTX
Silverlight Developer Introduction
PDF
Building cross platform mobile web apps
PPTX
Windows Phone 7 Architecture Overview
PPT
Re-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
PPTX
DODN2009 - Jump Start Silverlight
PDF
An Introduction to Sencha Touch
PPT
Silverlight Training
PPT
Developing Applications for WebOS
PDF
Building Cross Platform Mobile Web Apps
PPT
Compact Framework Development For The Desktop Developer
PPTX
Windows Phone 7 Unleashed Session 1
PDF
HTML5 and the dawn of rich mobile web applications pt 1
PPTX
SLUGUK BUILD Round-up
PDF
Bd conf sencha touch workshop
PPTX
Windows Phone 7.5 Mango - What's New
PPTX
Developing Applications for Windows Phone 7 - Chris Ismael
PPT
Silverlight 2
PPTX
Mix 2010 twilight
mobicon_paper
An end-to-end experience of Windows Phone 7 development (Part 2)
Silverlight Developer Introduction
Building cross platform mobile web apps
Windows Phone 7 Architecture Overview
Re-use Your Skills and Code to Expand the Reach of Your Apps with Silverlight
DODN2009 - Jump Start Silverlight
An Introduction to Sencha Touch
Silverlight Training
Developing Applications for WebOS
Building Cross Platform Mobile Web Apps
Compact Framework Development For The Desktop Developer
Windows Phone 7 Unleashed Session 1
HTML5 and the dawn of rich mobile web applications pt 1
SLUGUK BUILD Round-up
Bd conf sencha touch workshop
Windows Phone 7.5 Mango - What's New
Developing Applications for Windows Phone 7 - Chris Ismael
Silverlight 2
Mix 2010 twilight

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation theory and applications.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
cuic standard and advanced reporting.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Machine learning based COVID-19 study performance prediction
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Cloud computing and distributed systems.
PDF
KodekX | Application Modernization Development
PPTX
Big Data Technologies - Introduction.pptx
PDF
Approach and Philosophy of On baking technology
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
A Presentation on Artificial Intelligence
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Empathic Computing: Creating Shared Understanding
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation theory and applications.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
“AI and Expert System Decision Support & Business Intelligence Systems”
cuic standard and advanced reporting.pdf
Spectral efficient network and resource selection model in 5G networks
Machine learning based COVID-19 study performance prediction
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Review of recent advances in non-invasive hemoglobin estimation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Encapsulation_ Review paper, used for researhc scholars
Cloud computing and distributed systems.
KodekX | Application Modernization Development
Big Data Technologies - Introduction.pptx
Approach and Philosophy of On baking technology
NewMind AI Weekly Chronicles - August'25 Week I
Network Security Unit 5.pdf for BCA BBA.
A Presentation on Artificial Intelligence

Windows Phone 7 and Silverlight