Watch

You can scroll this table.
There is no sample.
You can scroll this table.

(W) AmbientWatch

This sample application demonstrates how to create a watch application that supports ambient mode in Tizen wearable device. It also demonstrates how to create a circular watch face using Tizen.Wearable.CircularUI.
To extend battery life, a watch application can display a limited UI in the ambient mode by detecting ambient mode changes.

In tizen-manifest.xml file, set ambient-support attribute to true:
For more information, see ambient-support attribute.
<watch-application appid="org.tizen.example.TizenWatchfaceApp1" exec="TizenWatchfaceApp1.dll" type="dotnet" ambient-support="true">

To use the ambient mode, you must enable it in the application settings. Launch Settings > Watch faces and styles > Watch always on > enable it. After screen timeout, the wearable device turns into ambient mode. In addition, the ambient mode activates only if you are wearing the watch on your wrist.

In addition, there are similar native and web sample applications.

(W) AnalogWatch

This sample application demonstrates how to create a watchface for the wearable device using ElmSharp and how to use Tizen.Applications.Badge.

(W) ChronographWatch

This sample application demonstrates how to create a circular watch with continuously moving hands. It also demonstrates how to use watch face API using Tizen.Wearable.CircularUI.
This sample application includes the watch and stopwatch functionality.

In addition, there are similar native and web sample applications.

(W) ClassicWatch

This sample application demonstrates how to create a circular watch face, which consists of moving hands. It also demonstrates how to use watch face API using Tizen.Wearable.CircularUI.

In addition, there are similar native and web sample applications.

(W) PulsometerSDC [In progress]

This sample application demonstrates how to measure the heart rate using Tizen.Sensor.HeartRateMonitor.

(W) WatchFaceSDC [In progress]

This sample application demonstrates how to create watch face app using Xamarin Forms.

Additionally, it shows how to extend functionality of the app by displaying battery related properties on the watch face. Tizen.System.Battery provides data for extending the functionality.

(W) WeatherWatch

This sample application demonstrates how to create a watch face application with weather information for Tizen wearable devices. It also demonstrates how to use watch face API using Tizen.Wearable.CircularUI.
You can get detailed information from the readme file of WeatherWatch.

In addition, there are similar native and web sample applications.

You can scroll this table.
There is no sample.
UIX
Submit your feedback to GitHub