Reputation: 1574
Please suggest some good tutorial links for beginner in gear watch applications using Tizen OS?
Upvotes: 0
Views: 1406
Reputation: 1816
You can develop Tizen App in two ways.
First one is using HTML,JS,CSS which Tizen Web App.A wearable Web application is basically a Web site stored on a wearable device. You can create it using Web-native languages, such as HTML5, CSS, and JavaScript. Tizen Web app tutorial link.
And another one is using C which is called Tizen Native App. A wearable native application is created using the C language, and can be run on Tizen wearable devices. The application uses the native API, which provides various interfaces to the device hardware allowing you to take advantage of numerous capabilities tailored to run with limited device resources. Tizen Native app tutorial link.
For developing Tizen App you have to install Tizen Studio. Get the Tizen Studio installation guide from here.
Another useful link.
And one think i am not sure if you are looking for Gear Watch Face Application development guide.
Upvotes: 2