I am trying to develop an application on samsung smart tv which can display notification while you are watching TV. a notification will contain information about soccer games, twitter messages (can send a message to the tv using twitter) and more...
The smart TV app will get information from a web server, I thought of using Publish/Subscribe model :
You can find this project in Github (don't hesitate to contribute if you are interested).
I have never developed an app for smart TVs, so I wanted to know :
The perfect thing in my case would be a Web API for the Smart TV. So that I can call services to show notifications for example or other stuff ...
Thank you for your time !
Developing app for samsung smart tv is simple if you are well versed about html5,css,jquery.
you can show notification by sending ajax call after regular interval(i am not stressing on this part assuming that you know about ajax and jquery)
Now coming to your main question about displaying notification on top of screen and running app in background this can only be achieved in samsung smart TV by making ticker parameter vaue y in config.xml
<ticker itemtype='boolean'>y</ticker>
This will allow you to run app in ticker mode as well as in background. please go though samsungdforum. Note : The Ticker apps are allowed only for US and Korean market.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With