BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Features of the New Windows Phone App Model

Features of the New Windows Phone App Model

Bookmarks

At Build 2014 Andrew Clinick gave a presentation titled, “The New Windows Phone App Model”, in which he described the new features of this model that is coming with Windows Phone 8.1. 
 

The first of these features is the ability to process push notifications before a toast update appears.  Previously a user would see an update appear and theny would want to immediately tap the update to act on it.  This posed a performance problem as the app may itself be processing the event that generated the update, causing a lag between the user’s tap and the app’s response.  Now an app may process the event, perform any updates it needs, and then generate the toast update.  Then when the user acts on the toast the app is ready for their participation with little or no lag.

 

Developers looking for an easier way to demo their apps can benefit from the new ability to display their phone’s screen on an external display via USB.  Newer Lumia handsets can also use a MiraCast adapter to reproduce their display as well.

 

OneDrive is taking an expanded role with Windows Phone.  If a user customizes their phone’s start screen tile layout, that layout and associated metadata is backed up to OneDrive daily.  This preserves the user’s experience in the event their phone is lost or damaged.  A user’s app data is also backed up to OneDrive and each app can use 100 kilobytes for free.  This storage does not impact the user’s personal quota on OneDrive and is not visible to them.  (If you want to show your app’s data, the OneDrive SDK should be used.)

 

Working with the universal Windows apps platform, developers can send notifications to all instances of the app on a user’s devices or just specific ones.  So for example a game may want to alert the user that it is their turn to play whether they are currently using their Windows Phone or 8.1 desktop.  However, at present these notices don’t sync, so there is no way for your phone to tell your PC that you acknowledged the notice (so each notice would have to be closed separately.)

Rate this Article

Adoption
Style

BT