2

I need to code the front-end development for a smart tv application that will work for Samsung, LG and Panasonic.

I read that Samsung has its own SDK for Eclipse and an emulator but I am not sure if developing it with Samsung SDK will work on the other two platforms, do you know if there is a way to develop it that works for all three platforms?

hft
  • 1,245
  • 10
  • 29
ddebie
  • 21
  • 1
  • 3
  • possible duplicate of [SmartTV development for starters](http://stackoverflow.com/questions/12940572/smarttv-development-for-starters) – Ivan Solntsev Feb 06 '15 at 11:29

3 Answers3

3

There is platform difference for all the three platforms but there is framework called the TAL framework with which you can create Universal application. Refer to BBC talframework http://fmtvp.github.io/tal/getting-started/introducing-tal.html

but i doubt that samsung QA team may not allow it.

Vikas
  • 419
  • 3
  • 13
1

Mostly smart tv app are based on HTML5, Jquery, so you can build same interface for all the apps and can modify jquery according to platform(LG, Samsung, etc).

abhi
  • 1,059
  • 9
  • 19
0

you can use this TV SDK http://www.inio.tv/ (I am member of team who develop this...) or some other multiplatform TV framework.

If you have some questions I can answer

alfredo86
  • 194
  • 3