Skip to content

webOS-TV-app-samples/HelloWorldService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Hello World Service

About Code Sample

In this sample, we will create a simple HelloWorld app that demonstrates how to create a webOS TV service. This sample also demonstrates how to call the service from any web app and display the response. We will be using the command line tool (CLI) of the webOS TV SDK to create the app and service, as well as packaging and installing the app on the target device.

For more information about see Getting Started.

Do's and Don'ts

  • DO match the base app ID with the service ID as in this example (com.sample.helloworld).

  • DO test on the webOS TV devices or webOS TV Simulator.