The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | home=true |
| 2 | @jd:body |
| 3 | |
| 4 | |
| 5 | <div id="mainBodyFixed"> |
| 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 | 17cffb5 | 2009-08-06 02:37:46 -0700 | [diff] [blame] | 14 | <img src="{@docRoot}assets/images/home/android_adc.png" alt="Android Developer Challenge 2" width="232px" /> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 15 | <div id="announcement" style="width:275px"> |
| 16 | <p>The second Android Developer Challenge has begun! In this contest, |
| 17 | real-world users will help review and score applications and the overall winner will |
Scott Main | aa4511c | 2009-09-09 17:36:09 -0700 | [diff] [blame] | 18 | take away $250,000. The deadline for submissions was August 31, 2009.</p> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 19 | <p><a href="http://code.google.com/android/adc/">Learn more about ADC 2 »</a></p> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 20 | </div> <!-- end annoucement --> |
| 21 | </div> <!-- end annoucement-block --> |
| 22 | </div><!-- end topAnnouncement --> |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 23 | <div id="carouselMain" style="height:215px"> <!-- this height can be adjusted based on the content height --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 24 | </div> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 25 | <div class="clearer"></div> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 26 | <div id="carouselWheel"> |
Scott Main | 110b50c | 2009-06-12 14:02:42 -0700 | [diff] [blame] | 27 | <div class="app-list-container" align="center"> |
| 28 | <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a> |
| 29 | <div id="list-clip"> |
| 30 | <div style="left: 0px;" id="app-list"> |
| 31 | <!-- populated by buildCarousel() --> |
| 32 | </div> |
| 33 | </div><!-- end list-clip --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 34 | <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] | 35 | <div class="clearer"></div> |
| 36 | </div><!-- end app-list container --> |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 37 | </div><!-- end carouselWheel --> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 38 | </div><!-- end homeMiddle --> |
| 39 | |
| 40 | <div style="clear:both"> </div> |
| 41 | </div><!-- end mainBodyLeft --> |
| 42 | |
| 43 | <div id="mainBodyRight"> |
| 44 | <table id="rightColumn"> |
| 45 | <tr> |
| 46 | <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td> |
| 47 | <td> |
| 48 | <h2 class="green">Download</h2> |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 49 | <p>The Android SDK the tools, sample code, and docs you need to create great apps.</p> |
| 50 | <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] | 51 | </td> |
| 52 | </tr> |
| 53 | <tr> |
| 54 | <td colspan="2"><div class="seperator"> </div></td> |
| 55 | </tr> |
| 56 | <tr> |
| 57 | <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td> |
| 58 | <td> |
| 59 | <h2 class="green">Publish</h2> |
| 60 | <p>Android Market is an open service that lets you distribute your apps to handsets.</p> |
| 61 | <p><a href="http://www.android.com/market.html">Learn more »</a></p> |
| 62 | </td> |
| 63 | </tr> |
| 64 | <tr> |
| 65 | <td colspan="2"><div class="seperator"> </div></td> |
| 66 | </tr> |
| 67 | <tr> |
| 68 | <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td> |
| 69 | <td> |
| 70 | <h2 class="green">Contribute</h2> |
| 71 | <p>Android Open Source Project gives you access to the entire platform source.</p> |
| 72 | <p><a href="http://source.android.com">Learn more »</a></p> |
| 73 | </td> |
| 74 | </tr> |
| 75 | <tr> |
| 76 | <td colspan="2"><div class="seperator"> </div></td> |
| 77 | </tr> |
| 78 | <tr> |
| 79 | <td class="imageCell"><a href="http://www.youtube.com/user/androiddevelopers"><img src="{@docRoot}assets/images/video-droid.png" style="padding:0" /></a></td> |
| 80 | <td> |
| 81 | <h2 class="green">Watch</h2> |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 82 | <object width="150" height="140"><param name="movie" value="http://www.youtube.com/v/N6YdwzAvwOA&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/N6YdwzAvwOA&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="150" height="140"></embed></object> |
Scott Main | 1e9129d | 2009-07-15 15:38:19 -0700 | [diff] [blame] | 83 | <p style="margin-top:1em"><a href="{@docRoot}videos/index.html">More Android videos »</a></p> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 84 | </td> |
| 85 | </tr> |
| 86 | |
| 87 | </table> |
| 88 | </div> |
| 89 | </div> |
| 90 | |
| 91 | <!--[if lte IE 6]> |
| 92 | <style> |
| 93 | #arrow-left { |
| 94 | margin:0 0 0 5px; |
| 95 | } |
| 96 | #arrow-right { |
| 97 | margin-left:0; |
| 98 | } |
| 99 | .app-list-container { |
| 100 | margin: 37px 0 0 23px; |
| 101 | } |
| 102 | div#list-clip { |
| 103 | width:468px; |
| 104 | } |
| 105 | </style> |
| 106 | <![endif]--> |
| 107 | |
| 108 | <script type="text/javascript"> |
| 109 | |
| 110 | // * -- carousel dictionary -- * // |
| 111 | /* layout: imgLeft, imgRight, imgTop |
| 112 | icon: image for carousel entry. cropped (height:70px, width:90px) |
| 113 | name: string for carousel entry |
| 114 | img: image for bulletin post. cropped (height: 170, width:230px) |
| 115 | title: header for bulletin (optional, insert "" value to skip |
| 116 | desc: the bulletin post. must include html tags. |
| 117 | */ |
| 118 | |
| 119 | var droidList = { |
| 120 | 'sdk': { |
| 121 | 'layout':"imgLeft", |
| 122 | 'icon':"sdk-small.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame^] | 123 | 'name':"Android 2.0.1", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 124 | 'img':"eclair-android.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame^] | 125 | 'title':"Android 2.0.1", |
| 126 | 'desc': "<p>Android 2.0.1 is a minor platform update to Android 2.0. " |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 127 | + "For information about what's included in the new platform, read " |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame^] | 128 | + "the <a href='{@docRoot}sdk/android-2.0.1.html'>Android 2.0.1 " |
| 129 | + "version notes</a>.</p>" |
| 130 | + "<p>You can update your existing environment " |
| 131 | + "by installing the Android 2.0.1 platform and updated tools as" |
| 132 | + " <a href='{@docRoot}sdk/adding-components.html'>SDK " |
| 133 | + "components</a>. Otherwise, " |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 134 | + "<a href='{@docRoot}sdk/index.html'>download a new Android SDK</a>.</p>" |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 135 | }, |
Scott Main | c9c0002 | 2009-08-21 16:41:49 -0700 | [diff] [blame] | 136 | |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 137 | 'devphone': { |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 138 | 'layout':"imgLeft", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 139 | 'icon':"devphone-small.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame^] | 140 | 'name':"Dev Phones", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 141 | 'img':"devphone-large.png", |
Scott Main | 2edbbaf | 2009-11-19 01:32:48 -0800 | [diff] [blame^] | 142 | 'title':"Android Dev Phones", |
| 143 | 'desc': "<p>Run and debug your Android applications directly on one of these " |
| 144 | + "device. Modify and rebuild the Android operating system, and flash it onto " |
| 145 | + "the phone. The Android Dev Phones are carrier independent, and available for " |
| 146 | + "purchase by any developer registered with <a " |
| 147 | + "href='http://market.android.com/publish'>Android Market</a>.</p><p><a " |
| 148 | + "href='/guide/developing/device.html#dev-phone-1'>Learn more about the " |
| 149 | + "Android Dev Phones »</a></p>" |
Scott Main | a8d035c | 2009-07-21 10:52:10 -0700 | [diff] [blame] | 150 | }, |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 151 | |
| 152 | 'mapskey': { |
| 153 | 'layout':"imgLeft", |
| 154 | 'icon':"maps-small.png", |
| 155 | 'name':"Maps API Key", |
| 156 | 'img':"maps-large.png", |
| 157 | 'title':"Maps API Key", |
Scott Main | 263ed76 | 2009-04-26 23:19:20 -0700 | [diff] [blame] | 158 | '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] | 159 | }, |
| 160 | |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 161 | 'io': { |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 162 | 'layout':"imgLeft", |
Scott Main | 08c5753 | 2009-10-22 14:57:09 -0700 | [diff] [blame] | 163 | 'icon':"io-small.png", |
| 164 | 'name':"Google I/O", |
| 165 | 'img':"io-large.png", |
| 166 | 'title':"Google I/O Developer Conference", |
| 167 | 'desc': "<p>The Google I/O developer conference took place May 27-28 in San Francisco. If you missed the conference, you can experience the Android sessions by viewing YouTube videos.</p><p><a href='{@docRoot}videos/index.html'>See the sessions from Google I/O »</a></p>" |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 168 | } |
| 169 | |
| 170 | } |
| 171 | </script> |
| 172 | <script type="text/javascript" src="{@docRoot}assets/carousel.js"></script> |
| 173 | <script type="text/javascript"> |
| 174 | initCarousel("sdk"); |
| 175 | </script> |