user3213315
user3213315

Reputation:

Programming language for Sony Smart Watch

What Language can I use to create apps for the sony smart watch, I was looking at their SDK but I couldn't find a language anywhere. Could it be C/C++ or Java? If this type of question is not allowed on stackoverflow please tell me and I'll remove it

Upvotes: 0

Views: 1081

Answers (1)

NickT
NickT

Reputation: 23873

It's an add on to the Sony Add On, or so it appears. Anyway if you dig down in the documentation PDF, you will find:

The APIs available in this version of the Sony Add-on SDK include the Camera Add-on API, the Smart Extension APIs, the Small Apps API, and the IR remote API. To use this document to best effect, you should be familiar with Java programming in an Android environment.

So it's Java.

Upvotes: 1

Related Questions