Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | fullpage=true |
Dirk Dougherty | 5f0462a | 2013-11-19 13:15:07 -0800 | [diff] [blame] | 2 | excludeFromSuggestions=true |
Scott Main | 633de7b | 2012-02-01 14:49:32 -0800 | [diff] [blame] | 3 | 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] | 4 | page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" /> |
Amanda Kassay | 7b62b0f9 | 2016-02-23 13:51:13 -0500 | [diff] [blame] | 5 | nonavpage=true |
Scott Main | 9bcea32 | 2013-09-20 09:10:08 -0700 | [diff] [blame] | 6 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 7 | @jd:body |
| 8 | |
Dirk Dougherty | b0ca004 | 2016-08-17 19:09:14 -0700 | [diff] [blame] | 9 | <section class="dac-expand dac-hero" style="background-color:#b2dfdb;"> |
| 10 | <div class="wrap" style="max-width:1000px;margin-top:0"> |
| 11 | <div class="col-7of16 col-push-8of16"> |
| 12 | <a href="{@docRoot}about/versions/nougat/index.html"> |
| 13 | <h1 class="dac-hero-title" style="color:#004d40">Android 7.0 Nougat!</h1> |
| 14 | <p class="dac-hero-description" style="color:#004d40"> |
| 15 | <strong>Android 7.0 Nougat is here!</strong> |
| 16 | Get your apps ready for the latest version of Android, with new system |
| 17 | behaviors to <strong>save battery and memory</strong>. |
Andrew Solovay | 9b7a159 | 2016-04-01 18:15:22 +0000 | [diff] [blame] | 18 | Extend your apps with <strong>multi-window UI</strong>, |
| 19 | <strong>direct reply notifications</strong> and more. |
| 20 | </p> |
Dirk Dougherty | b0ca004 | 2016-08-17 19:09:14 -0700 | [diff] [blame] | 21 | <a class="dac-hero-cta" href="{@docRoot}about/versions/nougat/index.html" style="color:#004d40"> |
| 22 | <span class="dac-sprite dac-auto-chevron" style="background-color:#b2dfdb"></span> |
Andrew Solovay | 9b7a159 | 2016-04-01 18:15:22 +0000 | [diff] [blame] | 23 | Learn more |
Dirk Dougherty | b0ca004 | 2016-08-17 19:09:14 -0700 | [diff] [blame] | 24 | </a> |
| 25 | </a> |
Andrew Solovay | 9b7a159 | 2016-04-01 18:15:22 +0000 | [diff] [blame] | 26 | </a> |
| 27 | </div> |
Dirk Dougherty | b0ca004 | 2016-08-17 19:09:14 -0700 | [diff] [blame] | 28 | <div class="col-6of16 col-pull-6of16 dac-hero-figure" style="padding-left:1em;padding-top:1em;"> |
| 29 | <a href="{@docRoot}about/versions/nougat/index.html"> |
| 30 | <img class="dac-hero-image" src="{@docRoot}images/home/nougat_bg.jpg" |
| 31 | srcset="{@docRoot}images/home/nougat_bg.jpg 1x, |
| 32 | {@docRoot}images/home/nougat_bg_2x.jpg 2x"> |
Andrew Solovay | 9b7a159 | 2016-04-01 18:15:22 +0000 | [diff] [blame] | 33 | </a> |
| 34 | </div> |
| 35 | </div> |
| 36 | </section> |
smain@google.com | c99f100 | 2014-06-19 17:06:54 -0700 | [diff] [blame] | 37 | |
Dirk Dougherty | 9ac575a | 2016-09-02 15:24:11 -0700 | [diff] [blame] | 38 | <div class="dac-section dac-slim dac-gray dac-expand"> |
Dirk Dougherty | 98794c0 | 2015-05-09 12:10:56 -0700 | [diff] [blame] | 39 | <div class="wrap dac-offset-parent"> |
| 40 | <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps"> |
| 41 | <i class="dac-sprite dac-arrow-down-gray"></i> |
| 42 | </a> |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 43 | <ul class="dac-actions"> |
| 44 | <li class="dac-action"> |
smain@google.com | 89d1170 | 2016-05-14 19:20:00 -0700 | [diff] [blame] | 45 | <a class="dac-action-link" href="{@docRoot}studio/index.html"> |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 46 | <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i> |
Dirk Dougherty | 43eb951 | 2016-03-03 14:53:16 -0800 | [diff] [blame] | 47 | Get Android Studio |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 48 | </a> |
| 49 | </li> |
| 50 | <li class="dac-action"> |
| 51 | <a class="dac-action-link" href="{@docRoot}samples/index.html"> |
| 52 | <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i> |
| 53 | Browse sample code |
| 54 | </a> |
| 55 | </li> |
| 56 | <li class="dac-action"> |
| 57 | <a class="dac-action-link" href="{@docRoot}distribute/stories/index.html"> |
| 58 | <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i> |
| 59 | Watch stories |
| 60 | </a> |
| 61 | </li> |
| 62 | </ul> |
| 63 | </div><!-- end .wrap --> |
| 64 | </div><!-- end .dac-actions --> |
| 65 | |
smain@google.com | f032cbf | 2016-09-19 10:42:34 -0700 | [diff] [blame] | 66 | |
| 67 | <section class="dac-expand dac-hero" style="background-color:#FFF0B4;"> |
| 68 | <div class="wrap" style="max-width:1000px;margin-top:0;overflow:auto"> |
| 69 | <div class="col-7of16 col-push-8of16 dac-hero-figure"> |
| 70 | <a href="/studio/index.html"> |
| 71 | <img class="dac-hero-image" style="padding-top:24px" |
| 72 | src="/studio/images/hero_image_studio_2-2_2x.png"> |
| 73 | </a> |
| 74 | </div> |
| 75 | <div class="col-7of16 col-pull-6of16"> |
smain@google.com | 65873fb | 2016-09-26 12:49:52 -0700 | [diff] [blame] | 76 | <h1 class="dac-hero-title" style="color:#004d40">Android Studio 2.2</h1> |
smain@google.com | 8ddfa9c | 2016-09-22 14:54:53 -0700 | [diff] [blame] | 77 | |
| 78 | <p class="dac-hero-description" style="color:#004d40">Packed with 20+ new |
| 79 | features, Android Studio 2.2 focuses on speed, smarts, and Android platform |
| 80 | support.</p> |
| 81 | |
| 82 | <p class="dac-hero-description" style="color:#004d40">Develop faster with |
| 83 | features such as the new Layout Editor, and develop smarter with the new APK |
| 84 | analyzer, expanded code analysis and more.</p> |
| 85 | |
| 86 | <p class="dac-hero-description" style="color:#004d40">Plus, this update |
| 87 | includes support for all the latest developer features in Android 7.0 Nougat, |
| 88 | with an updated emulator to test them all out.</p> |
smain@google.com | f032cbf | 2016-09-19 10:42:34 -0700 | [diff] [blame] | 89 | |
| 90 | <p style="margin-top:24px"> |
| 91 | <a class="dac-hero-cta" href="/studio/index.html" style="color:#004d40"> |
| 92 | <span class="dac-sprite dac-auto-chevron"></span> |
| 93 | Get Android Studio 2.2 |
| 94 | </a> |
| 95 | <wbr> |
smain@google.com | 65873fb | 2016-09-26 12:49:52 -0700 | [diff] [blame] | 96 | <a class="dac-hero-cta" href="/studio/features.html" style="color:#004d40"> |
smain@google.com | f032cbf | 2016-09-19 10:42:34 -0700 | [diff] [blame] | 97 | <span class="dac-sprite dac-auto-chevron"></span> |
smain@google.com | 65873fb | 2016-09-26 12:49:52 -0700 | [diff] [blame] | 98 | See more features</a> |
smain@google.com | f032cbf | 2016-09-19 10:42:34 -0700 | [diff] [blame] | 99 | </p> |
| 100 | </div> |
| 101 | </div> |
| 102 | </section> |
| 103 | |
| 104 | |
Dirk Dougherty | 31ae1c51 | 2015-11-07 13:18:02 -0800 | [diff] [blame] | 105 | <section class="dac-section dac-light" id="build-apps"><div class="wrap"> |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 106 | <h1 class="dac-section-title">Build Beautiful Apps</h1> |
| 107 | <div class="dac-section-subtitle"> |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame] | 108 | Resources to get you started with designing and developing for Android. |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 109 | </div> |
| 110 | <div class="resource-widget resource-flow-layout col-16" |
| 111 | data-query="collection:index/primary" |
| 112 | data-cardSizes="6x6" |
| 113 | data-maxResults="3"></div> |
| 114 | </div></section> |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 115 | |
Andrew Solovay | 9b7a159 | 2016-04-01 18:15:22 +0000 | [diff] [blame] | 116 | <div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel"> |
| 117 | </div> |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame] | 118 | |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 119 | <section class="dac-section dac-gray"><div class="wrap"> |
| 120 | <div class="cols"><div class="col-10of12 col-push-1of12"> |
| 121 | <h1 class="dac-section-title">Build for a Multi-Screen World</h1> |
| 122 | <div class="dac-section-subtitle"> |
Dirk Dougherty | 7470945 | 2015-05-15 00:51:24 -0700 | [diff] [blame] | 123 | Android runs on billions of handheld devices around the world, |
Dirk Dougherty | 6c1c263 | 2015-05-02 16:31:11 -0700 | [diff] [blame] | 124 | and it now supports these exciting, new form-factors. |
| 125 | </div> |
| 126 | </div></div> |
| 127 | <div class="resource-widget resource-flow-layout col-16" |
| 128 | data-query="collection:index/multiscreen" |
| 129 | data-cardSizes="6x6" |
| 130 | data-maxResults="3"></div> |
| 131 | </div></section> |