The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | home=true |
| 2 | @jd:body |
| 3 | |
| 4 | |
Dirk Dougherty | 7b229ef | 2010-03-26 17:32:26 -0700 | [diff] [blame] | 5 | <div id="mainBodyFixed"> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 6 | <div id="mainBodyLeft"> |
| 7 | <div id="homeMiddle"> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 8 | <div id="topAnnouncement"> |
| 9 | <div id="homeTitle"> |
| 10 | <h2>Developer Announcements</h2> |
| 11 | </div><!-- end homeTitle --> |
| 12 | <div id="announcement-block"> |
| 13 | <!-- total max width is 520px --> |
Scott Main | 0e3df2b | 2011-03-31 12:01:48 -0700 | [diff] [blame] | 14 | <img src="{@docRoot}assets/images/home/IO-logo-2011.png" |
| 15 | alt="Android at Google IO 2011" width="200px" |
| 16 | style="padding-left:22px;padding-bottom:15px;padding-top:15px;"/> |
Dirk Dougherty | ba27fe1 | 2011-02-24 15:13:37 -0800 | [diff] [blame] | 17 | <div id="announcement" style="width:275px"> |
Scott Main | 78987e0 | 2011-05-13 11:27:18 -0700 | [diff] [blame] | 18 | <p>Thanks to everybody who joined us at Google I/O! If you couldn't make it or would like to |
| 19 | review any of the Android sessions, they're now available on YouTube at the <a |
| 20 | href="http://www.youtube.com/googledevelopers">Google Developers</a> channel, along with the keynote |
| 21 | and other developer sessions. You can also find all the Google I/O Android sessions on this site, on |
| 22 | the <a href="{@docRoot}videos/index.html">Videos</a> page.</p> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 23 | </div> <!-- end annoucement --> |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 24 | </div> <!-- end annoucement-block --> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 25 | </div><!-- end topAnnouncement --> |
Scott Main | 0bd1685 | 2010-11-05 14:28:23 -0700 | [diff] [blame] | 26 | <div id="carouselMain" style="height:205px"> <!-- this height can be |
Scott Main | e4b0d30 | 2009-12-16 12:25:22 -0800 | [diff] [blame] | 27 | adjusted based on the content height --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 28 | </div> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 29 | <div class="clearer"></div> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 30 | <div id="carouselWheel"> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 31 | <div class="app-list-container" align="center"> |
| 32 | <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> |
| 33 | <div id="list-clip"> |
| 34 | <div style="left: 0px;" id="app-list"> |
| 35 | <!-- populated by buildCarousel() --> |
| 36 | </div> |
| 37 | </div><!-- end list-clip --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 38 | <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] | 39 | <div class="clearer"></div> |
| 40 | </div><!-- end app-list container --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 41 | </div><!-- end carouselWheel --> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 42 | </div><!-- end homeMiddle --> |
| 43 | |
| 44 | <div style="clear:both"> </div> |
| 45 | </div><!-- end mainBodyLeft --> |
| 46 | |
| 47 | <div id="mainBodyRight"> |
| 48 | <table id="rightColumn"> |
| 49 | <tr> |
| 50 | <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td> |
| 51 | <td> |
| 52 | <h2 class="green">Download</h2> |
Dirk Dougherty | cf6bbab | 2010-01-07 10:48:19 -0800 | [diff] [blame] | 53 | <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] | 54 | <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] | 55 | </td> |
| 56 | </tr> |
| 57 | <tr> |
| 58 | <td colspan="2"><div class="seperator"> </div></td> |
| 59 | </tr> |
| 60 | <tr> |
| 61 | <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td> |
| 62 | <td> |
| 63 | <h2 class="green">Publish</h2> |
| 64 | <p>Android Market is an open service that lets you distribute your apps to handsets.</p> |
Scott Main | 4fe9288 | 2011-02-02 15:08:22 -0800 | [diff] [blame] | 65 | <p><a href="http://market.android.com/publish">Learn more »</a></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 66 | </td> |
| 67 | </tr> |
| 68 | <tr> |
| 69 | <td colspan="2"><div class="seperator"> </div></td> |
| 70 | </tr> |
| 71 | <tr> |
| 72 | <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td> |
| 73 | <td> |
| 74 | <h2 class="green">Contribute</h2> |
| 75 | <p>Android Open Source Project gives you access to the entire platform source.</p> |
| 76 | <p><a href="http://source.android.com">Learn more »</a></p> |
| 77 | </td> |
| 78 | </tr> |
| 79 | <tr> |
| 80 | <td colspan="2"><div class="seperator"> </div></td> |
| 81 | </tr> |
| 82 | <tr> |
Scott Main | 4c4a47f | 2009-12-10 15:54:54 -0800 | [diff] [blame] | 83 | <td class="imageCell"><a |
| 84 | href="{@docRoot}resources/dashboard/platform-versions.html"><img |
| 85 | 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] | 86 | <td> |
Scott Main | 4c4a47f | 2009-12-10 15:54:54 -0800 | [diff] [blame] | 87 | <h2 class="green">Target Devices</h2> |
| 88 | <p>The Device Dashboard |
| 89 | provides information about deployed Android devices to |
| 90 | help you target suitable device configurations as you build and update your |
| 91 | apps.</p> |
| 92 | <p><a |
| 93 | 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] | 94 | </td> |
| 95 | </tr> |
| 96 | |
| 97 | </table> |
| 98 | </div> |
| 99 | </div> |
| 100 | |
| 101 | <!--[if lte IE 6]> |
| 102 | <style> |
| 103 | #arrow-left { |
| 104 | margin:0 0 0 5px; |
| 105 | } |
| 106 | #arrow-right { |
| 107 | margin-left:0; |
| 108 | } |
| 109 | .app-list-container { |
| 110 | margin: 37px 0 0 23px; |
| 111 | } |
| 112 | div#list-clip { |
| 113 | width:468px; |
| 114 | } |
| 115 | </style> |
| 116 | <![endif]--> |
| 117 | |
| 118 | <script type="text/javascript"> |
| 119 | |
| 120 | // * -- carousel dictionary -- * // |
| 121 | /* layout: imgLeft, imgRight, imgTop |
| 122 | icon: image for carousel entry. cropped (height:70px, width:90px) |
| 123 | name: string for carousel entry |
| 124 | img: image for bulletin post. cropped (height: 170, width:230px) |
| 125 | title: header for bulletin (optional, insert "" value to skip |
| 126 | desc: the bulletin post. must include html tags. |
| 127 | */ |
| 128 | |
| 129 | var droidList = { |
| 130 | 'sdk': { |
| 131 | 'layout':"imgLeft", |
| 132 | 'icon':"sdk-small.png", |
Scott Main | 8f5379b | 2011-05-02 11:03:24 -0700 | [diff] [blame] | 133 | 'name':"Android 3.1", |
Scott Main | bff360a | 2011-02-14 11:19:05 -0800 | [diff] [blame] | 134 | 'img':"honeycomb-android.png", |
Scott Main | 8f5379b | 2011-05-02 11:03:24 -0700 | [diff] [blame] | 135 | 'title':"Android 3.1 now available!", |
| 136 | 'desc': "<p>Android 3.1 includes new developer features such as APIs for USB " |
| 137 | + "accessories, MTP/PTP, and RTP, as well as new input events from mice, trackballs, joysticks, " |
| 138 | + "and more.</p>" |
| 139 | + "<p>For more information about all the new APIs in Android 3.1, read the " |
| 140 | + "<a href='{@docRoot}sdk/android-3.1.html'>version notes</a>.</p>" |
| 141 | /* |
Scott Main | bff360a | 2011-02-14 11:19:05 -0800 | [diff] [blame] | 142 | + "<p>If you have an existing SDK, add Android 3.0 as an " |
Scott Main | 0d3401d | 2010-05-06 10:54:35 -0700 | [diff] [blame] | 143 | + "<a href='{@docRoot}sdk/adding-components.html'>SDK " |
| 144 | + "component</a>. If you're new to Android, install the " |
| 145 | + "<a href='{@docRoot}sdk/index.html'>SDK starter package</a>." |
Scott Main | 8f5379b | 2011-05-02 11:03:24 -0700 | [diff] [blame] | 146 | */ |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 147 | }, |
Scott Main | c9c0002 | 2009-08-21 16:41:49 -0700 | [diff] [blame] | 148 | |
Dirk Dougherty | dc737ca | 2010-05-18 22:11:07 -0700 | [diff] [blame] | 149 | 'tv': { |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 150 | 'layout':"imgLeft", |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame^] | 151 | 'icon':"GTV_icon_small.png", |
Dirk Dougherty | dc737ca | 2010-05-18 22:11:07 -0700 | [diff] [blame] | 152 | 'name':"Google TV", |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame^] | 153 | 'img':"GTV_icon_large.png", |
| 154 | 'title':"Google TV!", |
| 155 | 'desc': "<p>Build something big. By big, we mean <em>worthy-of-the-living-room</em> big.</p>" |
| 156 | + " <p>Use <a href='http://code.google.com/tv'>Google TV</a> to bring the power of Android" |
| 157 | + " and Google Chrome to television." |
| 158 | + " The average American watches five hours of TV per day. Give them the web and apps" |
| 159 | + " to update their status, listen to music, watch web videos, and much more...</p>" |
Dirk Dougherty | a0fc438 | 2010-01-20 15:38:33 -0800 | [diff] [blame] | 160 | }, |
| 161 | |
Joe Malin | 16f191f | 2011-06-29 15:17:49 -0700 | [diff] [blame^] | 162 | |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 163 | 'devphone': { |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 164 | 'layout':"imgLeft", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 165 | 'icon':"devphone-small.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame] | 166 | 'name':"Dev Phones", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 167 | 'img':"devphone-large.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame] | 168 | 'title':"Android Dev Phones", |
| 169 | '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] | 170 | + "devices. Modify and rebuild the Android operating system, and flash it onto " |
| 171 | + "the phone. The Android Dev Phones are carrier-independent, and available for " |
| 172 | + "purchase by developers through their Android Market publisher accounts.</p><p> " |
| 173 | + "<a href='http://market.android.com/publish'>Visit Android Market " |
| 174 | + "to learn more »</a></p>" |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 175 | }, |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 176 | |
| 177 | 'mapskey': { |
| 178 | 'layout':"imgLeft", |
| 179 | 'icon':"maps-small.png", |
| 180 | 'name':"Maps API Key", |
| 181 | 'img':"maps-large.png", |
| 182 | 'title':"Maps API Key", |
Scott Main | 263ed76 | 2009-04-26 23:19:20 -0700 | [diff] [blame] | 183 | '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] | 184 | } |
| 185 | |
| 186 | } |
| 187 | </script> |
| 188 | <script type="text/javascript" src="{@docRoot}assets/carousel.js"></script> |
| 189 | <script type="text/javascript"> |
| 190 | initCarousel("sdk"); |
| 191 | </script> |