platform adaptivity

About this tag
Platform adaptivity in the Universal Windows Platform (UWP) allows developers to write an app once and target multiple device families while taking advantage of new APIs on later OS versions or unique APIs on specific devices. Apps that adapt behavior for different devices or OS versions are called adaptive apps, with three adaptive dimensions: responsive user interface, version adaptive, and platform adaptive. This tag covers discussions on dynamically detecting features using API contracts to build apps that work across Windows devices.
  1. News

    Dynamically detecting features with API contracts (10 by 10)

    Brent Rector, a principal program manager on Windows helped write this post. The Universal Windows Platform (UWP) allows you to write your app once and target multiple device families, while also taking advantage of new APIs introduced on later versions of the OS as well as using unique APIs...
Back
Top