diff options
author | Quddus Chong <quddusc@google.com> | 2015-06-12 11:29:12 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-06-16 11:27:52 -0700 |
commit | 513cf16d5e12ea4f2bca88d1c26ed21ae88fc9c9 (patch) | |
tree | 42d9ada615f5cc00ff8d595dd91917025205255b /docs/html/tv | |
parent | ef8c2834f19c404cad025a4b583525b62a4b2790 (diff) | |
download | frameworks_base-513cf16d5e12ea4f2bca88d1c26ed21ae88fc9c9.zip frameworks_base-513cf16d5e12ea4f2bca88d1c26ed21ae88fc9c9.tar.gz frameworks_base-513cf16d5e12ea4f2bca88d1c26ed21ae88fc9c9.tar.bz2 |
docs: Updated Android TV landing page and Live TV training to support channels.
bug: 21786387
Change-Id: I343e00d30d25f46a9081af339ee4c4a2fddba149
Diffstat (limited to 'docs/html/tv')
-rw-r--r-- | docs/html/tv/index.jd | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/html/tv/index.jd b/docs/html/tv/index.jd index 7a0cdcc..73b3435 100644 --- a/docs/html/tv/index.jd +++ b/docs/html/tv/index.jd @@ -145,6 +145,36 @@ page.type=about </div> <!-- end .wrap --> </div> <!-- end .landing-section --> + <div class="landing-section" style="background-color:#f5f5f5" id="tv-games-channels"> + <div class="wrap"> + <div class="landing-section-header"> + <div class="landing-h1">Develop Games and Channels</div> + </div> + + <div class="landing-body"> + <div class="cols"> + <div class="col-8"> + <div class="landing-h3">Play Games on TV</div> + <p class="landing-small" style="padding-left:0px; padding-top:15px;"> + Build apps that let users experience high-performance gaming in leanback mode. + Users can discover your apps easily through the Games row in the Android TV + Launcher.<br> + <a href="{@docRoot}training/tv/games/index.html">Learn how to build games for TV</a> + </p> + </div> + <div class="col-8"> + <div class="landing-h3">Keep Users Engaged with Channels</div> + <p class="landing-small" style="padding-left:0px; padding-top:15px;"> + Create apps that serve video and music content in a linear, channel-like + fashion to users. Users see your channels alongside traditional TV channels in the + programming guide.<br> + <a href="{@docRoot}training/tv/tif/index.html">Learn how to build channels</a> + </p> + </div> + </div> + </div> + </div> <!-- end .wrap --> + </div> <!-- end .landing-section --> <div class="landing-section landing-red-background"> <div class="wrap"> |