The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | home=true |
Scott Main | 633de7b | 2012-02-01 14:49:32 -0800 | [diff] [blame] | 2 | page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 3 | @jd:body |
| 4 | |
| 5 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 6 | <div id="mainBodyFixed"> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 7 | <div id="mainBodyLeft"> |
| 8 | <div id="homeMiddle"> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 9 | <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 Main | 1c24730 | 2012-03-02 15:49:34 -0800 | [diff] [blame] | 15 | <img src="{@docRoot}images/home/play_logo.png" |
| 16 | alt="Google Play" width="120px" style="padding:10px 52px"/> |
Dirk Dougherty | ba27fe1 | 2011-02-24 15:13:37 -0800 | [diff] [blame] | 17 | <div id="announcement" style="width:275px"> |
Scott Main | 1c24730 | 2012-03-02 15:49:34 -0800 | [diff] [blame] | 18 | <p>Introducing <strong>Google Play</strong>: An integrated digital content destination where |
| 19 | users buy and enjoy all of their favorite content in one place. It's the new destination for |
| 20 | Android apps!</p> |
Scott Main | 19fa8fe | 2012-03-06 11:23:36 -0800 | [diff] [blame] | 21 | <p><a href="http://android-developers.blogspot.com/2012/03/introducing-google-play.html">Read more »</a></p> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 22 | </div> <!-- end annoucement --> |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 23 | </div> <!-- end annoucement-block --> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 24 | </div><!-- end topAnnouncement --> |
Scott Main | 0bd1685 | 2010-11-05 14:28:23 -0700 | [diff] [blame] | 25 | <div id="carouselMain" style="height:205px"> <!-- this height can be |
Scott Main | e4b0d30 | 2009-12-16 12:25:22 -0800 | [diff] [blame] | 26 | adjusted based on the content height --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 27 | </div> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 28 | <div class="clearer"></div> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 29 | <div id="carouselWheel"> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 30 | <div class="app-list-container" align="center"> |
| 31 | <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> |
| 32 | <div id="list-clip"> |
| 33 | <div style="left: 0px;" id="app-list"> |
| 34 | <!-- populated by buildCarousel() --> |
| 35 | </div> |
| 36 | </div><!-- end list-clip --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 37 | <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 38 | <div class="clearer"></div> |
| 39 | </div><!-- end app-list container --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 40 | </div><!-- end carouselWheel --> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 41 | </div><!-- end homeMiddle --> |
| 42 | |
| 43 | <div style="clear:both"> </div> |
| 44 | </div><!-- end mainBodyLeft --> |
| 45 | |
| 46 | <div id="mainBodyRight"> |
| 47 | <table id="rightColumn"> |
| 48 | <tr> |
| 49 | <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td> |
| 50 | <td> |
| 51 | <h2 class="green">Download</h2> |
Dirk Dougherty | cf6bbab | 2010-01-07 10:48:19 -0800 | [diff] [blame] | 52 | <p>The Android SDK has the tools, sample code, and docs you need to create great apps.</p> |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 53 | <p><a href="{@docRoot}sdk/index.html">Learn more »</a></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 54 | </td> |
| 55 | </tr> |
| 56 | <tr> |
| 57 | <td colspan="2"><div class="seperator"> </div></td> |
| 58 | </tr> |
| 59 | <tr> |
Dirk Dougherty | 4d7bc655 | 2012-01-27 17:56:49 -0800 | [diff] [blame] | 60 | <td class="imageCell"><a href="http://play.google.com/apps/publish"><img src="{@docRoot}assets/images/icon_play.png" style="padding:0" /></a></td> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 61 | <td> |
| 62 | <h2 class="green">Publish</h2> |
Dirk Dougherty | 4d7bc655 | 2012-01-27 17:56:49 -0800 | [diff] [blame] | 63 | <p>Google Play is an open service that lets you distribute your apps to devices.</p> |
| 64 | <p><a href="http://play.google.com/apps/publish">Learn more »</a></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 65 | </td> |
| 66 | </tr> |
| 67 | <tr> |
| 68 | <td colspan="2"><div class="seperator"> </div></td> |
| 69 | </tr> |
| 70 | <tr> |
| 71 | <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td> |
| 72 | <td> |
| 73 | <h2 class="green">Contribute</h2> |
| 74 | <p>Android Open Source Project gives you access to the entire platform source.</p> |
| 75 | <p><a href="http://source.android.com">Learn more »</a></p> |
| 76 | </td> |
| 77 | </tr> |
| 78 | <tr> |
| 79 | <td colspan="2"><div class="seperator"> </div></td> |
| 80 | </tr> |
| 81 | <tr> |
Scott Main | 4c4a47f | 2009-12-10 15:54:54 -0800 | [diff] [blame] | 82 | <td class="imageCell"><a |
| 83 | href="{@docRoot}resources/dashboard/platform-versions.html"><img |
| 84 | src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 85 | <td> |
Scott Main | 4c4a47f | 2009-12-10 15:54:54 -0800 | [diff] [blame] | 86 | <h2 class="green">Target Devices</h2> |
| 87 | <p>The Device Dashboard |
| 88 | provides information about deployed Android devices to |
| 89 | help you target suitable device configurations as you build and update your |
| 90 | apps.</p> |
| 91 | <p><a |
| 92 | href="{@docRoot}resources/dashboard/platform-versions.html">Learn more »</a></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 93 | </td> |
| 94 | </tr> |
| 95 | |
| 96 | </table> |
| 97 | </div> |
| 98 | </div> |
| 99 | |
| 100 | <!--[if lte IE 6]> |
| 101 | <style> |
| 102 | #arrow-left { |
| 103 | margin:0 0 0 5px; |
| 104 | } |
| 105 | #arrow-right { |
| 106 | margin-left:0; |
| 107 | } |
| 108 | .app-list-container { |
| 109 | margin: 37px 0 0 23px; |
| 110 | } |
| 111 | div#list-clip { |
| 112 | width:468px; |
| 113 | } |
| 114 | </style> |
| 115 | <![endif]--> |
| 116 | |
| 117 | <script type="text/javascript"> |
| 118 | |
| 119 | // * -- carousel dictionary -- * // |
| 120 | /* layout: imgLeft, imgRight, imgTop |
| 121 | icon: image for carousel entry. cropped (height:70px, width:90px) |
| 122 | name: string for carousel entry |
| 123 | img: image for bulletin post. cropped (height: 170, width:230px) |
| 124 | title: header for bulletin (optional, insert "" value to skip |
| 125 | desc: the bulletin post. must include html tags. |
| 126 | */ |
| 127 | |
| 128 | var droidList = { |
| 129 | 'sdk': { |
| 130 | 'layout':"imgLeft", |
| 131 | 'icon':"sdk-small.png", |
Scott Main | 36c6778 | 2011-12-15 22:04:46 -0800 | [diff] [blame] | 132 | 'name':"Android 4.0.3", |
Scott Main | 6b28b1a | 2011-10-14 03:58:31 -0700 | [diff] [blame] | 133 | 'img':"ics-android.png", |
Scott Main | 36c6778 | 2011-12-15 22:04:46 -0800 | [diff] [blame] | 134 | 'title':"Android 4.0.3", |
| 135 | 'desc': "<p>Android 4.0.3 is an update to the Ice Cream Sandwich release that adds a " |
| 136 | + "handful of new features for users and developers. Check out the <a " |
Scott Main | 4c84ee2 | 2011-10-17 12:33:01 -0700 | [diff] [blame] | 137 | + "href='http://developer.android.com/sdk/android-4.0-highlights.html'>Platform Highlights</a> " |
Scott Main | 36c6778 | 2011-12-15 22:04:46 -0800 | [diff] [blame] | 138 | + "for an overview of all features in Android 4.0.x.</p>" |
| 139 | + "<p>For information about API changes in 4.0.3 (API level 15), read the " |
| 140 | + "<a href='{@docRoot}sdk/android-4.0.3.html'>platform notes</a> and <a " |
| 141 | + "href='{@docRoot}sdk/api_diff/15/changes.html'>diff report</a>. If you're new to Android, " |
Scott Main | 4c84ee2 | 2011-10-17 12:33:01 -0700 | [diff] [blame] | 142 | + "get started with the <a href='/sdk/index.html'>SDK starter package</a>.</p>" |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 143 | }, |
Scott Main | b1560f2 | 2012-01-26 16:14:29 -0800 | [diff] [blame] | 144 | |
| 145 | 'plus': { |
| 146 | 'layout':"imgLeft", |
| 147 | 'icon':"google-plus-small.png", |
| 148 | 'name':"Google+ Page", |
| 149 | 'img':"google-plus.png", |
| 150 | 'title':"Android Developers on Google+", |
| 151 | 'desc': "<p>We now have a Google+ page for <a " |
| 152 | + "href='https://plus.google.com/108967384991768947849'>+Android Developers</a>. " |
| 153 | + "We'll use it to host Hangouts for developers, talk about the latest releases, " |
| 154 | + "development and design tips, and much more.</p>" |
Scott Main | 2670332 | 2012-02-15 13:22:30 -0800 | [diff] [blame] | 155 | + "<div style='margin:.7em 0 0 0'><g:plus href='https://plus.google.com/108967384991768947849' " |
Scott Main | b1560f2 | 2012-01-26 16:14:29 -0800 | [diff] [blame] | 156 | + "size=\"smallbadge\" width=\"275\"></g:plus></div>" |
| 157 | }, |
Scott Main | c9c0002 | 2009-08-21 16:41:49 -0700 | [diff] [blame] | 158 | |
Dirk Dougherty | dc737ca | 2010-05-18 22:11:07 -0700 | [diff] [blame] | 159 | 'tv': { |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 160 | 'layout':"imgLeft", |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame] | 161 | 'icon':"GTV_icon_small.png", |
Dirk Dougherty | dc737ca | 2010-05-18 22:11:07 -0700 | [diff] [blame] | 162 | 'name':"Google TV", |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame] | 163 | 'img':"GTV_icon_large.png", |
| 164 | 'title':"Google TV!", |
| 165 | 'desc': "<p>Build something big. By big, we mean <em>worthy-of-the-living-room</em> big.</p>" |
Scott Main | 93493d4 | 2011-07-12 16:38:07 -0700 | [diff] [blame] | 166 | + " <p>Google TV brings the power of Android" |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame] | 167 | + " and Google Chrome to television." |
Scott Main | 93493d4 | 2011-07-12 16:38:07 -0700 | [diff] [blame] | 168 | + " The average American watches five hours of TV per day. Give them the apps" |
| 169 | + " to update their status, listen to music, watch web videos, and more.</p>" |
| 170 | + "<p><a href='http://code.google.com/tv'>Develop for Google TV »</a></p>" |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 171 | }, |
| 172 | |
Scott Main | 4c84ee2 | 2011-10-17 12:33:01 -0700 | [diff] [blame] | 173 | /* |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 174 | 'devphone': { |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 175 | 'layout':"imgLeft", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 176 | 'icon':"devphone-small.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame] | 177 | 'name':"Dev Phones", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 178 | 'img':"devphone-large.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame] | 179 | 'title':"Android Dev Phones", |
| 180 | 'desc': "<p>Run and debug your Android applications directly on one of these " |
Dirk Dougherty | d116e3e | 2010-07-23 13:26:24 -0700 | [diff] [blame] | 181 | + "devices. Modify and rebuild the Android operating system, and flash it onto " |
| 182 | + "the phone. The Android Dev Phones are carrier-independent, and available for " |
Dirk Dougherty | 4d7bc655 | 2012-01-27 17:56:49 -0800 | [diff] [blame] | 183 | + "purchase by developers through their Google Play publisher accounts.</p><p> " |
| 184 | + "<a href='http://play.google.com/apps/publish'>Visit Google Play " |
Dirk Dougherty | d116e3e | 2010-07-23 13:26:24 -0700 | [diff] [blame] | 185 | + "to learn more »</a></p>" |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 186 | }, |
Scott Main | 4c84ee2 | 2011-10-17 12:33:01 -0700 | [diff] [blame] | 187 | */ |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 188 | |
| 189 | 'mapskey': { |
| 190 | 'layout':"imgLeft", |
| 191 | 'icon':"maps-small.png", |
| 192 | 'name':"Maps API Key", |
| 193 | 'img':"maps-large.png", |
| 194 | 'title':"Maps API Key", |
Scott Main | 263ed76 | 2009-04-26 23:19:20 -0700 | [diff] [blame] | 195 | '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 »</a></p>" |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 196 | } |
| 197 | |
| 198 | } |
| 199 | </script> |
| 200 | <script type="text/javascript" src="{@docRoot}assets/carousel.js"></script> |
| 201 | <script type="text/javascript"> |
Scott Main | b1560f2 | 2012-01-26 16:14:29 -0800 | [diff] [blame] | 202 | initCarousel("plus"); |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 203 | </script> |
Scott Main | b1560f2 | 2012-01-26 16:14:29 -0800 | [diff] [blame] | 204 | |
| 205 | <script type="text/javascript" src="https://plus.google.com/108967384991768947849" |
| 206 | rel="publisher"></script> |
| 207 | <script type="text/javascript"> |
| 208 | window.___gcfg = {lang: 'en'}; |
| 209 | (function() |
| 210 | {var po = document.createElement("script"); |
| 211 | po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js"; |
| 212 | var s = document.getElementsByTagName("script")[0]; |
| 213 | s.parentNode.insertBefore(po, s); |
| 214 | })();</script> |