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