语言

Menu
Sites
Language
How can I start to make the application for Tizen and Gear2?

When I click the button in TIzen, Gear2 have to show the image by Tizen through SAP.

And when I click the image on Gear2, the image have to save or be maged in Gear2 application.

 

Is it possible to make one application for this functions?

or have to make two applications for each?

 

and I cannot catch the point how I do start about this.

编辑者为: Jeff Kang 26 5月, 2014

响应

4 回复
Andrew Gudz

As I know, for now you can only connect Android smartphone and Tizen Gear2 with a help of SAP API.
http://developer.samsung.com/samsung-gear - examples of applications (android - Java application, tizen - web applciation).

Jeff Kang

Thanks for good reply.

Slawek Kowalski

You have to be familiar with developing in HTML, JavaScript and CSS. Then you need to learn

about Samsung SAP API - you can find in on Samsung sites and in Tizen IDE Help. Communicaton by SAP is very easy

to implement and works good.

 

I suppose you plan Integrated app (wgt + app in Android package intalled together) then you need to know 

some about developing for Android.

 

After that, things you want to do are very simple to implement.

 

Best

 

Jeff Kang

Thanks.

Your reply was so helpful for me :)