Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | fullpage=true |
Scott Main | bbaf11f | 2014-03-27 13:01:56 -0700 | [diff] [blame] | 2 | page.viewport_width=970 |
Dirk Dougherty | 5f0462a | 2013-11-19 13:15:07 -0800 | [diff] [blame] | 3 | excludeFromSuggestions=true |
Scott Main | 633de7b | 2012-02-01 14:49:32 -0800 | [diff] [blame] | 4 | page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. |
Scott Main | 9bcea32 | 2013-09-20 09:10:08 -0700 | [diff] [blame] | 5 | page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" /> |
| 6 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 7 | @jd:body |
| 8 | |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 9 | <div class="home-new-carousel-1"> |
Robert Ly | b8cabe9 | 2014-06-15 13:04:43 -0700 | [diff] [blame] | 10 | <div class="fullscreen-carousel-content"> |
| 11 | <div class="vcenter"> |
| 12 | <div class="wrap clearfix"> |
smain@google.com | c99f100 | 2014-06-19 17:06:54 -0700 | [diff] [blame] | 13 | |
| 14 | <div class="static resource-flow-layout wrap col-16"> |
| 15 | <div class="resource resource-card resource-card-18x6"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 16 | |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 17 | <div class="landing-section-header"> |
smain@google.com | 271078f | 2014-10-09 17:00:20 -0700 | [diff] [blame] | 18 | <div class="col-10"><img src="{@docRoot}images/home/l-hero_2x.png" |
| 19 | srcset="{@docRoot}images/home/l-hero.png 1x, {@docRoot}images/home/l-hero_2x.png 2x" |
| 20 | width="510" style="margin:20px 30px 0 30px"></div> |
Robert Ly | edd662f | 2014-06-26 01:18:05 -0700 | [diff] [blame] | 21 | <div class="col-5" style=" margin-top:70px "> |
smain@google.com | 271078f | 2014-10-09 17:00:20 -0700 | [diff] [blame] | 22 | <h3 stye="font-weight:300;">Android 5.0 Lollipop</h3> |
| 23 | <p>The Android 5.0 update adds a variety of new |
| 24 | features for your apps, such as notifications on the lock screen, an all-new camera API, |
| 25 | OpenGL ES 3.1, the new Material design interface, and much more.</p> |
| 26 | <a href="{@docRoot}about/versions/lollipop.html" class="landing-button landing-primary">Learn More</a> |
smain@google.com | c99f100 | 2014-06-19 17:06:54 -0700 | [diff] [blame] | 27 | </div> |
| 28 | </div> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 29 | </div> |
smain@google.com | c99f100 | 2014-06-19 17:06:54 -0700 | [diff] [blame] | 30 | </div> |
Robert Ly | edd662f | 2014-06-26 01:18:05 -0700 | [diff] [blame] | 31 | <h2> </h2> |
smain@google.com | 271078f | 2014-10-09 17:00:20 -0700 | [diff] [blame] | 32 | <div style="margin-top:20px;height:115px" class="resource-widget resource-flow-layout wrap col-16 |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 33 | no-section" data-query="collection:index/primary" data-resourcestyle="card" |
| 34 | data-sortorder="-timestamp" data-maxresults="3" data-cardsizes="6x2,6x2,6x2"></div> <!-- end .resource-widget --> |
Robert Ly | b8cabe9 | 2014-06-15 13:04:43 -0700 | [diff] [blame] | 35 | </div> <!-- end .wrap --> |
| 36 | </div> <!-- end .vcenter --> |
| 37 | </div> <!-- end .fullscreen-carousel-content --> |
| 38 | </div> <!-- end .fullscreen-carousel --> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 39 | |
Robert Ly | edd662f | 2014-06-26 01:18:05 -0700 | [diff] [blame] | 40 | <div class="actions-bar" style="margin-top:20px"> |
Robert Ly | b8cabe9 | 2014-06-15 13:04:43 -0700 | [diff] [blame] | 41 | <div class="wrap"> |
| 42 | <div class="actions"> |
Robert Ly | 1568c19 | 2014-06-15 18:14:06 -0700 | [diff] [blame] | 43 | <div><a href="{@docRoot}sdk/index.html">Get the SDK</a></div> |
| 44 | <div><a href="{@docRoot}samples/index.html">Browse Samples</a></div> |
| 45 | <div><a href="//www.youtube.com/user/androiddevelopers">Watch Videos</a></div> |
| 46 | <div><a href="{@docRoot}distribute/googleplay/developer-console.html">Manage Your Apps</a></div> |
Robert Ly | b8cabe9 | 2014-06-15 13:04:43 -0700 | [diff] [blame] | 47 | </div><!-- end .actions --> |
| 48 | </div><!-- end .wrap --> |
| 49 | </div><!-- end .actions-bar --> |
| 50 | |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 51 | |
Scott Main | 81857ec | 2014-03-18 02:59:13 -0700 | [diff] [blame] | 52 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 53 | <div class="landing-rest-of-page"> |
smain@google.com | c99f100 | 2014-06-19 17:06:54 -0700 | [diff] [blame] | 54 | <div class="landing-section"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 55 | <div class="wrap"> |
| 56 | <div class="landing-section-header"> |
smain@google.com | 271078f | 2014-10-09 17:00:20 -0700 | [diff] [blame] | 57 | |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 58 | <div class="landing-h1" style="margin-top:0px">Build for a Multi-Screen World</div> |
Robert Ly | 511db3b | 2014-06-21 14:01:14 -0700 | [diff] [blame] | 59 | <div class="landing-subhead" style="margin-top: 20px;"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 60 | Android runs on hundreds of millions of handheld devices around the world, <br> |
Robert Ly | 511db3b | 2014-06-21 14:01:14 -0700 | [diff] [blame] | 61 | and it now supports these exciting, new form-factors. |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 62 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 63 | </div> |
Robert Ly | 7aae4d4 | 2014-06-24 23:00:41 -0700 | [diff] [blame] | 64 | <div class="landing-body" style="margin-top: 50px;"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 65 | <div class="landing-breakout cols"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 66 | <div class="col-3-wide"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 67 | <img src="{@docRoot}images/home/wear-wordmark.png"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 68 | <img src="{@docRoot}images/home/wear.png"> |
Robert Ly | 7aae4d4 | 2014-06-24 23:00:41 -0700 | [diff] [blame] | 69 | <p class="landing-small"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 70 | Provide information on-the-go for your users, whenever they need it. |
| 71 | </p> |
| 72 | <p class="landing-small"> |
| 73 | <a href="{@docRoot}wear/index.html">Learn about Android Wear</a> |
| 74 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 75 | </div> |
Robert Ly | 7aae4d4 | 2014-06-24 23:00:41 -0700 | [diff] [blame] | 76 | <div class="col-3-wide"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 77 | <img src="{@docRoot}images/home/tv-wordmark.png"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 78 | <img src="{@docRoot}images/home/tv.png"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 79 | <p class="landing-small"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 80 | Build your apps for the big screen and bring your content to life. |
| 81 | </p> |
| 82 | <p class="landing-small"> |
| 83 | <a href="{@docRoot}tv/index.html">Learn about Android TV</a> |
| 84 | |
| 85 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 86 | </div> |
Robert Ly | 7aae4d4 | 2014-06-24 23:00:41 -0700 | [diff] [blame] | 87 | <div class="col-3-wide"> |
Robert Ly | a460cc4 | 2014-06-25 10:54:40 -0700 | [diff] [blame] | 88 | <img src="{@docRoot}images/home/auto-wordmark.png"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 89 | <img src="{@docRoot}images/home/auto.png"> |
Robert Ly | 7aae4d4 | 2014-06-24 23:00:41 -0700 | [diff] [blame] | 90 | <p class="landing-small"> |
Robert Ly | 93de481 | 2014-06-23 13:21:10 -0700 | [diff] [blame] | 91 | Extend your music apps to automobile |
| 92 | entertainment systems. |
| 93 | </p> |
| 94 | <p class="landing-small"> |
| 95 | <a href="{@docRoot}auto/index.html">Learn about Android Auto</a> |
| 96 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 97 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 98 | </div> |
| 99 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 100 | </div> <!-- end .wrap --> |
| 101 | </div> <!-- end .landing-section --> |