Languages

Menu
Sites
Language
Proper Wearable tutorial?

Hello,

This post https://developer.tizen.org/forums/sdk-ide/installed-sdk-cant-find-wearable-project-templates suggests that the tutorial located at https://developer.tizen.org/development/getting-started/web-application/creating-your-first-tizen-application#wearapp should be followed using the 2.3.1 SDK and not the 2.4 SDK as that one doesn't contain support for Wearable projects.

However after downloading the 2.3.1 SDK and creating the Wearable project (step 1), it actually doesn't contain the folders that the tutorial says it should. Mainly there is no libs folder which renders the tutorial unusable from that point on.

Is there any PROPER usable tutorials on how to get started with a Wearable project?

Thanks.

Edited by: Juan Ospina on 03 Nov, 2015

Responses

2 Replies
AVSukhov

Hello,

yes, you are right. This misunderstanding in the documentation (doc fo 2.4).

For tizen 2.3.1 - If you want use TAU lib you need to create sample app based on "Wearable UI" template.

Using "Basic" template you create project with "pure" javascrupt.

Seoghyun Kang

Hello,

 

AS AVSukhov's comment, you can use the TAU library if you create the application based on "Wearable UI" template.

 

If you want to see the tutorial document of Gear, please refer the following url.

http://developer.samsung.com/technical-doc/list.do?pi=1&ps=10&pb=Y&ct=CT030000&sc=

 

And there are many sample applications in Tizen SDK.

For example.. If you want to watch the TAU's sample, please refer the "UIComponents" in the UI category.

 

It will be helpful to you.

 

Thanks.