Scott Rowe 8443fad483 docs: Add screenshot
Change-Id: I0995d23e1df30ce17ce381c14a6cbd2de389c396
2015-01-12 14:50:50 -08:00

52 lines
1.7 KiB
Plaintext

page.title=Helping Users Find Your Content on TV
page.tags=tv, leanback
helpoutsWidget=true
startpage=true
@jd:body
<div id="tb-wrapper">
<div id="tb">
<h2>Dependencies and Prerequisites</h2>
<ul>
<li>Android 5.0 (API level 21) or higher</li>
</ul>
<h2>You should also read</h2>
<ul>
<li><a href="{@docRoot}design/tv/index.html">
Design for TV</a></li>
</ul>
</div>
</div>
<p>
TV devices offer many entertainment options for users. They have thousands of content options
from apps and related content services. At the same time, most users prefer to use TVs with the
least amount of input possible. With the number of choices available to users, it is important for
app developers to provide quick and easy paths for users to discover and enjoy your content.
</p>
<p>
The Android framework helps you provide a number of paths for users to discover your content,
including recommendations on the home screen and searching within your app's content catalog.
</p>
<p>
This class shows you how to help users discover your app's content through recommendations and
in-app searching.
</p>
<h2>Topics</h2>
<dl>
<dt><b><a href="recommendations.html">Recommending TV Content</a></b></dt>
<dd>Learn how to recommend content for users so that it appears in the recommendations row
on the home screen of a TV device.</dd>
<dt><b><a href="searchable.html">Making TV Apps Searchable</a></b></dt>
<dd>Learn how to make your content searchable from the Android TV home screen.</dd>
<dt><b><a href="in-app-search.html">Searching within TV Apps</a></b></dt>
<dd>Learn how to use a built-for-TV user interface for searching within your app.</dd>
</dl>