-3

I am new to android apps development.Shall I develop android apps for Samsung gear devices? How to convert android apps to samsung gear using tizen sdk?please help me to get some ideas.

Madhumitha
  • 3,794
  • 8
  • 30
  • 45

1 Answers1

1

The Tizen SDK contains a few similar tools as the Android SDK. If you're happy with adb, sdb will feel very similar.

Programming-wise, Tizen is very different. You either write applications in "Web" mode, i.e. HTML-5, or in "native" mode, i.e. C/C++. No Java.

Klaas van Gend
  • 1,105
  • 8
  • 22