Skip to content

Commit 45ff58b

Browse files
authored
Merge pull request #447 from sgchoi5/updateapplink
Add the repository link of new sample apps
2 parents caab7dc + 4e22c39 commit 45ff58b

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

docs/application/dotnet/samples/account/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for TD:
5353
<tr>
5454
<td><img alt="" height="180" src="media/waccounts.png" width="180"/></td>
5555
<td>
56-
<p><strong>(W) Accounts</strong> [In progress]</p>
56+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Accounts" target="_blank"><strong>(W) Accounts</strong></a></p>
5757
<p>This sample application demonstrates how to implement an account provider, which can add and configure an account. It also demonstrates how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
5858
</td>
5959
</tr>

docs/application/dotnet/samples/appfw/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ for TD:
132132
<tr>
133133
<td><img alt="" height="180" src="media/wbadges.png" width="180"/></td>
134134
<td>
135-
<p><strong>(W) Badges</strong> [In progress]</p>
135+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Badges" target="_blank"><strong>(W) Badges</strong></a></p>
136136
<p>This sample application demonstrates how to use application badge and how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
137137
</td>
138138
</tr>
139139
<tr>
140140
<td><img alt="" height="180" src="media/wbadgecounter.png" width="180"/></td>
141141
<td>
142-
<p><strong>(W) BadgeCounter</strong> [In progress]</p>
142+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/BadgeCounter" target="_blank"><strong>(W) BadgeCounter</strong></a></p>
143143
<p>This sample application demonstrates how to manage badge counter of the application using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Applications.html" target="_blank">Tizen.Applications C# API</a> and how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
144144
<p>In addition, there is similar web sample application.<br>
145145
<ul>
@@ -179,7 +179,7 @@ for TD:
179179
<tr>
180180
<td><img alt="" height="180" src="media/wpreference.png" width="180"/></td>
181181
<td>
182-
<p><strong>(W) Preference</strong> [In progress]</p>
182+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Preference" target="_blank"><strong>(W) Preference</strong></a></p>
183183
<p>This sample application demonstrates how to use <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Applications.Preference.html" target="_blank">Tizen.Applications.Preference C# API</a> and how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
184184
</td>
185185
</tr>

docs/application/dotnet/samples/context/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for TD:
3939
<tr>
4040
<td><img alt="" height="180" src="media/wfrequentlyused.png" width="180"/></td>
4141
<td>
42-
<p><strong>(W) AppHistory</strong> [In progress]</p>
42+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/AppHistory" target="_blank"><strong>(W) AppHistory</strong></a></p>
4343
<p>This sample application demonstrates how to retrieve your application usage patterns. This sample uses XAML files for GUI.</p>
4444
</td>
4545
</tr>

docs/application/dotnet/samples/location/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for TD:
7878
<tr>
7979
<td><img alt="" height="180" src="media/wmapsview.png" width="180"/></td>
8080
<td>
81-
<p><strong>(W) MapsView</strong> [In progress]</p>
81+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/MapsView" target="_blank"><strong>(W) MapsView</strong></a></p>
8282
<p>This sample application demonstrates how to display and control the map components and how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
8383
</td>
8484
</tr>

docs/application/dotnet/samples/multimedia/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for TD:
116116
<tr>
117117
<td><img alt="" height="180" src="media/wvolumecontroller.png" width="180"/></td>
118118
<td>
119-
<p><strong>(W) VolumeController</strong> [In progress]</p>
119+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/VolumeController" target="_blank"><strong>(W) VolumeController</strong></a></p>
120120
<p>This sample application demonstrates how to retrieve and set the device volume levels. It also demonstrates how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
121121
</td>
122122
</tr>

docs/application/dotnet/samples/network/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ for TD:
6868
<tr>
6969
<td><img alt="" height="180" src="media/wlescanner.png" width="180"/></td>
7070
<td>
71-
<p><strong>(W) Lescanner</strong> [In progress]</p>
71+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Lescanner" target="_blank"><strong>(W) Lescanner</strong></a></p>
7272
<p>This sample application demonstrates how to use <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Network.Bluetooth.html" target="_blank">Tizen.Network.Bluetooth C# API</a> to connect with Bluetooth Low Energy devices. It also demonstrates how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
7373
</td>
7474
</tr>
7575
<tr>
7676
<td><img alt="" height="180" src="media/wnetworkapp.png" width="180"/></td>
7777
<td>
78-
<p><strong>(W) NetworkApp</strong> [In progress]</p>
78+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/NetworkApp" target="_blank"><strong>(W) NetworkApp</strong></a></p>
7979
<p>This sample application demonstrates how to verify information about your connection and manage your Wi-Fi settings. It also demonstrates how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
8080
</td>
8181
</tr>
8282
<tr>
8383
<td><img alt="" height="180" src="media/wnfc.png" width="180"/></td>
8484
<td>
85-
<p><strong>(W) NFCSampleApp</strong> [In progress]</p>
85+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/NFCSampleApp" target="_blank"><strong>(W) NFCSampleApp</strong></a></p>
8686
<p>This sample application demonstrates how to send and receive a NDEF message from remote Near Field Communication (NFC) device, and read NFC Data Exchange Format (NDEF) message from NFC Tag. It also demonstrates how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
8787
</td>
8888
</tr>

