blob: bb76d28b8f1f913b5ad077b0ce07105e5071582e [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
2@jd:body
3
4
Dirk Dougherty7b229ef2010-03-26 17:32:26 -07005<div id="mainBodyFixed">
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08006 <div id="mainBodyLeft">
7 <div id="homeMiddle">
Scott Main110b50c2009-06-12 14:02:42 -07008 <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 Main0d3401d2010-05-06 10:54:35 -070014 <img src="{@docRoot}images/home/io-logo.png" alt="Google IO
152010" width="200" height="41" style="padding:22px 12px;"/>
16 <div id="announcement" style="width:295px">
17<p>Google I/O is happening now! To those of you with us, welcome! If you couldn't make it to the
18event, stay tuned for videos and slides from the Android sessions, which will be posted at the
19Google I/O web site.</p><p><a
20href="http://code.google.com/events/io/2010/sessions.html#Android">Learn more &raquo;</a></p>
Scott Main110b50c2009-06-12 14:02:42 -070021 </div> <!-- end annoucement -->
Dirk Doughertya0fc4382010-01-20 15:38:33 -080022 </div> <!-- end annoucement-block -->
Scott Main110b50c2009-06-12 14:02:42 -070023 </div><!-- end topAnnouncement -->
Scott Maine4b0d302009-12-16 12:25:22 -080024 <div id="carouselMain" style="height:200px"> <!-- this height can be
25 adjusted based on the content height -->
Scott Maina8d035c2009-07-21 10:52:10 -070026 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080027 <div class="clearer"></div>
Scott Maina8d035c2009-07-21 10:52:10 -070028 <div id="carouselWheel">
Scott Main110b50c2009-06-12 14:02:42 -070029 <div class="app-list-container" align="center">
30 <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
31 <div id="list-clip">
32 <div style="left: 0px;" id="app-list">
33 <!-- populated by buildCarousel() -->
34 </div>
35 </div><!-- end list-clip -->
Scott Maina8d035c2009-07-21 10:52:10 -070036 <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a>
Scott Main110b50c2009-06-12 14:02:42 -070037 <div class="clearer"></div>
38 </div><!-- end app-list container -->
Scott Maina8d035c2009-07-21 10:52:10 -070039 </div><!-- end carouselWheel -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080040 </div><!-- end homeMiddle -->
41
42 <div style="clear:both">&nbsp;</div>
43 </div><!-- end mainBodyLeft -->
44
45 <div id="mainBodyRight">
46 <table id="rightColumn">
47 <tr>
48 <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
49 <td>
50 <h2 class="green">Download</h2>
Dirk Doughertycf6bbab2010-01-07 10:48:19 -080051 <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 -070052 <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080053 </td>
54 </tr>
55 <tr>
56 <td colspan="2"><div class="seperator">&nbsp;</div></td>
57 </tr>
58 <tr>
59 <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
60 <td>
61 <h2 class="green">Publish</h2>
62 <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
63 <p><a href="http://www.android.com/market.html">Learn more &raquo;</a></p>
64 </td>
65 </tr>
66 <tr>
67 <td colspan="2"><div class="seperator">&nbsp;</div></td>
68 </tr>
69 <tr>
70 <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
71 <td>
72 <h2 class="green">Contribute</h2>
73 <p>Android Open Source Project gives you access to the entire platform source.</p>
74 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
75 </td>
76 </tr>
77 <tr>
78 <td colspan="2"><div class="seperator">&nbsp;</div></td>
79 </tr>
80 <tr>
Scott Main4c4a47f2009-12-10 15:54:54 -080081 <td class="imageCell"><a
82href="{@docRoot}resources/dashboard/platform-versions.html"><img
83src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080084 <td>
Scott Main4c4a47f2009-12-10 15:54:54 -080085 <h2 class="green">Target Devices</h2>
86 <p>The Device Dashboard
87provides information about deployed Android devices to
88help you target suitable device configurations as you build and update your
89apps.</p>
90 <p><a
91href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080092 </td>
93 </tr>
94
95 </table>
96 </div>
97 </div>
98
99<!--[if lte IE 6]>
100 <style>
101 #arrow-left {
102 margin:0 0 0 5px;
103 }
104 #arrow-right {
105 margin-left:0;
106 }
107 .app-list-container {
108 margin: 37px 0 0 23px;
109 }
110 div#list-clip {
111 width:468px;
112 }
113 </style>
114<![endif]-->
115
116<script type="text/javascript">
117
118// * -- carousel dictionary -- * //
119 /* layout: imgLeft, imgRight, imgTop
120 icon: image for carousel entry. cropped (height:70px, width:90px)
121 name: string for carousel entry
122 img: image for bulletin post. cropped (height: 170, width:230px)
123 title: header for bulletin (optional, insert "" value to skip
124 desc: the bulletin post. must include html tags.
125 */
126
127 var droidList = {
128 'sdk': {
129 'layout':"imgLeft",
130 'icon':"sdk-small.png",
Scott Main0d3401d2010-05-06 10:54:35 -0700131 'name':"Android 2.2",
132 'img':"froyo-android.png",
133 'title':"Get Android 2.2!",
134 'desc': "<p>The Android 2.2 platform is now available for the Android SDK, along with new "
135+ "tools, documentation, and a new NDK. "
136+ "For information about new features and APIs, read the "
137+ "<a href='{@docRoot}sdk/android-2.2.html'>version notes</a>.</p>"
138+ "<p>If you have an existing SDK, add Android 2.2 as an "
139+ "<a href='{@docRoot}sdk/adding-components.html'>SDK "
140+ "component</a>. If you're new to Android, install the "
141+ "<a href='{@docRoot}sdk/index.html'>SDK starter package</a>."
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800142 },
Scott Mainc9c00022009-08-21 16:41:49 -0700143
Dirk Doughertya0fc4382010-01-20 15:38:33 -0800144 'adc2': {
145 'layout':"imgLeft",
146 'icon':"adc2_s.png",
147 'name':"ADC 2",
148 'img':"adc2_l.png",
149 'title':"Android Developer Challenge 2",
150 'desc': "<p>We're pleased to announce the "
151 + "<a href='http://code.google.com/android/adc/gallery_winners.html'>winners "
152 + "of the Android Developer Challenge 2</a>! Please see our "
153 + "<a href='http://android-developers.blogspot.com/2009/11/announcing-winners-of-adc-2.html'>blog post</a> "
154 + "for full information. Thanks to everyone who participated by submitting an application or judging!</p>"
155 + "<p><a href='http://code.google.com/android/adc/'>Learn more about ADC 2 &raquo;</a></p>"
156 },
157
Scott Main08c57532009-10-22 14:57:09 -0700158 'devphone': {
Scott Maina8d035c2009-07-21 10:52:10 -0700159 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700160 'icon':"devphone-small.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800161 'name':"Dev Phones",
Scott Main08c57532009-10-22 14:57:09 -0700162 'img':"devphone-large.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800163 'title':"Android Dev Phones",
164 'desc': "<p>Run and debug your Android applications directly on one of these "
165 + "device. Modify and rebuild the Android operating system, and flash it onto "
166 + "the phone. The Android Dev Phones are carrier independent, and available for "
167 + "purchase by any developer registered with <a "
168 + "href='http://market.android.com/publish'>Android Market</a>.</p><p><a "
169 + "href='/guide/developing/device.html#dev-phone-1'>Learn more about the "
170 + "Android Dev Phones &raquo;</a></p>"
Scott Maina8d035c2009-07-21 10:52:10 -0700171 },
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800172
173 'mapskey': {
174 'layout':"imgLeft",
175 'icon':"maps-small.png",
176 'name':"Maps API Key",
177 'img':"maps-large.png",
178 'title':"Maps API Key",
Scott Main263ed762009-04-26 23:19:20 -0700179 '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 -0800180 },
181
Scott Main08c57532009-10-22 14:57:09 -0700182 'io': {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800183 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700184 'icon':"io-small.png",
Scott Main0d3401d2010-05-06 10:54:35 -0700185 'name':"Google I/O '09'",
Scott Main08c57532009-10-22 14:57:09 -0700186 'img':"io-large.png",
Scott Main0d3401d2010-05-06 10:54:35 -0700187 'title':"2009 Google I/O Developer Conference",
188 'desc': "<p>The 2009 Google I/O developer conference took place May 27-28, 2009, 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 &raquo;</a></p>"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800189 }
190
191 }
192</script>
193<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
194<script type="text/javascript">
195 initCarousel("sdk");
196</script>