index.jd revision e6b9abb3ad06d32e76a07e733e0a6554479fbfa4
1page.title=Helping Users Find Content on TV
2
3startpage=true
4
5@jd:body
6
7<div id="tb-wrapper">
8<div id="tb">
9  <h2>Dependencies and Prerequisites</h2>
10  <ul>
11    <li>Android 5.0 (API level 21) or higher</li>
12  </ul>
13  <h2>You should also read</h2>
14  <ul>
15    <li><a href="{@docRoot}design/tv/index.html">
16      Design for TV</a></li>
17  </ul>
18</div>
19</div>
20
21<p>
22  TV devices offer many entertainment options for users. They have thousands of content options
23  from apps and related content services. At the same time, most users prefer to use TVs with the
24  least amount of input possible. With the amount of choice available to users, it is important for
25  app developers to provide quick and easy paths for users to discover and enjoy your content.
26</p>
27
28<p>
29  The Android framework helps you provide a number of paths for users to discover your content,
30  including recommendations on the home screen and searching within your app's content catalog.
31</p>
32
33<p>
34  This class shows you how to help users discover your app's content through recommendations and
35  in-app searching.
36</p>
37
38
39<h2>Topics</h2>
40
41<dl>
42  <dt><b><a href="recommendations.html">Recommending TV Content</a></b></dt>
43    <dd>Learn how to recommend content for users so that it appears in the recommendations row
44      on the home screen of a TV device.</dd>
45
46  <dt><b><a href="in-app-search.html">Searching within TV Apps</a></b></dt>
47    <dd>Learn how to use a built-for-TV user interface for searching within your app.</dd>
48</dl>
49