Sayat Satybald
Sayat Satybald

Reputation: 6580

Samsung Gear2 Native Development

It looks like that Tizen supports both HTML5 and native development. However, is it possible to develop Gear2 apps natively? If yes, where possible to find any samples for this?

Upvotes: 3

Views: 1174

Answers (2)

RzR
RzR

Reputation: 3176

No and Yes,

If you mean Native by non interpreted language like javascript , there is none ... AFAIK the only open API are using javascript at least on SDK 2.3.1_RC7 (tizen 2.3.1) ...

The system is GNU/Linux based so of course it could run all kind of technology (Qt?) but this is not the supported way (think about publishing into tizen store) ...

Upvotes: 0

Charles
Charles

Reputation: 490

Yes to make apps natively, visit

http://developer.samsung.com/samsung-gear

Download their Tizen IDE, after which they have bundled with it a lot of NATIVE apps developed on Tizen, including Camera App, etc. along with all the source code.

It also comes along with emulator for easy testing/debugging.

Source: My job currently is developing Samsung Gear 2 Applications.

Once you have everything setup, it should look like this.

Upvotes: 2

Related Questions