diff options
author | Robert Ly <robertly@google.com> | 2014-06-16 23:09:45 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-16 15:46:16 +0000 |
commit | 208eb3e84a8ec3458b8cda7afd969e890261a018 (patch) | |
tree | 89fcdeb6ef12608a12482f9acc64d73635bf9a7e /docs | |
parent | f5135c283f1771ab0e1de66cb015a0abeb48eae2 (diff) | |
parent | 38ed6b7b7761db1f17bd3cd705a3dee044fb1808 (diff) | |
download | frameworks_base-208eb3e84a8ec3458b8cda7afd969e890261a018.zip frameworks_base-208eb3e84a8ec3458b8cda7afd969e890261a018.tar.gz frameworks_base-208eb3e84a8ec3458b8cda7afd969e890261a018.tar.bz2 |
Merge "Android TV DevGuide home fix (no pic)" into klp-modular-dev
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/preview/tv/index.jd | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/html/preview/tv/index.jd b/docs/html/preview/tv/index.jd index da40985..dd35908 100644 --- a/docs/html/preview/tv/index.jd +++ b/docs/html/preview/tv/index.jd @@ -1,12 +1,22 @@ -page.title=Android on TV +page.title=Android TV Apps @jd:body -<img src="{@docRoot}preview/tv/images/atv.png" align="middle"/> - <p>Android offers a rich user experience that's optimized for apps running on large screen devices, such as high-definition televisions. Apps on TV offer new opportunities to delight your users from the comfort of their couch.</p> -<a href="{@docRoot}preview/tv/start/index.html">Get Started ></a> +<p>This guide helps you build apps for TV devices, including:</p> + +<ul> + <li>How to set up your development environment</li> + <li>How to build user interfaces for TV</li> + <li>Guidelines for building games for TV</li> +</ul> + +<p>Prepare your app for its big screen debut!</p> + +<p> + <strong><a href="{@docRoot}preview/tv/start/index.html">Get Started ></a></strong> +</p> |