Windows 10 SDK Build 10586 breakdown

Windows

Windows
This week we released
Please, Log in or Register to view URLs content!
. Let’s dive deeper into some of the Universal Windows Platform (UWP) improvements in the SDK update:

Visuals, Effects, and Animations


Introducing
Please, Log in or Register to view URLs content!
, a new API family that directly targets the UI foundation layer. The UI Foundation layer sits below the framework (e.g. XAML) and above the DirectX graphical layer. A set of
Please, Log in or Register to view URLs content!
is also available. The new APIs provide:

  • Fast graphical rendering of lightweight Visuals in 3D coordinate space
  • A new declarative animation engine built for scale, with innovative
    Please, Log in or Register to view URLs content!
    along with key-frame animations that all run independent of the UI thread
  • High performance, real-time UI effects system.
    Please, Log in or Register to view URLs content!
    applied on Visuals can be customized, chained, and have their properties animated
SQLite


Please, Log in or Register to view URLs content!
now ships with the Universal Windows Platform for local data access needs across all Windows 10 device families. SQLite implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Developers can reference the SDK SQLite instead of packaging their own library with their app.
Please, Log in or Register to view URLs content!
was updated to help developers with SQLite with UWP apps.

Input & Ink


The update includes improvements in ink and keyboard.

  • Direct Ink for Win32 Apps. The
    Please, Log in or Register to view URLs content!
    APIs enable Microsoft Win32 apps to manage the input, processing, and rendering of ink input (standard and modified) through an InkPresenter object inserted into the app’s DirectComposition visual tree. Now Win32 apps can use the same ink as UWP apps
  • Keyboard Delivery Interceptor. Enables an app to override the system processing of raw keyboard input, including shortcut keys, access keys (or hot keys), accelerator keys, and application keys, but excluding secure attention sequence (SAS) key combinations. Note that Secure attention sequence (SAS) key combinations, including Ctrl-Alt-Del and Windows-L, continue to be processed by the system
  • Cross-process chaining of pointer input. Enabled via new pointer events (for both UWP apps and Classic Windows applications)
More Efficient and Flexible AppX Installation


The update provides more flexibility to app installation on devices:

  • Reduced Installation Footprint. Until now, we have required disc space on the device of twice the AppX package size to install an app. So a 1GB app package would require 2+GB of disk to complete the install. Now we require only a small amount of incremental space, so a 1GB app package would require about 1.1GB on disk.
  • Secondary drives on desktop. On desktop secondary drives are now supported for app installs so you can install apps to D: by changing the location in settings under storage. On mobile, the storage setting similarly allows apps to be installed on a SD card if one is present
XAML Updates


The SDK now includes several updated APIs for beautiful UI:

  • Jump Lists. The new
    Please, Log in or Register to view URLs content!
    and
    Please, Log in or Register to view URLs content!
    classes provide apps with the ability to programmatically select the type of jump list they want to use, add custom task entry points, and add custom groups.
  • XAML Updates. These include the ability to specify the clipboard format via updated API on RichText, better navigation with updated Maps APIs, and improvements to the default menu size via a few primitive APIs
Bluetooth and Networking


The updated SDK includes improvements for Bluetooth and networking:

  • Bluetooth. New pairing methods in the
    Please, Log in or Register to view URLs content!
    class allow pairing / unpairing from within the app with optional protection levels
  • Sockets. For WebSockets users:
    Please, Log in or Register to view URLs content!
    and
    Please, Log in or Register to view URLs content!
    have been fully implemented, and wait for previously-issued WriteAsync calls to complete. Note that this may cause existing code to throw an exception if the WebSocket is in an invalid state when you call
    Please, Log in or Register to view URLs content!
    .
  • Cookies. A new property
    Please, Log in or Register to view URLs content!
    was added to the existing
    Please, Log in or Register to view URLs content!
    . This allows developers to have control of how cookies are handled by the system.
Sensors


Window 10 introduced several improvements to Contextual Sensing including the ability to detect activities (e.g. walking, running, biking, in vehicle), to count steps, to detect altitude and barometric pressure, and the ability to detect the presence/absence of a user close to the device. A good summary is provided in this
Please, Log in or Register to view URLs content!
. In addition, this
Please, Log in or Register to view URLs content!
describes some more advanced sensor features including the ability to do Sensor Batching for the accelerometer, a ReadingTransform to make it easy to maintain proper app orientation across devices, and the ability to define and use Custom Sensors. With these changes, the full range of sensor APIs are available to all devices running Windows and depreciated the (Lumia-only) SensoreCore APIs that were their predecessor.

The November update continues this trajectory with the ability to get the current reading from sensors and to use sensors as background triggers. For details, check out the extensive collection of Devices and Sensors UWP samples in our
Please, Log in or Register to view URLs content!
on GitHub.

Windows.Devices.Perception namespace


The
Please, Log in or Register to view URLs content!
namespace contains the client APIs that allow a UWP application to access the color, depth, or infrared data of computer vision cameras.

Device Storage


Developers now have additional flexibility for storing files and associating them to specific users:

Windows App Certification Kit (Windows ACK)


The Windows App Certification Kit has been updated with improved tests. For a complete list of updates, visit the
Please, Log in or Register to view URLs content!
page.

Design Kit (Photoshop)


To make it easier to design apps, we recently introduced new UWP app design templates for Adobe Photoshop. We also updated our Microsoft PowerPoint and Adobe Illustrator templates and made a PDF version of our guidelines available.
Please, Log in or Register to view URLs content!
.

Start developing and
Please, Log in or Register to view URLs content!
would love to see what you create. If you find bugs or issues, please use the Windows Feedback tool,
Please, Log in or Register to view URLs content!
.

Please, Log in or Register to view URLs content!
 

Users who are viewing this thread

Top