1page.title=Designing for Android TV 2page.tags="tv", "leanback","designguidelines" 3page.metaDescription=Guidelines to help you create a great leanback experience on Android TV. 4page.image=design/tv/images/apps-games-rows.jpg 5@jd:body 6 7<a class="notice-designers" style="clear:none" href="http://www.google.com/design/spec-tv"> 8 <div> 9 <h3>Material Design</h3> 10 <p>Android TV Design Guidelines</p> 11 </div> 12</a> 13 14<p>The Android TV platform user interface provides the launch pad for your app's big screen 15 experience. It's important to understand how your app is presented in the main user interface and 16 how your app can help users get to the content they want quickly.</p> 17 18<p class="caution"> 19 <strong>Important:</strong> There are specific design requirements your app must meet to qualify 20 as an Android TV app on Google Play. For more information, see the requirements listed in 21 <a href="{@docRoot}distribute/essentials/quality/tv.html">TV App Quality</a>. 22</p> 23 24<p class="note"><strong>Note:</strong> For information about how to publish your TV apps in Google Play, 25see <a href="/distribute/googleplay/tv.html">Distributing to Android TV</a>.</p> 26 27<h2>Home Screen</h2> 28 29<p>The Home Screen is the start of the user experience, providing search, content 30 recommendations, and access to apps and settings. This screen provides a rich and cinematic 31 overview of apps and content.</p> 32 33<img src="{@docRoot}design/tv/images/atv-home.jpg" alt="TV Home screen" /> 34 35 36<h2>Search</h2> 37 38<p>By bringing the power of Google search to the big screen, Android TV makes new, dynamic 39 connections between content. A favorite movie may lead to the discovery of a new music artist; 40 planning a trip to Paris might surface new YouTube content and photos.</p> 41 42<img src="{@docRoot}design/tv/images/search.jpg" alt="Recommendations Row" /> 43 44<p>To learn more about searching within your app, see 45 <a href="{@docRoot}training/tv/discovery/in-app-search.html">Searching within TV Apps</a>. 46 47<h2 id="recommendations">Recommendations</h2> 48 49<p>The recommendations row on Android TV is a central feature of the Home Screen that allows 50 users quick access to dynamic and relevant content for their media-consumption activities. The 51 row is optimized for quick browsing of personalized content and activity resumption (on the 52 device and across devices), while also providing a way for users to act on meaningful new 53 content.</p> 54 55<img src="{@docRoot}design/tv/images/recommendations.png" alt="Recommendations Row" /> 56 57<p> 58 Recommendations are based on the user’s recent and frequent usage behaviors, as well as 59 expressed content preferences. They appear as cards that represent a system or app action, 60 notification, activity, or piece of actionable media. Your app can provide suggestions for the 61 recommendations row to help get your content noticed. To learn more, see 62 <a href="{@docRoot}training/tv/discovery/recommendations.html">Recommending TV Content</a>. 63</p> 64 65 66<h2>Apps and Games</h2> 67 68<p>Apps and Games rows both have special areas on the Home Screen. Within their respective 69 areas, Apps and Games titles are ordered to reflect the user’s recent usage.</p> 70 71<img src="{@docRoot}design/tv/images/apps-games-rows.jpg" alt="Apps and Games Rows" /> 72 73 74<h2>Settings</h2> 75 76<p>Users can access Android and device-specific settings from the bottom of the Home Screen. From 77 here, the user can access Android and device-specific settings. 78</p> 79 80<img src="{@docRoot}design/tv/images/settings.jpg" alt="Settings Row" /> 81