📜 ⬆️ ⬇️

Update Windows 10 SDK - build 10586


Shen Chauhan and Andy Wigley talk about Windows update and new SDK

A couple of weeks ago we released a new version of Windows 10 SDK (can be installed in parallel with the previous version). The SDK includes more than 200 new types and additional methods and properties for existing types.

In this article, we will describe in more detail some of the improvements in the universal Windows platform (UWP) included in the SDK:
')


Visual composition, effects and animation


We added a new API family to the SDK - Windows.UI.Composition , which allows you to work directly with the base UI layer. The base UI layer is between the framework (for example, XAML) and the DirectX graphic layer. We have prepared a set of relevant examples on GitHub . New API set includes:



Sqlite


The SQLite library now comes with UWP for solving local data access problems required across the entire range of devices on Windows 10. SQLite implements a transactional SQL database support engine that does not have additional dependencies and does not require a server or specific settings. Developers can now directly access SQLite included in the SDK instead of independently including the corresponding library in the application. The data manual has been updated to help developers understand how to work with SQLite in UWP applications.

Work with pen and pen


The update includes the following improvements in keyboard and pen:



More efficient and flexible AppX installation


The update makes installation of application packages on devices more flexible:


UI and XAML updates


The SDK includes several API updates so you can improve the user experience:



Bluetooth and networking


The following enhancements are included in the SDK:


Work with sensors


Windows 10 includes a number of improvements in work with contextual sensors that allow you to determine the type of activity (for example, walking, running, cycling or driving), count steps and recognize altitude and barometric pressure, as well as track the appearance of a user near the device or its distance. More information about working with sensors, we wrote in the article " Context Sensors in Windows 10. " In addition, our second article describes some of the advanced capabilities of working with sensors, including batch processing of accelerometer data, using ReadingTransform to support proper orientation of the application on various devices, and also the ability to add your own sensors. Thus, the complete set of all touch APIs works on the whole range of devices on Windows 10.

The November update develops capabilities by allowing sensors to be used as background triggers. Details can be found in our growing set of examples of working with devices and sensors on GitHub .

Device storage


Developers can now work with files more flexibly, saving and associating them with specific users:


Windows App Certification Kit (Windows ACK)


The Windows App Certification Kit has been updated to include enhanced tests. In particular, a test was added to preload the application (Prelaunch) and the tests of resources and APIs used were corrected. A full description of the changes and known problems can be found on the WACK page .

Set for design (Photoshop)


To facilitate the design of applications, we have added new UWP application design templates for Adobe Photoshop. We also updated the Microsoft PowerPoint and Adobe Illustrator templates and made a PDF version of the manuals.



Questions and feedback will be glad to hear on Twitter @WindowsDev . If you encounter bugs or problems, use the Windows Feedback and MSDN tools.

Source: https://habr.com/ru/post/273209/


All Articles