A collection of small, focused samples that demonstrate features of the Universal Windows Platform introduced with Windows 10.
Historical sample. These projects target UWP on Windows 10. Some APIs have since evolved; new apps should look at WinUI 3 / Windows App SDK.
Each folder is a standalone UWP project focused on a single feature, including:
| Folder | Feature |
|---|---|
AdaptiveTiles |
Building adaptive live tiles with the notifications XML payload. |
AdaptiveTriggers |
Responsive / adaptive UI using AdaptiveTrigger and visual states. |
| Additional folders | Other Windows 10 platform capabilities (see the project list in the repo). |
- Windows 10
- Visual Studio 2015 / 2017 with the Universal Windows Platform development workload
- Windows 10 SDK
- Clone the repository.
- Open
Windows10/Windows10.sln(or the individual project folder). - Restore packages and run the sample you want to try.
Most samples are described in posts on blog.qmatteoq.com.
Released under the MIT License.