blob: dc59b71935dc5e89eafe2f535442bd70f3d4df6f [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001fullpage=true
Dirk Dougherty5f0462a2013-11-19 13:15:07 -08002excludeFromSuggestions=true
Scott Main633de7b2012-02-01 14:49:32 -08003page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
Scott Main9bcea322013-09-20 09:10:08 -07004page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" />
Amanda Kassay7b62b0f92016-02-23 13:51:13 -05005nonavpage=true
Scott Main9bcea322013-09-20 09:10:08 -07006
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007@jd:body
8
Dirk Dougherty31ae1c512015-11-07 13:18:02 -08009<script>
10 $(document).ready(function() {
11 if (useUpdatedTemplates) {
12 $("#useUpdatedTemplates").css("display","block");
13 } else {
14 $("#useOldTemplates").css("display","block");
15 }
16 })
17</script>
18
Dirk Doughertyb0ca0042016-08-17 19:09:14 -070019<section class="dac-expand dac-hero" style="background-color:#b2dfdb;">
20 <div class="wrap" style="max-width:1000px;margin-top:0">
21 <div class="col-7of16 col-push-8of16">
22 <a href="{@docRoot}about/versions/nougat/index.html">
23 <h1 class="dac-hero-title" style="color:#004d40">Android 7.0 Nougat!</h1>
24 <p class="dac-hero-description" style="color:#004d40">
25 <strong>Android 7.0 Nougat is here!</strong>
26 Get your apps ready for the latest version of Android, with new system
27 behaviors to <strong>save battery and memory</strong>.
Andrew Solovay9b7a1592016-04-01 18:15:22 +000028 Extend your apps with <strong>multi-window UI</strong>,
29 <strong>direct reply notifications</strong> and more.
30 </p>
Dirk Doughertyb0ca0042016-08-17 19:09:14 -070031 <a class="dac-hero-cta" href="{@docRoot}about/versions/nougat/index.html" style="color:#004d40">
32 <span class="dac-sprite dac-auto-chevron" style="background-color:#b2dfdb"></span>
Andrew Solovay9b7a1592016-04-01 18:15:22 +000033 Learn more
Dirk Doughertyb0ca0042016-08-17 19:09:14 -070034 </a>
35 </a>
Andrew Solovay9b7a1592016-04-01 18:15:22 +000036 </a>
37 </div>
Dirk Doughertyb0ca0042016-08-17 19:09:14 -070038 <div class="col-6of16 col-pull-6of16 dac-hero-figure" style="padding-left:1em;padding-top:1em;">
39 <a href="{@docRoot}about/versions/nougat/index.html">
40 <img class="dac-hero-image" src="{@docRoot}images/home/nougat_bg.jpg"
41 srcset="{@docRoot}images/home/nougat_bg.jpg 1x,
42 {@docRoot}images/home/nougat_bg_2x.jpg 2x">
Andrew Solovay9b7a1592016-04-01 18:15:22 +000043 </a>
44 </div>
45 </div>
46</section>
smain@google.comc99f1002014-06-19 17:06:54 -070047
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080048<div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
Dirk Dougherty98794c02015-05-09 12:10:56 -070049 <div class="wrap dac-offset-parent">
50 <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">
51 <i class="dac-sprite dac-arrow-down-gray"></i>
52 </a>
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080053 <ul class="dac-actions">
54 <li class="dac-action">
smain@google.com89d11702016-05-14 19:20:00 -070055 <a class="dac-action-link" href="{@docRoot}studio/index.html">
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080056 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
Dirk Dougherty43eb9512016-03-03 14:53:16 -080057 Get Android Studio
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080058 </a>
59 </li>
60 <li class="dac-action">
61 <a class="dac-action-link" href="{@docRoot}samples/index.html">
62 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
63 Browse sample code
64 </a>
65 </li>
66 <li class="dac-action">
67 <a class="dac-action-link" href="{@docRoot}distribute/stories/index.html">
68 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
69 Watch stories
70 </a>
71 </li>
72 </ul>
73 </div><!-- end .wrap -->
74</div><!-- end .dac-actions -->
75
76<div id="useOldTemplates" style="display:none" class="actions-bar dac-expand dac-invert">
77 <div class="wrap dac-offset-parent">
78 <a class="dac-fab dac-scroll-button" data-scroll-button="" href="#build-apps">
79 <i class="dac-sprite dac-arrow-down-gray"></i>
80 </a>
Robert Lyb8cabe92014-06-15 13:04:43 -070081 <div class="actions">
smain@google.com89d11702016-05-14 19:20:00 -070082 <div><a href="{@docRoot}studio/index.html">
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070083 <span class="dac-sprite dac-auto-chevron-large"></span>
Dirk Doughertya6495a922016-03-04 15:21:59 -080084 Get Android Studio
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070085 </a></div>
86 <div><a href="{@docRoot}samples/index.html">
87 <span class="dac-sprite dac-auto-chevron-large"></span>
88 Browse Samples
89 </a></div>
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080090 <div><a href="{@docRoot}distribute/stories/index.html">
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070091 <span class="dac-sprite dac-auto-chevron-large"></span>
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080092 Watch Stories
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070093 </a></div>
Robert Lyb8cabe92014-06-15 13:04:43 -070094 </div><!-- end .actions -->
95 </div><!-- end .wrap -->
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080096</div>
Robert Lyb8cabe92014-06-15 13:04:43 -070097
Dirk Dougherty31ae1c512015-11-07 13:18:02 -080098<section class="dac-section dac-light" id="build-apps"><div class="wrap">
Dirk Dougherty6c1c2632015-05-02 16:31:11 -070099 <h1 class="dac-section-title">Build Beautiful Apps</h1>
100 <div class="dac-section-subtitle">
Dirk Dougherty74709452015-05-15 00:51:24 -0700101 Resources to get you started with designing and developing for Android.
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700102 </div>
103 <div class="resource-widget resource-flow-layout col-16"
104 data-query="collection:index/primary"
105 data-cardSizes="6x6"
106 data-maxResults="3"></div>
107</div></section>
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700108
Andrew Solovay9b7a1592016-04-01 18:15:22 +0000109<div class="dac-hero-carousel" data-carousel-query="collection:index/secondary/carousel">
110</div>
Dirk Dougherty74709452015-05-15 00:51:24 -0700111
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700112<section class="dac-section dac-gray"><div class="wrap">
113 <div class="cols"><div class="col-10of12 col-push-1of12">
114 <h1 class="dac-section-title">Build for a Multi-Screen World</h1>
115 <div class="dac-section-subtitle">
Dirk Dougherty74709452015-05-15 00:51:24 -0700116 Android runs on billions of handheld devices around the world,
Dirk Dougherty6c1c2632015-05-02 16:31:11 -0700117 and it now supports these exciting, new form-factors.
118 </div>
119 </div></div>
120 <div class="resource-widget resource-flow-layout col-16"
121 data-query="collection:index/multiscreen"
122 data-cardSizes="6x6"
123 data-maxResults="3"></div>
124</div></section>