Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/360VideoPlayback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Visual Studio and the Microsoft HoloLens Emulator, go to
[Mixed Reality Development](https://developer.microsoft.com/en-us/windows/mixed-reality/development)
[Creating a Holographic DirextX Project](https://developer.microsoft.com/en-us/windows/mixed-reality/creating_a_holographic_directx_project)
[Using XAML with Holographic DirectX Apps](https://developer.microsoft.com/en-us/windows/mixed-reality/using_xaml_with_holographic_directx_apps)
[ApplicationViewSwitcher](http://msdn.microsoft.com/library/windows/apps/dn281094)
[ApplicationViewSwitcher](https://msdn.microsoft.com/library/windows/apps/dn281094)

## System requirements

Expand Down
8 changes: 4 additions & 4 deletions Samples/Accelerometer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Accelerometer sample

Shows how to use the [Accelerometer](http://msdn.microsoft.com/library/windows/apps/br225687) class, and
Shows how to use the [Accelerometer](https://msdn.microsoft.com/library/windows/apps/br225687) class, and
allows the user to view the acceleration forces along the X-, Y-, and Z-axes for a 3-axis accelerometer.

> **Note:** This sample is part of a large collection of UWP feature samples.
Expand Down Expand Up @@ -60,11 +60,11 @@ When you choose the **Enable** button for the **Data Events** option, the app be

### Reference

[Accelerometer.GetCurrentReading method](http://msdn.microsoft.com/library/windows/apps/br225699)
[Accelerometer.GetCurrentReading method](https://msdn.microsoft.com/library/windows/apps/br225699)

[Accelerometer.ReadingChanged event handler](http://msdn.microsoft.com/library/windows/apps/br225702)
[Accelerometer.ReadingChanged event handler](https://msdn.microsoft.com/library/windows/apps/br225702)

[Quickstart: Responding to user movement with the accelerometer](http://msdn.microsoft.com/library/windows/apps/hh465265)
[Quickstart: Responding to user movement with the accelerometer](https://msdn.microsoft.com/library/windows/apps/hh465265)

[Windows.Devices.Sensors namespace](http://go.microsoft.com/fwlink/p/?linkid=241981)

Expand Down
74 changes: 37 additions & 37 deletions Samples/AnimationLibrary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,46 +52,46 @@ To obtain information about Microsoft Visual Studio and the tools for developing

### Concepts

[Animating your UI with the Animation Library](http://msdn.microsoft.com/library/windows/apps/hh465165)
[Animating your UI with the Animation Library](https://msdn.microsoft.com/library/windows/apps/hh465165)

### Reference

[createAddToListAnimation](http://msdn.microsoft.com/library/windows/apps/br212653)
[createAddToSearchListAnimation](http://msdn.microsoft.com/library/windows/apps/br212654)
[createCollapseAnimation](http://msdn.microsoft.com/library/windows/apps/br212655)
[createDeleteFromListAnimation](http://msdn.microsoft.com/library/windows/apps/br212656)
[createDeleteFromSearchListAnimation](http://msdn.microsoft.com/library/windows/apps/br212657)
[createExpandAnimation](http://msdn.microsoft.com/library/windows/apps/br212658)
[createPeekAnimation](http://msdn.microsoft.com/library/windows/apps/br212659)
[createRepositionAnimation](http://msdn.microsoft.com/library/windows/apps/br212660)
[crossFade](http://msdn.microsoft.com/library/windows/apps/br212661)
[disableAnimations](http://msdn.microsoft.com/library/windows/apps/hh779759)
[dragBetweenEnter](http://msdn.microsoft.com/library/windows/apps/br212668)
[dragBetweenLeave](http://msdn.microsoft.com/library/windows/apps/br212669)
[dragSourceEnd](http://msdn.microsoft.com/library/windows/apps/br212670)
[dragSourceStart](http://msdn.microsoft.com/library/windows/apps/br212671)
[enableAnimations](http://msdn.microsoft.com/library/windows/apps/hh779760)
[enterContent](http://msdn.microsoft.com/library/windows/apps/hh701582)
[enterPage](http://msdn.microsoft.com/library/windows/apps/br212672)
[executeAnimation](http://msdn.microsoft.com/library/windows/apps/hh779762)
[executeTransition](http://msdn.microsoft.com/library/windows/apps/hh779763)
[exitContent](http://msdn.microsoft.com/library/windows/apps/hh701585)
[exitPage](http://msdn.microsoft.com/library/windows/apps/hh701586)
[fadeIn](http://msdn.microsoft.com/library/windows/apps/br212673)
[fadeOut](http://msdn.microsoft.com/library/windows/apps/br212674)
[hideEdgeUI](http://msdn.microsoft.com/library/windows/apps/br212676)
[hidePanel](http://msdn.microsoft.com/library/windows/apps/br212677)
[hidePopup](http://msdn.microsoft.com/library/windows/apps/br212678)
[isAnimationEnabled](http://msdn.microsoft.com/library/windows/apps/hh779793)
[pointerDown](http://msdn.microsoft.com/library/windows/apps/br212680)
[pointerUp](http://msdn.microsoft.com/library/windows/apps/br212681)
[showEdgeUI](http://msdn.microsoft.com/library/windows/apps/br230466)
[showPanel](http://msdn.microsoft.com/library/windows/apps/br230467)
[showPopup](http://msdn.microsoft.com/library/windows/apps/br230468)
[swipeDeselect](http://msdn.microsoft.com/library/windows/apps/br212662)
[swipeReveal](http://msdn.microsoft.com/library/windows/apps/br212663)
[swipeSelect](http://msdn.microsoft.com/library/windows/apps/br212664)
[updateBadge](http://msdn.microsoft.com/library/windows/apps/br230471)
[createAddToListAnimation](https://msdn.microsoft.com/library/windows/apps/br212653)
[createAddToSearchListAnimation](https://msdn.microsoft.com/library/windows/apps/br212654)
[createCollapseAnimation](https://msdn.microsoft.com/library/windows/apps/br212655)
[createDeleteFromListAnimation](https://msdn.microsoft.com/library/windows/apps/br212656)
[createDeleteFromSearchListAnimation](https://msdn.microsoft.com/library/windows/apps/br212657)
[createExpandAnimation](https://msdn.microsoft.com/library/windows/apps/br212658)
[createPeekAnimation](https://msdn.microsoft.com/library/windows/apps/br212659)
[createRepositionAnimation](https://msdn.microsoft.com/library/windows/apps/br212660)
[crossFade](https://msdn.microsoft.com/library/windows/apps/br212661)
[disableAnimations](https://msdn.microsoft.com/library/windows/apps/hh779759)
[dragBetweenEnter](https://msdn.microsoft.com/library/windows/apps/br212668)
[dragBetweenLeave](https://msdn.microsoft.com/library/windows/apps/br212669)
[dragSourceEnd](https://msdn.microsoft.com/library/windows/apps/br212670)
[dragSourceStart](https://msdn.microsoft.com/library/windows/apps/br212671)
[enableAnimations](https://msdn.microsoft.com/library/windows/apps/hh779760)
[enterContent](https://msdn.microsoft.com/library/windows/apps/hh701582)
[enterPage](https://msdn.microsoft.com/library/windows/apps/br212672)
[executeAnimation](https://msdn.microsoft.com/library/windows/apps/hh779762)
[executeTransition](https://msdn.microsoft.com/library/windows/apps/hh779763)
[exitContent](https://msdn.microsoft.com/library/windows/apps/hh701585)
[exitPage](https://msdn.microsoft.com/library/windows/apps/hh701586)
[fadeIn](https://msdn.microsoft.com/library/windows/apps/br212673)
[fadeOut](https://msdn.microsoft.com/library/windows/apps/br212674)
[hideEdgeUI](https://msdn.microsoft.com/library/windows/apps/br212676)
[hidePanel](https://msdn.microsoft.com/library/windows/apps/br212677)
[hidePopup](https://msdn.microsoft.com/library/windows/apps/br212678)
[isAnimationEnabled](https://msdn.microsoft.com/library/windows/apps/hh779793)
[pointerDown](https://msdn.microsoft.com/library/windows/apps/br212680)
[pointerUp](https://msdn.microsoft.com/library/windows/apps/br212681)
[showEdgeUI](https://msdn.microsoft.com/library/windows/apps/br230466)
[showPanel](https://msdn.microsoft.com/library/windows/apps/br230467)
[showPopup](https://msdn.microsoft.com/library/windows/apps/br230468)
[swipeDeselect](https://msdn.microsoft.com/library/windows/apps/br212662)
[swipeReveal](https://msdn.microsoft.com/library/windows/apps/br212663)
[swipeSelect](https://msdn.microsoft.com/library/windows/apps/br212664)
[updateBadge](https://msdn.microsoft.com/library/windows/apps/br230471)

## System requirements

Expand Down
4 changes: 2 additions & 2 deletions Samples/AnimationMetrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

# Animation metrics sample

Shows how to use the Animation Metrics APIs ([Windows.UI.Core.AnimationMetrics](http://msdn.microsoft.com/library/windows/apps/br241916))
to access the raw parameters that define the animations in the Windows [Animation Library](http://msdn.microsoft.com/library/windows/apps/hh465165).
Shows how to use the Animation Metrics APIs ([Windows.UI.Core.AnimationMetrics](https://msdn.microsoft.com/library/windows/apps/br241916))
to access the raw parameters that define the animations in the Windows [Animation Library](https://msdn.microsoft.com/library/windows/apps/hh465165).
This info can help developers of applications and application frameworks to create animations that are consistent with Windows and other
apps that use the Windows Animation Library.

Expand Down
14 changes: 7 additions & 7 deletions Samples/ApplicationData/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Application data sample

Shows how to store and retrieve data that is specific to each user and app by using the Windows Runtime application data APIs
([Windows.Storage.ApplicationData](http://msdn.microsoft.com/library/windows/apps/br241587) and so on).
([Windows.Storage.ApplicationData](https://msdn.microsoft.com/library/windows/apps/br241587) and so on).

> **Note:** This sample is part of a large collection of UWP feature samples.
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
Expand Down Expand Up @@ -34,19 +34,19 @@ The sample covers these key tasks:

## Guidelines

[Guidelines for roaming application data](http://msdn.microsoft.com/library/windows/apps/hh465094)
[Guidelines for roaming application data](https://msdn.microsoft.com/library/windows/apps/hh465094)

## Concepts

[Store and retrieve settings and other app data](https://msdn.microsoft.com/library/windows/apps/mt299098)

## Reference

[Windows.Storage.ApplicationData](http://msdn.microsoft.com/library/windows/apps/br241587)
[Windows.Storage.ApplicationDataCompositeValue](http://msdn.microsoft.com/library/windows/apps/br241588)
[Windows.Storage.ApplicationDataContainer](http://msdn.microsoft.com/library/windows/apps/br241599)
[Windows.Storage.ApplicationDataContainerSettings](http://msdn.microsoft.com/library/windows/apps/br241600)
[WinJS.Application](http://msdn.microsoft.com/library/windows/apps/br229774)
[Windows.Storage.ApplicationData](https://msdn.microsoft.com/library/windows/apps/br241587)
[Windows.Storage.ApplicationDataCompositeValue](https://msdn.microsoft.com/library/windows/apps/br241588)
[Windows.Storage.ApplicationDataContainer](https://msdn.microsoft.com/library/windows/apps/br241599)
[Windows.Storage.ApplicationDataContainerSettings](https://msdn.microsoft.com/library/windows/apps/br241600)
[WinJS.Application](https://msdn.microsoft.com/library/windows/apps/br229774)

## System requirements

Expand Down
16 changes: 8 additions & 8 deletions Samples/ApplicationResources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Shows how to use application resources to separate localizable content from app
> the samples collection, and GitHub, see [Get the UWP samples from GitHub](https://aka.ms/ovu2uq).
> For more samples, see the [Samples portal](https://aka.ms/winsamples) on the Windows Dev Center.

The sample uses the [Windows.ApplicationModel.Resources.Core](http://msdn.microsoft.com/library/windows/apps/br225039) and
[Windows.Globalization](http://msdn.microsoft.com/library/windows/apps/br206813) namespaces, and [WinJS.Resources](http://msdn.microsoft.com/library/windows/apps/br229779).
The sample uses the [Windows.ApplicationModel.Resources.Core](https://msdn.microsoft.com/library/windows/apps/br225039) and
[Windows.Globalization](https://msdn.microsoft.com/library/windows/apps/br206813) namespaces, and [WinJS.Resources](https://msdn.microsoft.com/library/windows/apps/br229779).

We encourage you to separate your resources, such as strings and files, from your app code, so you can maintain and alter your resources independently. You can use [Application Resources](http://msdn.microsoft.com/library/windows/apps/br225039) APIs to tailor your apps to a variety of device, system, and user configurations. Resources enable apps to be localized into multiple languages, customized for various device DPIs and form factors, and tailored for specific types of users.
We encourage you to separate your resources, such as strings and files, from your app code, so you can maintain and alter your resources independently. You can use [Application Resources](https://msdn.microsoft.com/library/windows/apps/br225039) APIs to tailor your apps to a variety of device, system, and user configurations. Resources enable apps to be localized into multiple languages, customized for various device DPIs and form factors, and tailored for specific types of users.

**Note** The Windows universal samples require Visual Studio 2017 to build and Windows 10 to execute.

Expand All @@ -28,12 +28,12 @@ To obtain information about Microsoft Visual Studio and the tools for developing
## Related topics

[Creating and retrieving resources in Windows apps](http://go.microsoft.com/fwlink/p/?linkid=251463)
[ResourceLoader class](http://msdn.microsoft.com/library/windows/apps/br206014)
[ResourceManager class](http://msdn.microsoft.com/library/windows/apps/br206078)
[Windows.ApplicationModel.Resources.Core namespace](http://msdn.microsoft.com/library/windows/apps/br225039)
[Windows.Globalization namespace](http://msdn.microsoft.com/library/windows/apps/br206813)
[ResourceLoader class](https://msdn.microsoft.com/library/windows/apps/br206014)
[ResourceManager class](https://msdn.microsoft.com/library/windows/apps/br206078)
[Windows.ApplicationModel.Resources.Core namespace](https://msdn.microsoft.com/library/windows/apps/br225039)
[Windows.Globalization namespace](https://msdn.microsoft.com/library/windows/apps/br206813)
[Windows 8 app samples](http://go.microsoft.com/fwlink/p/?LinkID=227694)
[WinJS.Resources namespace](http://msdn.microsoft.com/library/windows/apps/br229779)
[WinJS.Resources namespace](https://msdn.microsoft.com/library/windows/apps/br229779)

## System requirements

Expand Down
18 changes: 9 additions & 9 deletions Samples/Appointments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Appointment calendar sample

Shows how to use the [Windows.ApplicationModel.Appointments](http://msdn.microsoft.com/library/windows/apps/dn263359) namespace.
Shows how to use the [Windows.ApplicationModel.Appointments](https://msdn.microsoft.com/library/windows/apps/dn263359) namespace.

> **Note:** This sample is part of a large collection of UWP feature samples.
> If you are unfamiliar with Git and GitHub, you can download the entire collection as a
Expand All @@ -15,9 +15,9 @@ Shows how to use the [Windows.ApplicationModel.Appointments](http://msdn.microso
> For more samples, see the [Samples portal](https://aka.ms/winsamples) on the Windows Dev Center.

An appointment ID is a **String** object that represents the appointment. Use the
[ShowAddAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297256) API to obtain an appointment ID of the appointment to add.
Use this appointment ID with the [ShowReplaceAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297283) or
[ShowRemoveAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297269) API to update or remove the appointment.
[ShowAddAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297256) API to obtain an appointment ID of the appointment to add.
Use this appointment ID with the [ShowReplaceAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297283) or
[ShowRemoveAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297269) API to update or remove the appointment.

For more info about how to manage appointments, see [Managing appointments](https://msdn.microsoft.com/library/windows/apps/mt269389).

Expand All @@ -30,11 +30,11 @@ To obtain an insider copy of Windows 10, go to [Windows 10](http://insider.windo
### Reference
For more info about the concepts and APIs demonstrated in this sample, see these topics:

- [Windows.ApplicationModel.Appointments](http://msdn.microsoft.com/library/windows/apps/dn263359)
- [Windows.ApplicationModel.Appointments.AppointmentsProvider](http://msdn.microsoft.com/library/windows/apps/dn297284)
- [AppointmentManager.ShowAddAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297256)
- [AppointmentManager.ShowReplaceAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297283)
- [AppointmentManager.ShowRemoveAppointmentAsync](http://msdn.microsoft.com/library/windows/apps/dn297269)
- [Windows.ApplicationModel.Appointments](https://msdn.microsoft.com/library/windows/apps/dn263359)
- [Windows.ApplicationModel.Appointments.AppointmentsProvider](https://msdn.microsoft.com/library/windows/apps/dn297284)
- [AppointmentManager.ShowAddAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297256)
- [AppointmentManager.ShowReplaceAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297283)
- [AppointmentManager.ShowRemoveAppointmentAsync](https://msdn.microsoft.com/library/windows/apps/dn297269)

## System requirements

Expand Down
Loading