Addendum

Hands Frame Source Code

Hands Frame Basic Version

Hands Frame Advanced Version

The Hands Frame application's basic version was developed in chapter 8. The application was upgraded with advanced functions in chapter 12. The application's final version's source code is provided here to give a practical guide for readers.

To the previous Hands Frame advanced version, the latest verson added the VOD URL management technique and a subscene (i.e., Info Scene) management example.

The complete sample application package can be downloaded from the following URL.

Hands Frame Basic Version

index.html

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
        <title>HG_Layout</title>

        <!-- TODO : Style sheets code -->
        <link rel=“stylesheet” href=“app/stylesheets/Main.css” type=“text/css”>

        <!-- TODO: Plugins -->

    </head>

    <body onload=“Main.onLoad();” onunload=“Main.onUnload();”>
        <div id=“scene_main” >
            <div id=“header”></div>
            <div id=“category”>
                <ul>
                    <li class=“work”>Work</li>
 <li class=“people”>People</li> <li class=“dream”>Dream</li> </ul> </div> <div id=“content”> <div class=“work”> <img alt=“ ” src=“./images/img_title_work.png” class=“title”/> <ul> <li> <img alt=“ ” src=“./images/1_1.png” class=“title”/> <label>What is killer contents? <p>2012.06</p></ label> </li> <li> <img alt=“ ” src=“./images/1_2.png” class=“title”/> <label>Handmade application <p>2012.05</p></label> </li> </ul> ...

Get Samsung SmartTV Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.