You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples/Accelerometer/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ When you choose the **Enable** button for the **Data Events** option, the app be
23
23
24
24
When you choose the **Enable** button for the **Shake Events** option, the app displays the cumulative number of shake events each time an event occurs. (The app first increments the event count and then renders the most recent value.)
25
25
26
+
Note that shake events are not supported in Windows 10 build 10240, so the Shaken event will never be raised, but the sample demonstrates how to handle the event when support for shake is added.
27
+
26
28
### Poll Accelerometer Readings
27
29
28
30
When you choose the **Enable** button for the **Polling** option, the app will retrieve the sensor readings at a fixed interval.
Copy file name to clipboardExpand all lines: Samples/ActivitySensor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Registers a background task for activity changes. The background task runs whene
42
42
43
43
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
44
44
2. Start Microsoft Visual Studio 2015 and select **File**\>**Open**\>**Project/Solution**.
45
-
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
45
+
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
46
46
4. Press Ctrl+Shift+B, or select **Build**\>**Build Solution**.
Copy file name to clipboardExpand all lines: Samples/AdaptiveStreaming/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Build the sample
34
34
35
35
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
36
36
2. Start Microsoft Visual Studio 2015 and select **File**\>**Open**\>**Project/Solution**.
37
-
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
37
+
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
38
38
4. Press Ctrl+Shift+B, or select **Build**\>**Build Solution**.
Copy file name to clipboardExpand all lines: Samples/AllJoyn/ConsumerExperiences/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Specifically, this sample covers:
19
19
20
20
**Note** The Universal Windows samples require Visual Studio 2015 to build and Windows 10 to execute.
21
21
22
-
To obtain information about Windows 10, go to [Windows 10](http://go.microsoft.com/fwlink/?LinkID=532421)
22
+
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://dev.windows.com)
23
23
24
24
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422)
Copy file name to clipboardExpand all lines: Samples/AllJoyn/ProducerExperiences/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Specifically, this sample covers:
19
19
20
20
**Note** The Universal Windows samples require Visual Studio 2015 to build and Windows 10 to execute.
21
21
22
-
To obtain information about Windows 10, go to [Windows 10](http://go.microsoft.com/fwlink/?LinkID=532421)
22
+
To obtain information about Windows 10 development, go to the [Windows Dev Center](https://dev.windows.com)
23
23
24
24
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422)
Copy file name to clipboardExpand all lines: Samples/Altimeter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ When you choose the **Get Data** button for the **Polling** option, the app will
32
32
33
33
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
34
34
2. Start Microsoft Visual Studio 2015 and select **File**\>**Open**\>**Project/Solution**.
35
-
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
35
+
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++, C#, or JavaScript). Double-click the Visual Studio2015 Solution (.sln) file.
36
36
4. Press Ctrl+Shift+B, or select **Build**\>**Build Solution**.
0 commit comments