docs/application/dotnet/samples/system/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ for TD:
6767
<tr>
6868
<td><img alt="" height="180" src="media/wcompass.png" width="180"/></td>
6969
<td>
70-
<p><strong>(W) Compass</strong> [In progress]</p>
70+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Compass" target="_blank"><strong>(W) Compass</strong></a></p>
7171
<p>This sample application demonstrates how to retrieve information about the physical orientation of the device using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Sensor.OrientationSensor.html" target="_blank"> Tizen Orientation Sensor API</a>.</p>
7272
</td>
7373
</tr>
@@ -81,29 +81,29 @@ for TD:
8181
<tr>
8282
<td><img alt="" height="180" src="media/wheartratemonitor.png" width="180"/></td>
8383
<td>
84-
<p><strong>(W) HeartRateMonitor</strong> [In progress]</p>
84+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/HeartRateMonitor" target="_blank"><strong>(W) HeartRateMonitor</strong></a></p>
8585
<p>This sample application demonstrates how to obtain data provided by the Heart Rate Monitor (HRM) sensor using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Sensor.html" target="_blank">Tizen.Sensor C# API</a> and how to create circular UI using <a href="https://github.com/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
8686
</td>
8787
</tr>
8888
<tr>
8989
<td><img alt="" height="180" src="media/metaldetector.png" width="180"/></td>
9090
<td>
91-
<p><strong>(W) MetalDetector</strong> [In progress]</p>
91+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/MetalDetector" target="_blank"><strong>(W) MetalDetector</strong></a></p>
9292
<p>This sample application demonstrates how to obtain the magnetometer sensor data using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.Sensor.html" target="_blank">Tizen.Sensor C# API</a>.</p>
9393
</td>
9494
</tr>
9595
<tr>
9696
<td><img alt="" height="180" src="media/wsystemInfo.png" width="180"/></td>
9797
<td>
98-
<p><strong>(W) SystemInfo</strong> [In progress]</p>
99-
<p>This sample application demonstrates how to obtain data provided by the system using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.System.html" target="_blank">Tizen.System C# API</a> and how to create CircleListView using <a href="/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
98+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/SystemInfo" target="_blank"><strong>(W) SystemInfo</strong></a></p>
99+
<p>This sample application demonstrates how to obtain data provided by the system using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.System.html" target="_blank">Tizen.System C# API</a> and how to use CirclePage of <a href="/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
100100
</td>
101101
</tr>
102102
<tr>
103103
<td><img alt="" height="180" src="media/wsystem_info.png" width="180"/></td>
104104
<td>
105-
<p><strong>(W) SystemInfo</strong> [In progress]</p>
106-
<p>This sample application demonstrates how to obtain data provided by the system using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.System.html" target="_blank">Tizen.System C# API</a> and how to create IndexPage using <a href="/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
105+
<p><strong>(W) SystemInfo2</strong> [In progress]</p>
106+
<p>This sample application demonstrates how to obtain data provided by the system using <a href="https://developer.tizen.org/dev-guide/csapi/api/Tizen.System.html" target="_blank">Tizen.System C# API</a> and how to use IndexPage of <a href="/Samsung/Tizen.CircularUI/" target="_blank">Tizen.Wearable.CircularUI C# API</a>.</p>
107107
</td>
108108
</tr>
109109
</tbody>

docs/application/dotnet/samples/ui/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for TD:
106106
<tr>
107107
<td><img alt="" height="180" src="media/wcalculator.png" width="180"/></td>
108108
<td>
109-
<p><strong>(W) Calculator</strong> [In progress]</p>
109+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Calculator" target="_blank"><strong>(W) Calculator</strong></a></p>
110110
<p>This sample application demonstrates the regular calculator. This is using some Xamarin.Forms features such as XAML files for GUI and Custom Renderers for the image buttons.</p>
111111
<p>In addition, there are similar native and web sample applications.<br>
112112
<ul>
@@ -137,7 +137,7 @@ for TD:
137137
<tr>
138138
<td><img alt="" height="180" src="media/wrotarytimer.png" width="180"/></td>
139139
<td>
140-
<p><strong>(W) Rotary timer</strong> [In progress]</p>
140+
<p><a href="/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/RotaryTimer" target="_blank"><strong>(W) Rotary timer</strong></a></p>
141141
<p>This sample application demonstrates how to use Rotary Bezel.</p>
142142
<p>In addition, there are similar native and web sample applications.<br>
143143
<ul>
@@ -321,4 +321,4 @@ for TD:
321321
<script>
322322
Please copy dotnet-samples.js and paste it here
323323
</script>
324-
-->
324+
-->

0 commit comments

Comments
 (0)