Mobile Web Wearable Web

Exploiting Tizen Features

Tizen tutorials teach you how to incorporate Tizen features into your application. The tutorials cover detailed code snippets to help you see how to write the required code in practice.

Select the feature you are interested in and see how you can implement its various functionalities into your application.

The following tutorials demonstrate features provided by the Tizen Web Device API:

Note
In Tizen Web Device APIs, there are 2 types of APIs: mandatory and optional.

The mandatory APIs are always available on all Tizen devices. The optional APIs provide functionality that depends on the available device hardware or software capabilities, and they may not be available in all Tizen devices. For example, the Bluetooth and NFC API hardware features are optional, and not supported on all devices.

To determine the availability of optional APIs, use the tizen.systeminfo.getCapability() method of the System Information API (in mobile and wearable applications).

Note that all mandatory APIs are supported on the Tizen Emulators, while the optional APIs may or may not be supported. For the details of each API, see Tizen Web Device API Reference.

In addition to the Tizen Web Device API tutorials above, you can implement the following features:

Go to top