SlideShare ist ein Scribd-Unternehmen logo
1 von 78
Downloaden Sie, um offline zu lesen
Sascha P. Corti,[object Object],Developer Evangelist, Microsoft Switzerland,[object Object],sascha.corti@microsoft.com | blog | twitter,[object Object],Mango,[object Object],inside,[object Object],Windows Phone 7 MangoOverview for Developers,[object Object]
Windows Phone 7 “Mango”,[object Object]
Windows Phone,[object Object],“Mango”,[object Object],Cloud and Integration Services,[object Object],App Model,[object Object],UI Model,[object Object],Calendar Contacts Maps,[object Object],Extras, Tiles,[object Object],Push, Alerts,[object Object],Software Architecture,[object Object],Silverlight and XNA Integration,[object Object],Fast App Switch,[object Object],Multitasking,[object Object],Hardware Foundation,[object Object],Gen GC,[object Object],SQL CE,[object Object],Silverlight 4.0,[object Object],Sockets,[object Object],Camera, Sensors & Motion,[object Object],Gyro,[object Object],Flexible chassis,[object Object]
Multi-Tasking,[object Object],MultiTasking,[object Object],Cloud and Integration Services,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
Start in Foreground,[object Object],Continue in Background,[object Object],Multitasking,[object Object],current,[object Object],fav,[object Object],0:09,[object Object],0:10,[object Object],0:11,[object Object],0:12,[object Object],9:00 AM,[object Object],Friday,[object Object],October 21,[object Object],TechDays 2011 Fall,[object Object],Bern,[object Object],9:00 AM – 6:00 PM,[object Object],Words,[object Object],ByPaul van Dyk,[object Object]
Multitasking,[object Object],Sascha has just checked in @MSFT.,[object Object],FourSquare,[object Object],auto,[object Object],Start in Background,[object Object],Continue & Finish in ,[object Object],Background,[object Object],Foreground,[object Object],favori,[object Object],GlattZentru,[object Object],Wallisellen, Zürich,[object Object],Microsoft,[object Object],Wallisellen, Zürich,[object Object],,[object Object]
Background Notification Service,[object Object],Alarms,[object Object],usingMicrosoft.Phone.Scheduler;,[object Object],privatevoidAddAlarm(object sender, RoutedEventArgs e),[object Object],{,[object Object],   Alarmalarm = newAlarm("Long Day");,[object Object],alarm.BeginTime= DateTime.Now.AddSeconds(15);,[object Object],alarm.Content= "It's been a long day. Go to bed.";,[object Object],alarm.Title= "Alarm";,[object Object],ScheduledActionService.Add(alarm);,[object Object],},[object Object],Modal,[object Object],Snooze and Dismiss,[object Object],Sound Customization,[object Object],No App Invocation,[object Object],No Stacking,[object Object]
Background Notification Service,[object Object],Reminders,[object Object],usingMicrosoft.Phone.Scheduler;,[object Object],privatevoidAddReminder(object sender, RoutedEventArgs e),[object Object],{,[object Object],Reminderreminder = newReminder("CompanyMeeting");,[object Object],reminder.BeginTime = DateTime.Now.AddSeconds(15);,[object Object],reminder.Content = "Soccer Fields by The Commons";,[object Object],reminder.Title = "Microsoft Annual Company Product Fair 2009";,[object Object],reminder.RecurrenceType = RecurrenceInterval.Yearly;,[object Object],reminder.NavigationUri= newUri("/Reminder.xaml", UriKind.Relative);,[object Object],ScheduledActionService.Add(reminder);,[object Object],},[object Object],Persisted Across Reboots,[object Object],Rich Information,[object Object],Integrates with other Reminders,[object Object],Snooze and Dismiss,[object Object],Launch App,[object Object],Follows Phone Global Settings,[object Object]
Background Transfer Service,[object Object],usingMicrosoft.Phone.BackgroundTransfer;,[object Object],voidDownloadWithBTS(UrisourceUri, UridestinationPath),[object Object],{,[object Object],btr= newBackgroundTransferRequest(sourceUri, destinationUri);,[object Object],btr.TransferStatusChanged += BtsStatusChanged;,[object Object],btr.TransferProgressChanged+= BtsProgressChanged;,[object Object],BackgroundTransferService.Add(btr);,[object Object],},[object Object],voidBtsProgressChanged(object sender, BackgroundTransferEventArgs e),[object Object],{,[object Object],DrawProgressBar(e.Request.BytesReceived);,[object Object],},[object Object],voidGetCurrentProgress(),[object Object],{,[object Object],DrawProgressBar(btr.BytesReceived);,[object Object],},[object Object],My WP Book App,[object Object],download,[object Object],,[object Object],Ready Player One,[object Object],completed,[object Object],,[object Object],Jpod,[object Object],Cloud,[object Object],My WP,[object Object],Book App,[object Object],Great Mysteries o,[object Object],Background Transfer Service,[object Object],POST,[object Object],<~3.0 MB,[object Object],WP7 for Devs,[object Object],<20 MB,[object Object],GET,[object Object],    < 100 MB,[object Object],ISO Store,[object Object]
Background Transfer Service,[object Object],demo…,[object Object]
Generic Background Agents,[object Object],Occurrence: 	Every 30 min,[object Object],Duration: 	15 seconds,[object Object],Scenarios: 	Incremental Data Sync,[object Object],Agents,[object Object],Periodic,[object Object],On Idle,[object Object],May have One or Both,[object Object],Initialized in Foreground, Run in Background,[object Object],Persisted across Reboots,[object Object],User control through Control Panel,[object Object],Up to a Maximum of 18 periodic agents,[object Object],Synchronize with Foreground through Mutex,[object Object],Agent runs for up to 14 Days (can be renewed),[object Object],Occurrence: 	External power,  non-cell network,[object Object],Duration: 	10 minutes,[object Object],Scenarios: 	Data Feasting,[object Object]
Background Agents,[object Object],demo…,[object Object]
Application Lifecycle,[object Object],Fast App Switching,[object Object],Cloud and Integration Services,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
Faster user experience!,[object Object],Enabled for all Mango apps,[object Object],Recompile & Test your WP7 application,[object Object],New Application Resume UX,[object Object],WindowsPhone 7.5Mango,[object Object],WindowsPhone 7,[object Object],Resuming . .   . ,[object Object],Tap andhold,[object Object],Tap,[object Object]
Fast App Resume,[object Object],State isPreserved,[object Object],running,[object Object],Save App State!,[object Object],deactivated,[object Object],activated,[object Object],dormant,[object Object],Application Lifecycle,[object Object],Phone resources detached,[object Object],Threads & timers suspended,[object Object],Tombstoned,[object Object],Tombstoned,[object Object],Tombstoned,[object Object],Application_Deactivated,[object Object],Application_Activated,[object Object],Application_Launching,[object Object],10,[object Object]
running,[object Object],deactivated,[object Object],activated,[object Object],Resuming . .   . ,[object Object],dormant,[object Object],Application Lifecycle,[object Object],RestoreState !,[object Object],Restore App State,[object Object],tombstoned,[object Object],Tombstoned,[object Object],Application_Activated,[object Object],Tombstone ,[object Object],the oldest app,[object Object]
running,[object Object],deactivated,[object Object],activated,[object Object],dormant,[object Object],Application Lifecycle,[object Object],tombstoned,[object Object],Tombstoned,[object Object],Application_Closing,[object Object],10,[object Object]
Fast App Switching Check List,[object Object],When Deactivated: save state (same as today),[object Object],When Activated: restore state if tombstoned& attach resources as needed,[object Object],App cannot run code behind Launchers/Choosers,[object Object],App can continue running under Locked Screen,[object Object],Debugyour App when Tombstoned,[object Object],Apps in Marketplace work as of today,[object Object],Will be Tombstoned when deactivated,[object Object],Recompile Windows Phone 7 Apps  Test  Submit,[object Object]
Multitasking Cheat Sheet,[object Object]
New Sensor Capabilites,[object Object],Cloud and Integration Services,[object Object],Camera“Motion”,[object Object],Compass,[object Object],Gyro,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
New Scenarios Enabled,[object Object],Barcode Scanner,[object Object],Sudoku Puzzle Solver,[object Object],Custom,[object Object],Camera,[object Object],3D Virtual World,[object Object],AR Overlays,[object Object]
Hardware Sensors & API,[object Object],Accelerometer,[object Object],Compass,[object Object],Not Mandatory in HW,[object Object],(but present if Gyro is),[object Object],Gyro,[object Object],Not Mandatory in HW,[object Object],MotionSensor,[object Object],All the Sensor + Math,[object Object],Use whenever available,[object Object],Also works w/o Gyro,[object Object],IndividualAPIs availablefor all Sensors,[object Object],HARDWARE,[object Object],APIs,[object Object],Motion Sensor,[object Object],cosγ.cos α−cosβ.sinα+sinβ.sinγ.cosαsinβ.sinα+ cosβ.sinγ.cosαcosγ.sin αcosβ.cosα+sinβ.sinγ.sinα−sinβ.cosα+ cosβ.sinγ.sinα−sinγsinβ.cosγcosβ.sinγ,[object Object], ,[object Object],NEW,[object Object],NEW,[object Object]
Accessing the Camera,[object Object],PhotoCamera Class,[object Object],New API developed for WP,[object Object],Silverlight WebCam API,[object Object],Ported from SL4 Desktop with added functionality,[object Object],Build Augmented Reality App (with MotionSensor),[object Object],Display in your App: VideoBrush,[object Object],Build custom Camera App,[object Object]
Motion & Accelerometer,[object Object],demo…,[object Object]
Local Database,[object Object],Cloud and Integration Services,[object Object],SQL CE,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
Local Data Storage: Overview,[object Object],Apps store private data in Isolated Storage,[object Object],Settings and properties in the app dictionary,[object Object],Unstructured data in Isolated Storage files ,[object Object],Structured data in database files,[object Object],App Root Folder,[object Object],Install,[object Object],Package Manager,[object Object],Creates root folder,[object Object],sandboxed to App,[object Object],DB,[object Object],Database,[object Object],File (r/o),[object Object],App Data Folder,[object Object],Creates/Manages,[object Object],files and settings,[object Object],App,[object Object],WP7 Isolated Storage APIs,[object Object],DB,[object Object],Application,[object Object],Settings File,[object Object],Application,[object Object],Files,[object Object],Database file,[object Object]
Code First Development,[object Object],Design time,[object Object],[object Object]
Decorate Objects with Attributes for PersistenceVarietals,[object Object],Wines,[object Object],[object Object]
Translate Object Modelinto a Database File
Submit API Persists Changes to DBRun time,[object Object],Vineyards,[object Object],WineMakers,[object Object],Database upgrade,[object Object],[object Object]
Use Upgrade APIs to Change DB,[object Object]
Emulator & Developer Tools,[object Object],Tools Enhancements,[object Object],Integrated Profiler ,[object Object],Visual , Code and Memory profiler,[object Object],Performance  Analysis,[object Object],Built-in anti-pattern analyzer,[object Object],Guides through step-by-step,[object Object],Background Agent Debugging,[object Object],Emulator Enhancements,[object Object],Memory model improvements,[object Object],Emulator can handle physical memory fragmentations,[object Object],Media support for H.264, AAC,[object Object],Sensor Support,[object Object],Accelerometer and Location,[object Object],Multi-Touch,[object Object]
Marketplace Test Kit,[object Object]
Developer ToolsSimulating GPS Data & SensorsProfilingMarketplace Test Kit,[object Object],demo…,[object Object]
Live Tile Improvements,[object Object],Live Tiles,[object Object],Cloud and Integration Services,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
Local Tile APIs,[object Object],Full Control of ALL Properties,[object Object],Multiple Tiles per app,[object Object],Create, Update / Delete / Query,[object Object],Launches directly to In App URI ,[object Object],Live Tile Improvements,[object Object],Secondary Tile,[object Object],Launches world news page,[object Object],Secondary Tile,[object Object],Launches local news page,[object Object],Application Tile,[object Object],Launches main app experience,[object Object]
Back of Tile Updates,[object Object],Full Control of all Properties when your App is in Foreground or Background,[object Object],Content, Title, Background,[object Object],Flips from Front to Back at random Interval,[object Object],Smart Logic make Flips Asynchronous,[object Object],Live Tiles – Local Tile API,[object Object],Content string is bigger,[object Object],Content,[object Object],Background,[object Object],Title,[object Object],Title,[object Object]
The New Market Place,[object Object],Fresh Mango Apps,[object Object]
What’s New on the Marketplace?,[object Object],Deep Link,[object Object],http://windowsphone.com/s?appid=8bda38b9-619e-4368-b849-d25630266c4b,[object Object],ITIN,[object Object],Resubmit Apps to Reach New Markets!,[object Object]
Marketplace: Distribution Options,[object Object],* People who obtain deeplink can access,[object Object]
Marketplace: New Regions,[object Object],1.8 Billion More Potential Users,[object Object],Resubmit your App to reach New Markets!,[object Object],Hong Kong,[object Object],Singapore,[object Object]
7 things to check before you hit submit,[object Object],No network, No problem?,[object Object],< 90MB?,[object Object],Theme aware?,[object Object],Handles exceptions?,[object Object],Back button works as expected?,[object Object],User consent dialogs & settings?,[object Object],Pauses/resumes user’s music?,[object Object],MarketPlace: Certification Checklist,[object Object]
Resources,[object Object]
Online Resources I : The Basics,[object Object]
Online Resources II : Videos,[object Object]
Online Resources III : Other,[object Object]
Online Resources IV : 3rd Party,[object Object]
© 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.,[object Object],The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation.  Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.  MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.,[object Object]
Backup Slides,[object Object]
Demo Title,[object Object],demo…,[object Object]
Windows Phone 7 “Mango”Overview,[object Object]
Multi-tasking,[object Object],Enhanced Phone Framework,[object Object],XNA Silverlight Integration,[object Object],Integrating with the phone,[object Object],Performance ,[object Object],Database Access,[object Object],Complete the push notification and Tile experience,[object Object],Marketplace Services,[object Object],Sockets,[object Object],Major Investment Areas,[object Object]
Fast Application Resume,[object Object],Ability to resume applications that the user has recently used,[object Object],Apps stay in memory unless memory is needed for other apps,[object Object],*Every* app should do this,[object Object],Background Agents,[object Object],Ability to run your code in the background,[object Object],Audio, Timed or on Idle,[object Object],Notifications,[object Object],Ability to create alarms and reminders,[object Object],UX and behavior is the same as the phone Alarms and Calendar items,[object Object],Background Transfer Service,[object Object],Application can queue up transfers in the background,[object Object],Multitasking Themes,[object Object]
Integrating with the Phone,[object Object],51,[object Object]
Expanding the Phone Framework,[object Object],52,[object Object]
Silverlight Investments,[object Object],53,[object Object]
Tools Investments,[object Object]
Platform Architecture,[object Object]
Software Architecture,[object Object],Your App UI and logic,[object Object],Applications,[object Object],Frameworks,[object Object],HTML5/JavaScript,[object Object],Silverlight and XNA,[object Object],User data,[object Object],Structured data,[object Object],CLR,[object Object],App Model,[object Object],UI Model,[object Object],Cloud Integration,[object Object],App management,[object Object],Licensing,[object Object],Chamber isolation,[object Object],Software updatesData sharing,[object Object],Shell frame ,[object Object],Session manager,[object Object],Direct3D,[object Object],Compositor,[object Object],Xbox LIVE,[object Object],Bing,[object Object],Location,[object Object],Push notifications,[object Object],Windows Live ID,[object Object],Kernel,[object Object],Hardware BSP,[object Object],Security,[object Object],Networking,[object Object],Storage,[object Object],A-GPS	Accelerometer	Gyro         Compass	   Light	   Proximity,[object Object],Media	Wi-Fi		Radio	Graphics ,[object Object],Hardware Foundation,[object Object]
Frameworks Details,[object Object],Windows Phone Frameworks,[object Object],Launchers & Choosers,[object Object],Windows Phone Controls,[object Object],Camera,[object Object],Device Integration,[object Object],MultiTasking,[object Object],Structured Data,[object Object],PhoneApplicationPage,[object Object],PushNotification,[object Object],WebBrowserControl,[object Object],Sensors,[object Object],PhoneApplicationFrame,[object Object],Silverlight Presentation and Media,[object Object],XNA Frameworks for Games,[object Object],Controls,[object Object],Drawing,[object Object],IsolatedStorage,[object Object],Drawing,[object Object],GamerServices,[object Object],Silverlight Integration,[object Object],Silverlight,[object Object],4.0,[object Object],Media,[object Object],Graphics,[object Object],Shapes,[object Object],Markup,[object Object],Media,[object Object],Navigation,[object Object],Audio,[object Object],Content,[object Object],Input,[object Object],Application Object,[object Object],Common Base Class Library,[object Object],Globalization,[object Object],IO,[object Object],Resources,[object Object],Reflection,[object Object],Text,[object Object],Location,[object Object],Runtime,[object Object],Diagnostics,[object Object],Net,[object Object],Sockets,[object Object],Configuration,[object Object],Collections,[object Object],ComponentModel,[object Object],Security,[object Object],Threading,[object Object],ServiceModel,[object Object],Linq,[object Object]
New Sensor Capabilites,[object Object]
Sensors: Good to Know,[object Object],Need hardware to debug most scenarios,[object Object],Camera, motion, compass, & gyro require hardware,[object Object],For accelerometer, you can use the emulator!,[object Object],Motion sensor will try it’s best,[object Object],Works best with all three sensors,[object Object],Will also work if only compass and accelerometer are present,[object Object],Camera ,[object Object],Output for video recorded is MP4,[object Object],Always check for device specific support for Flash mode,[object Object],Use Y or YUV format for processing samples – faster than ARGB,[object Object]
Local Database,[object Object]
LINQ to Everything,[object Object],LINQ,[object Object],Objects,[object Object],XML,[object Object],SQL,[object Object],User Data,[object Object],OData,[object Object],WP7,[object Object],Mango,[object Object]
Database Creation: Example,[object Object],// Define the data context.,[object Object],publicpartialclassWineDataContext : DataContext,[object Object],{,[object Object],publicTable<Wine> Wines;,[object Object],publicTable<Vineyard> Vineyards;,[object Object],publicWineDataContext(string connection) : base(connection) { },[object Object],},[object Object],// Define the tables in the database,[object Object],[Table],[object Object],publicclassWine,[object Object],{,[object Object],[Column(IsPrimaryKey=true],[object Object],publicstringWineID { get; set; },[object Object],[Column],[object Object],publicstring Name { get; set; },[object Object],……,[object Object],},[object Object],// Create the database form data context, using a connection string,[object Object],DataContextdb = newWineDataContext("isostore:/wineDB.sdf");,[object Object],if (!db.DatabaseExists()) db.CreateDatabase();,[object Object]
Application Lifecycle,[object Object]
Methods &Events,[object Object]
Deactivation Resource Management,[object Object],Deactivated App,[object Object],MediaPlayer.Pause,[object Object],MediaElement.Pause,[object Object],SoundEffectInstance.Pause,[object Object],VibrateController.Stop,[object Object],PhotoCamera.Dispose,[object Object],Save Page / Global State,[object Object],PhoneApplicationPage.,[object Object],OnNavigatedFrom,[object Object],PhoneApplicationService.,[object Object],Deactivated,[object Object],Framework:,[object Object],Detach Resources,[object Object],Framework:,[object Object],Suspend Timers and Threads,[object Object],Dormant App,[object Object]
Activation Resource Management,[object Object],Running App,[object Object],MediaElement.Source/Position/Play,[object Object],Socket.ConnectAsync,[object Object],new PhotoCamera/VideoCamera,[object Object],Restore app state if tombstoned,[object Object],PhoneApplicationPage.,[object Object],OnNavigatedTo,[object Object],PhoneApplicationService.,[object Object],Activated,[object Object],Framework:,[object Object],Attach Resources,[object Object],Framework:,[object Object],Resume Timers and Threads,[object Object],Dormant App,[object Object]
Multi-Tasking,[object Object],MultiTasking,[object Object],Cloud and Integration Services,[object Object],App Model,[object Object],UI Model,[object Object],Software Architecture,[object Object],Hardware Foundation,[object Object]
Background Audio – HTML5,[object Object],<audioid="audio_tag",[object Object],controls="controls",[object Object],src="http://html5audio.com/Demo1.mp3",[object Object],onplay="StartPlayback()",[object Object],onended="NextTrack()",[object Object],</audio>,[object Object],functionNextTrack() {,[object Object],musicPlayer = document.getElementById("audio_tag");,[object Object],musicPlayer.src = 'http://html5audio.com/Demo2.mp3';,[object Object],},[object Object],9:00 AM,[object Object],Friday,[object Object],October 21,[object Object],TechDays 2011 Fall,[object Object],Bern,[object Object],9:00 AM – 6:00 PM,[object Object],Cloud,[object Object],Browser,[object Object],Zune Service,[object Object],www.html5audio.,[object Object],++,[object Object]
Background Audio – Streaming,[object Object],Background Audio – URL Based,[object Object],voidPlayStateChanged(objectsender, EventArgs e),[object Object],{,[object Object],   switch(player.PlayerState),[object Object],   {,[object Object],     casePlayState.FastForwarding:,[object Object],// Move to next track,[object Object],break;,[object Object],   },[object Object],},[object Object],Player =BackgroundAudioPlayer.Instance;,[object Object],player.PlayStateChanged += new eventHandler(PlayStateChanged);,[object Object],AudioTracktrack = newAudioTrack(newUri("/audiofile.mp3"),…);,[object Object],current,[object Object],fav,[object Object],player.Play();,[object Object],0:09,[object Object],0:10,[object Object],0:11,[object Object],0:12,[object Object],9:00 AM,[object Object],Friday,[object Object],October 21,[object Object],TechDays 2011 Fall,[object Object],Bern,[object Object],9:00 AM – 6:00 PM,[object Object],Cloud,[object Object],Words,[object Object],   Paul van Dyk,[object Object],My Music,[object Object],App,[object Object],Zune Service,[object Object],++,[object Object],Buffer,[object Object],ISO Store,[object Object],++,[object Object],Buffer,[object Object]
End-To-End Architecture,[object Object],Application,[object Object],OS,[object Object],Developer,[object Object],myapp.dll,[object Object],Single App,[object Object],UX,[object Object],Logic,[object Object],Different,[object Object],Processes,[object Object],System Services,[object Object],ISO Store,[object Object],Cloud,[object Object],Logic,[object Object],myappagent.dll,[object Object]
Periodic Agent Sample,[object Object],privatevoidStartSearchAgent(object sender, RoutedEventArgs e),[object Object],{,[object Object],PeriodicTasktask = newPeriodicTask("twitter");,[object Object],task.Description= "Gets latest tweet";,[object Object],task.ExpirationTime= DateTime.Now.AddDays(7);,[object Object],ScheduledActionService.Add(task);,[object Object],},[object Object],<Tasks>,[object Object],   <DefaultTaskName ="_default",[object Object],NavigationPage="MainPage.xaml"/>,[object Object],<ExtendedTaskName="BgTask">,[object Object],   <BackgroundServiceAgent,[object Object],Speer="ScheduledTaskAgent",[object Object],         Name="TwitterAgent"Source="TweetAgent",[object Object],Type="TweetAgent.TweetAgent"/>,[object Object],</ExtendedTask> ,[object Object],</Tasks>,[object Object],publicclassTweetAgent : ScheduledTaskAgent,[object Object],{,[object Object],   publicoverridevoidOnInvoke(ScheduledTask Task),[object Object],   {,[object Object],// Do some background work,[object Object],NotifyComplete();,[object Object],   };,[object Object],},[object Object]
Contacts & Calendar,[object Object]
Chooser Tasks related to user data,[object Object],EmailAddressChooserTask,[object Object],PhoneNumberChooserTask,[object Object],AddressChooserTask,[object Object],Microsoft.Phone.UserData for direct access,[object Object],Contacts,[object Object],Appointments,[object Object],New and updated APIs in “Mango”,[object Object]
Contacts: Hello, World!,[object Object],Contactscontacts = newContacts();,[object Object],contacts.SearchCompleted+= newEventHandler<ContactsSearchEventArgs>((sender, e) =>,[object Object],            {,[object Object],...= e.Results;,[object Object],            });,[object Object],// E.g. search for all contacts,[object Object],contacts.SearchAsync(string.Empty, FilterKind.None, null);,[object Object],state,[object Object],// E.g. search for all contacts with display name matching "Sa",[object Object],contacts.SearchAsync("Sa", FilterKind.DisplayName, null);,[object Object],filter expression,[object Object],(not a regex),[object Object],Filter kind: name, email , phone or pinned to start),[object Object]
Appointments: Hello, World!,[object Object],Appointmentsappointments = newAppointments();,[object Object],appointments.SearchCompleted+= newEventHandler<AppointmentsSearchEventArgs>((sender, e) =>,[object Object],            {,[object Object],... = e.Results;,[object Object],            });,[object Object],// E.g. get next appointment (up to 1 week away),[object Object],appointments.SearchAsync(DateTime.Now,,[object Object],DateTime.Now+ TimeSpan.FromDays(7),,[object Object],                        1, null);,[object Object],start date and time,[object Object],end date and time,[object Object],state,[object Object],Maximum items to return,[object Object]

Weitere ähnliche Inhalte

Was ist angesagt?

Multi channel advantage
Multi channel advantageMulti channel advantage
Multi channel advantageDipesh Mukerji
 
Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Dr. Ranbijay Kumar
 
Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Sujee Maniyam
 
PHP in a mobile ecosystem
PHP in a mobile ecosystem PHP in a mobile ecosystem
PHP in a mobile ecosystem Ivo Jansch
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhoneMike Qaissaunee
 
Windows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle PlanWindows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle PlanCaleb Jenkins
 
Bam amor mobile development tools
Bam amor   mobile development toolsBam amor   mobile development tools
Bam amor mobile development toolsBam Amor
 
Introduction to Mobile Development
Introduction to Mobile DevelopmentIntroduction to Mobile Development
Introduction to Mobile DevelopmentPragnesh Vaghela
 
Windows Mobile 6.5 Overview
Windows Mobile 6.5 OverviewWindows Mobile 6.5 Overview
Windows Mobile 6.5 Overviewgoodfriday
 
iPhone University Developer Program
iPhone University Developer ProgramiPhone University Developer Program
iPhone University Developer ProgramJussi Pohjolainen
 
Windows Phone 7 Programming Introduction
Windows Phone 7 Programming IntroductionWindows Phone 7 Programming Introduction
Windows Phone 7 Programming Introductionphucnth
 
Microsoft Windows Phone 7 Platform [IndicThreads Mobile Application Developm...
Microsoft Windows Phone 7 Platform  [IndicThreads Mobile Application Developm...Microsoft Windows Phone 7 Platform  [IndicThreads Mobile Application Developm...
Microsoft Windows Phone 7 Platform [IndicThreads Mobile Application Developm...IndicThreads
 
Windows Phone 7 v.s iOS Development
Windows Phone 7 v.s iOS DevelopmentWindows Phone 7 v.s iOS Development
Windows Phone 7 v.s iOS DevelopmentKhang Vo
 
QBS Visual Studio 2012 and modern windows apps
QBS Visual Studio 2012 and modern windows appsQBS Visual Studio 2012 and modern windows apps
QBS Visual Studio 2012 and modern windows appsLee Stott
 
Android Development with Flash Platform
Android Development with Flash PlatformAndroid Development with Flash Platform
Android Development with Flash PlatformMihai Corlan
 

Was ist angesagt? (20)

Multi channel advantage
Multi channel advantageMulti channel advantage
Multi channel advantage
 
Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013Ranbijay Kumar - BlackBerry Jam Americas 2013
Ranbijay Kumar - BlackBerry Jam Americas 2013
 
Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)Iphone client-server app with Rails backend (v3)
Iphone client-server app with Rails backend (v3)
 
PHP in a mobile ecosystem
PHP in a mobile ecosystem PHP in a mobile ecosystem
PHP in a mobile ecosystem
 
Programing for the iPhone
Programing for the iPhonePrograming for the iPhone
Programing for the iPhone
 
Windows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle PlanWindows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle Plan
 
White Paper Flutter vs React Native
White Paper Flutter vs React NativeWhite Paper Flutter vs React Native
White Paper Flutter vs React Native
 
Bam amor mobile development tools
Bam amor   mobile development toolsBam amor   mobile development tools
Bam amor mobile development tools
 
Introduction to Mobile Development
Introduction to Mobile DevelopmentIntroduction to Mobile Development
Introduction to Mobile Development
 
Windows Mobile 6.5 Overview
Windows Mobile 6.5 OverviewWindows Mobile 6.5 Overview
Windows Mobile 6.5 Overview
 
Windows phone
Windows phoneWindows phone
Windows phone
 
Shiva_CV
Shiva_CVShiva_CV
Shiva_CV
 
iPhone University Developer Program
iPhone University Developer ProgramiPhone University Developer Program
iPhone University Developer Program
 
Windows Phone 7 Programming Introduction
Windows Phone 7 Programming IntroductionWindows Phone 7 Programming Introduction
Windows Phone 7 Programming Introduction
 
Microsoft Windows Phone 7 Platform [IndicThreads Mobile Application Developm...
Microsoft Windows Phone 7 Platform  [IndicThreads Mobile Application Developm...Microsoft Windows Phone 7 Platform  [IndicThreads Mobile Application Developm...
Microsoft Windows Phone 7 Platform [IndicThreads Mobile Application Developm...
 
The App Evolution Continues
The App Evolution ContinuesThe App Evolution Continues
The App Evolution Continues
 
Shankar
ShankarShankar
Shankar
 
Windows Phone 7 v.s iOS Development
Windows Phone 7 v.s iOS DevelopmentWindows Phone 7 v.s iOS Development
Windows Phone 7 v.s iOS Development
 
QBS Visual Studio 2012 and modern windows apps
QBS Visual Studio 2012 and modern windows appsQBS Visual Studio 2012 and modern windows apps
QBS Visual Studio 2012 and modern windows apps
 
Android Development with Flash Platform
Android Development with Flash PlatformAndroid Development with Flash Platform
Android Development with Flash Platform
 

Ähnlich wie Windows Phone 7.5 Mango - What's New

What's New with Windows Phone - FoxCon Talk
What's New with Windows Phone - FoxCon TalkWhat's New with Windows Phone - FoxCon Talk
What's New with Windows Phone - FoxCon TalkSam Basu
 
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
 
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...RIA RUI Society
 
Mix 2010 twilight
Mix 2010 twilightMix 2010 twilight
Mix 2010 twilightIntergen
 
An end-to-end experience of Windows Phone 7 development (Part 1)
An end-to-end experience of Windows Phone 7 development (Part 1)An end-to-end experience of Windows Phone 7 development (Part 1)
An end-to-end experience of Windows Phone 7 development (Part 1)rudigrobler
 
WP7 & Azure
WP7 & AzureWP7 & Azure
WP7 & AzureSam Basu
 
Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Wes Yanaga
 
Windows Phone 7 Applications with Silverlight
Windows Phone 7 Applications with SilverlightWindows Phone 7 Applications with Silverlight
Windows Phone 7 Applications with SilverlightRishu Mehra
 
Fanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone DeveloperFanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone DeveloperSam Basu
 
Titanium Meetup Deck
Titanium Meetup DeckTitanium Meetup Deck
Titanium Meetup Decksschwarzhoff
 
Fixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World RomaniaFixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World RomaniaChristian Heilmann
 
UCD Android Workshop
UCD Android WorkshopUCD Android Workshop
UCD Android WorkshopSean Murphy
 
What's New in Windows Phone "Mango"
What's New in Windows Phone "Mango"What's New in Windows Phone "Mango"
What's New in Windows Phone "Mango"mdc11
 
Get your mobile app in production in 3 months: Native and Reactive Mobile Apps
Get your mobile app in production in 3 months: Native and Reactive Mobile AppsGet your mobile app in production in 3 months: Native and Reactive Mobile Apps
Get your mobile app in production in 3 months: Native and Reactive Mobile AppsAckee
 
SLUGUK BUILD Round-up
SLUGUK BUILD Round-upSLUGUK BUILD Round-up
SLUGUK BUILD Round-upDerek Lakin
 
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...darwinodb
 

Ähnlich wie Windows Phone 7.5 Mango - What's New (20)

What's New with Windows Phone - FoxCon Talk
What's New with Windows Phone - FoxCon TalkWhat's New with Windows Phone - FoxCon Talk
What's New with Windows Phone - FoxCon Talk
 
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)
 
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
Mobile app development using PhoneGap - A comprehensive walkthrough - Touch T...
 
Mix 2010 twilight
Mix 2010 twilightMix 2010 twilight
Mix 2010 twilight
 
Windows phone7 subodh
Windows phone7 subodhWindows phone7 subodh
Windows phone7 subodh
 
An end-to-end experience of Windows Phone 7 development (Part 1)
An end-to-end experience of Windows Phone 7 development (Part 1)An end-to-end experience of Windows Phone 7 development (Part 1)
An end-to-end experience of Windows Phone 7 development (Part 1)
 
WP7 & Azure
WP7 & AzureWP7 & Azure
WP7 & Azure
 
Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1Windows Phone 7 Unleashed Session 1
Windows Phone 7 Unleashed Session 1
 
Windows Phone 7 Applications with Silverlight
Windows Phone 7 Applications with SilverlightWindows Phone 7 Applications with Silverlight
Windows Phone 7 Applications with Silverlight
 
Fanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone DeveloperFanug - Pragmatic Windows Phone Developer
Fanug - Pragmatic Windows Phone Developer
 
Titanium Meetup Deck
Titanium Meetup DeckTitanium Meetup Deck
Titanium Meetup Deck
 
Fixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World RomaniaFixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World Romania
 
UCD Android Workshop
UCD Android WorkshopUCD Android Workshop
UCD Android Workshop
 
Techdays 2011 - Things I will remember
Techdays 2011 - Things I will rememberTechdays 2011 - Things I will remember
Techdays 2011 - Things I will remember
 
What's New in Windows Phone "Mango"
What's New in Windows Phone "Mango"What's New in Windows Phone "Mango"
What's New in Windows Phone "Mango"
 
Get your mobile app in production in 3 months: Native and Reactive Mobile Apps
Get your mobile app in production in 3 months: Native and Reactive Mobile AppsGet your mobile app in production in 3 months: Native and Reactive Mobile Apps
Get your mobile app in production in 3 months: Native and Reactive Mobile Apps
 
SLUGUK BUILD Round-up
SLUGUK BUILD Round-upSLUGUK BUILD Round-up
SLUGUK BUILD Round-up
 
Windows 8 BootCamp
Windows 8 BootCampWindows 8 BootCamp
Windows 8 BootCamp
 
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...
IBM ConnectED SPOT104: Lightning-Fast Development of Native Mobile Apps for I...
 
Windows Phone Introduction
Windows Phone IntroductionWindows Phone Introduction
Windows Phone Introduction
 

Kürzlich hochgeladen

OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1DianaGray10
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URLRuncy Oommen
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...Aggregage
 
Introduction to Quantum Computing
Introduction to Quantum ComputingIntroduction to Quantum Computing
Introduction to Quantum ComputingGDSC PJATK
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
PicPay - GenAI Finance Assistant - ChatGPT for Customer Service
PicPay - GenAI Finance Assistant - ChatGPT for Customer ServicePicPay - GenAI Finance Assistant - ChatGPT for Customer Service
PicPay - GenAI Finance Assistant - ChatGPT for Customer ServiceRenan Moreira de Oliveira
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationIES VE
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UbiTrack UK
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 

Kürzlich hochgeladen (20)

OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URL
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
 
Introduction to Quantum Computing
Introduction to Quantum ComputingIntroduction to Quantum Computing
Introduction to Quantum Computing
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
PicPay - GenAI Finance Assistant - ChatGPT for Customer Service
PicPay - GenAI Finance Assistant - ChatGPT for Customer ServicePicPay - GenAI Finance Assistant - ChatGPT for Customer Service
PicPay - GenAI Finance Assistant - ChatGPT for Customer Service
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 

Windows Phone 7.5 Mango - What's New

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. Translate Object Modelinto a Database File
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 81.
  • 82.
  • 83.
  • 84.
  • 85.
  • 86.

Hinweis der Redaktion

  1. Make the point that we are now going to use this diagram to go through the life cycle of an application.
  2. EmailAddressChooser and PhoneNumberChooser now return display name.