WINDOWS PHONE 7.5 “MANGO” ADVANCED Laurent Bugnion Director of UX Integration IdentityMine
Page: IDENTITYMINE © 2011 IdentityMine Inc. All Rights Reserved.2 WP7
Page: TODAY WE WILL © 2011 IdentityMine Inc. All Rights Reserved.3 Talk about MVVM Walk through an MVVM app Add persistence with a database Download large files “in the background” Add and modify Live tiles
Page: THE MVC PATTERN © 2011 IdentityMine Inc. All Rights Reserved.4 ModelView Controller
Page: THE PASSIVE VIEW PATTERN © 2011 IdentityMine Inc. All Rights Reserved.5 ModelView Controller
Page: © 2011 IdentityMine Inc. All Rights Reserved.6 THE PRESENTATION MODEL PATTERN ModelView Presentation Model (ViewModel) DataBinding MVVM
Page: MORE INFO ABOUT MVVM © 2011 IdentityMine Inc. All Rights Reserved.7 “Understanding the MVVM pattern” “Deep Dive MVVM”
Page: MVVM LIGHT TOOLKIT © 2011 IdentityMine Inc. All Rights Reserved Keep it small Keep it simple
DEMO © 2011 IdentityMine Inc. All Rights Reserved. 9Page: MVVM Walkthrough
Page: SQL CE FOR WP7.5 © 2011 IdentityMine Inc. All Rights Reserved.10 SQL CE (SDF) file in isolated storage No additional DLL needed LINQ to SQL as ORM Code first approach preferred Embedding SDF file also possible
Page: EMBEDDING SDF © 2011 IdentityMine Inc. All Rights Reserved.11 Create SDF file on PC Create entity classes with SQLMETAL Embed SDF in XAP file – Read-only access granted For read-write access, move the DB to isolated storage us/library/hh286411(v=VS.92).aspx us/library/hh286411(v=VS.92).aspx
DEMO © 2011 IdentityMine Inc. All Rights Reserved. 12Page: Adding DB persistence
Page: BACKGROUND TRANSFER © 2011 IdentityMine Inc. All Rights Reserved.13 Optimized multitasking – Alarms / Reminders – Periodic tasks – Background audio – Background transfer Download location must be within /shared/transfers (in isolated storage) – Can be moved after download completes
Page: BACKGROUND TRANSFER © 2011 IdentityMine Inc. All Rights Reserved.14 Some restrictions –GET/POST only –Maximum upload 5MB –Maximum download over cellular: 20MB –Maximum download on battery: 100MB – Maximum 5 queued requests per app – Maximum 2 concurrent transfers per device – Maximum 500 queued requests per device
DEMO © 2011 IdentityMine Inc. All Rights Reserved. 15Page: Background Transfer
DEMO © 2011 IdentityMine Inc. All Rights Reserved. 16Page: Adding and updating a Live Tile
FURTHER INFORMATION
THANKS!