Microsoft Reveals Adaptive UI Controls For Windows 10 Developers To Target Keyboard, Mouse And Touch Users

Reading time icon 2 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

Windows 10 Adpative UX

Microsoft today released Windows 10 SDK preview to developers. As part of the new Windows 10 SDK, Microsoft is helping developers build applications with Adaptive UX. Adaptive UX is based on set of adaptive controls that enables great experiences across devices. It supports mouse, keyboard and touch users.

What’s New in SDK preview?

  • Adaptive UX: Windows 10 provides the ability to use a single UI that can adapt from small to large screens. For developers with an existing Windows 8.1 app, you can quickly try this one out by (a) removing one of your UI projects (and going from three Visual Studio projects to one!) and (b) add the improved ViewStateManager to control how your UI adapts at runtime.
  • User controls: A number of our Windows 10 UI controls will determine, at runtime, how the customer is interacting with your app and render the appropriate user experience (e.g. on a laptop with a touch-screen, an app fly-out control will provide larger touch-targets if tapped with touch, as opposed to clicked with a mouse).
  • API contracts: With Windows 10, you can directly verify if a Windows feature is available rather than inferring based on the operating system version. This empowers you to start checking, at runtime, if a Windows feature is available on the device before you call a related API. A good API contract for you to try out in your code to see this in action is HardwareButtons, which is present on phones (via the Mobile Extensions SDK), and thus available on the phone and mobile emulator but not available on the desktop. We believe that API contracts and the extension SDKs will allow you to adapt your code at runtime to deliver user experiences that feel right on the device it’s being run on.
  • Visual Studio Tooling improvements: As you experiment with the new developer tools, there are a number of improvements you’ll want to check out.

For more details VS improvements, go to Tools for Windows 10 Technical Preview.

More about the topics: Adaptive Controls, Adaptive UX, developers, microsoft, ui, windows, windows 10