blob: fdf860a880d83fd1c53bdae3d91f7b8fb0628a98 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
Scott Main6507df82012-01-30 13:02:22 -08002metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08003@jd:body
4
5
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07006<div id="mainBodyFixed">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007 <div id="mainBodyLeft">
8 <div id="homeMiddle">
Scott Main110b50c2009-06-12 14:02:42 -07009 <div id="topAnnouncement">
10 <div id="homeTitle">
11 <h2>Developer Announcements</h2>
12 </div><!-- end homeTitle -->
13 <div id="announcement-block">
14 <!-- total max width is 520px -->
Scott Main8b56d202012-01-12 15:33:38 -080015 <a href="{@docRoot}design/index.html">
Roman Nurik73790462011-12-22 16:18:19 -080016 <img src="{@docRoot}images/home/android-design.png"
17alt="Android Design" width="160px" style="padding:10px 33px 5px"/>
Scott Main8b56d202012-01-12 15:33:38 -080018 </a>
Dirk Doughertyba27fe12011-02-24 15:13:37 -080019 <div id="announcement" style="width:275px">
Roman Nurik73790462011-12-22 16:18:19 -080020 <p>Introducing <b>Android Design</b>: The place to learn about principles, building blocks, and patterns
21 for creating world-class Android user interfaces. Whether you're a UI professional or a developer
Scott Mainacd152f2012-01-10 21:10:08 -080022 playing that role, these docs show you how to make good design decisions, big and small.</p>
Roman Nurik73790462011-12-22 16:18:19 -080023 <p><a href="{@docRoot}design/index.html">Android Design &raquo;</a></p>
Scott Main110b50c2009-06-12 14:02:42 -070024 </div> <!-- end annoucement -->
Dirk Doughertya0fc4382010-01-20 15:38:33 -080025 </div> <!-- end annoucement-block -->
Scott Main110b50c2009-06-12 14:02:42 -070026 </div><!-- end topAnnouncement -->
Scott Main0bd16852010-11-05 14:28:23 -070027 <div id="carouselMain" style="height:205px"> <!-- this height can be
Scott Maine4b0d302009-12-16 12:25:22 -080028 adjusted based on the content height -->
Scott Maina8d035c2009-07-21 10:52:10 -070029 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080030 <div class="clearer"></div>
Scott Maina8d035c2009-07-21 10:52:10 -070031 <div id="carouselWheel">
Scott Main110b50c2009-06-12 14:02:42 -070032 <div class="app-list-container" align="center">
33 <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
34 <div id="list-clip">
35 <div style="left: 0px;" id="app-list">
36 <!-- populated by buildCarousel() -->
37 </div>
38 </div><!-- end list-clip -->
Scott Maina8d035c2009-07-21 10:52:10 -070039 <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a>
Scott Main110b50c2009-06-12 14:02:42 -070040 <div class="clearer"></div>
41 </div><!-- end app-list container -->
Scott Maina8d035c2009-07-21 10:52:10 -070042 </div><!-- end carouselWheel -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080043 </div><!-- end homeMiddle -->
44
45 <div style="clear:both">&nbsp;</div>
46 </div><!-- end mainBodyLeft -->
47
48 <div id="mainBodyRight">
49 <table id="rightColumn">
50 <tr>
51 <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
52 <td>
53 <h2 class="green">Download</h2>
Dirk Doughertycf6bbab2010-01-07 10:48:19 -080054 <p>The Android SDK has the tools, sample code, and docs you need to create great apps.</p>
Scott Main08c57532009-10-22 14:57:09 -070055 <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080056 </td>
57 </tr>
58 <tr>
59 <td colspan="2"><div class="seperator">&nbsp;</div></td>
60 </tr>
61 <tr>
Dirk Doughertya17e1002012-01-03 10:09:29 -080062 <td class="imageCell"><a href="http://market.android.com/publish"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080063 <td>
64 <h2 class="green">Publish</h2>
65 <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
Scott Main4fe92882011-02-02 15:08:22 -080066 <p><a href="http://market.android.com/publish">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080067 </td>
68 </tr>
69 <tr>
70 <td colspan="2"><div class="seperator">&nbsp;</div></td>
71 </tr>
72 <tr>
73 <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
74 <td>
75 <h2 class="green">Contribute</h2>
76 <p>Android Open Source Project gives you access to the entire platform source.</p>
77 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
78 </td>
79 </tr>
80 <tr>
81 <td colspan="2"><div class="seperator">&nbsp;</div></td>
82 </tr>
83 <tr>
Scott Main4c4a47f2009-12-10 15:54:54 -080084 <td class="imageCell"><a
85href="{@docRoot}resources/dashboard/platform-versions.html"><img
86src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080087 <td>
Scott Main4c4a47f2009-12-10 15:54:54 -080088 <h2 class="green">Target Devices</h2>
89 <p>The Device Dashboard
90provides information about deployed Android devices to
91help you target suitable device configurations as you build and update your
92apps.</p>
93 <p><a
94href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080095 </td>
96 </tr>
97
98 </table>
99 </div>
100 </div>
101
102<!--[if lte IE 6]>
103 <style>
104 #arrow-left {
105 margin:0 0 0 5px;
106 }
107 #arrow-right {
108 margin-left:0;
109 }
110 .app-list-container {
111 margin: 37px 0 0 23px;
112 }
113 div#list-clip {
114 width:468px;
115 }
116 </style>
117<![endif]-->
118
119<script type="text/javascript">
120
121// * -- carousel dictionary -- * //
122 /* layout: imgLeft, imgRight, imgTop
123 icon: image for carousel entry. cropped (height:70px, width:90px)
124 name: string for carousel entry
125 img: image for bulletin post. cropped (height: 170, width:230px)
126 title: header for bulletin (optional, insert "" value to skip
127 desc: the bulletin post. must include html tags.
128 */
129
130 var droidList = {
131 'sdk': {
132 'layout':"imgLeft",
133 'icon':"sdk-small.png",
Scott Main36c67782011-12-15 22:04:46 -0800134 'name':"Android 4.0.3",
Scott Main6b28b1a2011-10-14 03:58:31 -0700135 'img':"ics-android.png",
Scott Main36c67782011-12-15 22:04:46 -0800136 'title':"Android 4.0.3",
137 'desc': "<p>Android 4.0.3 is an update to the Ice Cream Sandwich release that adds a "
138+ "handful of new features for users and developers. Check out the <a "
Scott Main4c84ee22011-10-17 12:33:01 -0700139+ "href='http://developer.android.com/sdk/android-4.0-highlights.html'>Platform Highlights</a> "
Scott Main36c67782011-12-15 22:04:46 -0800140+ "for an overview of all features in Android 4.0.x.</p>"
141+ "<p>For information about API changes in 4.0.3 (API level 15), read the "
142+ "<a href='{@docRoot}sdk/android-4.0.3.html'>platform notes</a> and <a "
143+ "href='{@docRoot}sdk/api_diff/15/changes.html'>diff report</a>. If you're new to Android, "
Scott Main4c84ee22011-10-17 12:33:01 -0700144+ "get started with the <a href='/sdk/index.html'>SDK starter package</a>.</p>"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800145 },
Scott Mainb1560f22012-01-26 16:14:29 -0800146
147 'plus': {
148 'layout':"imgLeft",
149 'icon':"google-plus-small.png",
150 'name':"Google+ Page",
151 'img':"google-plus.png",
152 'title':"Android Developers on Google+",
153 'desc': "<p>We now have a Google+ page for <a "
154+ "href='https://plus.google.com/108967384991768947849'>+Android Developers</a>. "
155+ "We'll use it to host Hangouts for developers, talk about the latest releases, "
156+ "development and design tips, and much more.</p>"
Scott Main6507df82012-01-30 13:02:22 -0800157+ "<div style='margin:.7em 0 0 -1.2em'><g:plus href='https://plus.google.com/108967384991768947849' "
Scott Mainb1560f22012-01-26 16:14:29 -0800158+ "size=\"smallbadge\" width=\"275\"></g:plus></div>"
159 },
Scott Mainc9c00022009-08-21 16:41:49 -0700160
Dirk Doughertydc737ca2010-05-18 22:11:07 -0700161 'tv': {
Dirk Doughertya0fc4382010-01-20 15:38:33 -0800162 'layout':"imgLeft",
Joe Malin16f191f2011-06-29 15:17:49 -0700163 'icon':"GTV_icon_small.png",
Dirk Doughertydc737ca2010-05-18 22:11:07 -0700164 'name':"Google TV",
Joe Malin16f191f2011-06-29 15:17:49 -0700165 'img':"GTV_icon_large.png",
166 'title':"Google TV!",
167 'desc': "<p>Build something big. By big, we mean <em>worthy-of-the-living-room</em> big.</p>"
Scott Main93493d42011-07-12 16:38:07 -0700168 + " <p>Google TV brings the power of Android"
Joe Malin16f191f2011-06-29 15:17:49 -0700169 + " and Google Chrome to television."
Scott Main93493d42011-07-12 16:38:07 -0700170 + " The average American watches five hours of TV per day. Give them the apps"
171 + " to update their status, listen to music, watch web videos, and more.</p>"
172 + "<p><a href='http://code.google.com/tv'>Develop for Google TV &raquo;</a></p>"
Dirk Doughertya0fc4382010-01-20 15:38:33 -0800173 },
174
Scott Main4c84ee22011-10-17 12:33:01 -0700175/*
Scott Main08c57532009-10-22 14:57:09 -0700176 'devphone': {
Scott Maina8d035c2009-07-21 10:52:10 -0700177 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700178 'icon':"devphone-small.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800179 'name':"Dev Phones",
Scott Main08c57532009-10-22 14:57:09 -0700180 'img':"devphone-large.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800181 'title':"Android Dev Phones",
182 'desc': "<p>Run and debug your Android applications directly on one of these "
Dirk Doughertyd116e3e2010-07-23 13:26:24 -0700183 + "devices. Modify and rebuild the Android operating system, and flash it onto "
184 + "the phone. The Android Dev Phones are carrier-independent, and available for "
185 + "purchase by developers through their Android Market publisher accounts.</p><p> "
186 + "<a href='http://market.android.com/publish'>Visit Android Market "
187 + "to learn more &raquo;</a></p>"
Scott Maina8d035c2009-07-21 10:52:10 -0700188 },
Scott Main4c84ee22011-10-17 12:33:01 -0700189 */
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800190
191 'mapskey': {
192 'layout':"imgLeft",
193 'icon':"maps-small.png",
194 'name':"Maps API Key",
195 'img':"maps-large.png",
196 'title':"Maps API Key",
Scott Main263ed762009-04-26 23:19:20 -0700197 'desc':"<p>If you're writing an Android application that uses Google Maps (with MapView), you must register your application to obtain a Maps API Key. Without the key, your maps application will not work on Android devices. Obtaining a key requires just a couple of steps.</p><p><a href='http://code.google.com/android/add-ons/google-apis/maps-overview.html'>Learn more &raquo;</a></p>"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800198 }
199
200 }
201</script>
202<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
203<script type="text/javascript">
Scott Mainb1560f22012-01-26 16:14:29 -0800204 initCarousel("plus");
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800205</script>
Scott Mainb1560f22012-01-26 16:14:29 -0800206
207<script type="text/javascript" src="https://plus.google.com/108967384991768947849"
208rel="publisher"></script>
209<script type="text/javascript">
210window.___gcfg = {lang: 'en'};
211(function()
212{var po = document.createElement("script");
213po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
214var s = document.getElementsByTagName("script")[0];
215s.parentNode.insertBefore(po, s);
216})();</script>