blob: e3bf685df530f570a3edcb16576aec548ab3d6da [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001home=true
2@jd:body
3
4
5 <div id="mainBodyFixed">
6 <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 -->
Dirk Doughertya0fc4382010-01-20 15:38:33 -080014 <img src="/assets/images/home/Android_Dev_Lab_l.png" alt="Android developer labs" width="100px" style="padding-left:78px;padding-right:46px;padding-bottom: 8px;"/>
15 <div id="announcement" style="width:275px">
Dirk Doughertydc19ba82010-01-26 16:58:33 -080016<p>We're hosting the next Android Developer Lab in Barcelona at <a href="http://www.mobileworldcongress.com/index.htm">Mobile World Congress&nbsp;&raquo;</a> on Wednesday February 17th at <a href="http://www.mobileworldcongress.com/exhibition/app_planet.htm">App Planet&nbsp;&raquo;</a>, located in Hall 7. Come visit us to attend a technical presentation, talk to our Android developer relations team, and meet other members of the developer community.</p><p><a href="http://sites.google.com/site/androidmwc/home">Learn more &raquo;</a></p>
Dirk Doughertya0fc4382010-01-20 15:38:33 -080017<!--<p><a href="http://android-developers.blogspot.com/2009/11/bring-your-lab-coats.html">Learn more &raquo;</a></p>-->
Scott Main110b50c2009-06-12 14:02:42 -070018 </div> <!-- end annoucement -->
Dirk Doughertya0fc4382010-01-20 15:38:33 -080019 </div> <!-- end annoucement-block -->
Scott Main110b50c2009-06-12 14:02:42 -070020 </div><!-- end topAnnouncement -->
Scott Maine4b0d302009-12-16 12:25:22 -080021 <div id="carouselMain" style="height:200px"> <!-- this height can be
22 adjusted based on the content height -->
Scott Maina8d035c2009-07-21 10:52:10 -070023 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080024 <div class="clearer"></div>
Scott Maina8d035c2009-07-21 10:52:10 -070025 <div id="carouselWheel">
Scott Main110b50c2009-06-12 14:02:42 -070026 <div class="app-list-container" align="center">
27 <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
28 <div id="list-clip">
29 <div style="left: 0px;" id="app-list">
30 <!-- populated by buildCarousel() -->
31 </div>
32 </div><!-- end list-clip -->
Scott Maina8d035c2009-07-21 10:52:10 -070033 <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a>
Scott Main110b50c2009-06-12 14:02:42 -070034 <div class="clearer"></div>
35 </div><!-- end app-list container -->
Scott Maina8d035c2009-07-21 10:52:10 -070036 </div><!-- end carouselWheel -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080037 </div><!-- end homeMiddle -->
38
39 <div style="clear:both">&nbsp;</div>
40 </div><!-- end mainBodyLeft -->
41
42 <div id="mainBodyRight">
43 <table id="rightColumn">
44 <tr>
45 <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
46 <td>
47 <h2 class="green">Download</h2>
Dirk Doughertycf6bbab2010-01-07 10:48:19 -080048 <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 -070049 <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080050 </td>
51 </tr>
52 <tr>
53 <td colspan="2"><div class="seperator">&nbsp;</div></td>
54 </tr>
55 <tr>
56 <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
57 <td>
58 <h2 class="green">Publish</h2>
59 <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
60 <p><a href="http://www.android.com/market.html">Learn more &raquo;</a></p>
61 </td>
62 </tr>
63 <tr>
64 <td colspan="2"><div class="seperator">&nbsp;</div></td>
65 </tr>
66 <tr>
67 <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
68 <td>
69 <h2 class="green">Contribute</h2>
70 <p>Android Open Source Project gives you access to the entire platform source.</p>
71 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
72 </td>
73 </tr>
74 <tr>
75 <td colspan="2"><div class="seperator">&nbsp;</div></td>
76 </tr>
77 <tr>
Scott Main4c4a47f2009-12-10 15:54:54 -080078 <td class="imageCell"><a
79href="{@docRoot}resources/dashboard/platform-versions.html"><img
80src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080081 <td>
Scott Main4c4a47f2009-12-10 15:54:54 -080082 <h2 class="green">Target Devices</h2>
83 <p>The Device Dashboard
84provides information about deployed Android devices to
85help you target suitable device configurations as you build and update your
86apps.</p>
87 <p><a
88href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080089 </td>
90 </tr>
91
92 </table>
93 </div>
94 </div>
95
96<!--[if lte IE 6]>
97 <style>
98 #arrow-left {
99 margin:0 0 0 5px;
100 }
101 #arrow-right {
102 margin-left:0;
103 }
104 .app-list-container {
105 margin: 37px 0 0 23px;
106 }
107 div#list-clip {
108 width:468px;
109 }
110 </style>
111<![endif]-->
112
113<script type="text/javascript">
114
115// * -- carousel dictionary -- * //
116 /* layout: imgLeft, imgRight, imgTop
117 icon: image for carousel entry. cropped (height:70px, width:90px)
118 name: string for carousel entry
119 img: image for bulletin post. cropped (height: 170, width:230px)
120 title: header for bulletin (optional, insert "" value to skip
121 desc: the bulletin post. must include html tags.
122 */
123
124 var droidList = {
125 'sdk': {
126 'layout':"imgLeft",
127 'icon':"sdk-small.png",
Scott Maine4b0d302009-12-16 12:25:22 -0800128 'name':"Android 2.1",
129 'img':"sdk-large.png",
130 'title':"Android 2.1 is now available",
131 'desc': "<p>Android 2.1 is a small feature release that includes new developer APIs "
132 + "and documentation. For information about what's included in the platform, "
133 + "read the <a href='{@docRoot}sdk/android-2.1.html'>Android 2.1 "
Scott Main2edbbaf2009-11-19 01:32:48 -0800134 + "version notes</a>.</p>"
Scott Maine4b0d302009-12-16 12:25:22 -0800135 + "<p>You can update your existing development environment "
136 + "by installing the Android 2.1 platform as an "
137 + "<a href='{@docRoot}sdk/adding-components.html'>SDK "
138 + "component</a>."
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800139 },
Scott Mainc9c00022009-08-21 16:41:49 -0700140
Dirk Doughertya0fc4382010-01-20 15:38:33 -0800141 'adc2': {
142 'layout':"imgLeft",
143 'icon':"adc2_s.png",
144 'name':"ADC 2",
145 'img':"adc2_l.png",
146 'title':"Android Developer Challenge 2",
147 'desc': "<p>We're pleased to announce the "
148 + "<a href='http://code.google.com/android/adc/gallery_winners.html'>winners "
149 + "of the Android Developer Challenge 2</a>! Please see our "
150 + "<a href='http://android-developers.blogspot.com/2009/11/announcing-winners-of-adc-2.html'>blog post</a> "
151 + "for full information. Thanks to everyone who participated by submitting an application or judging!</p>"
152 + "<p><a href='http://code.google.com/android/adc/'>Learn more about ADC 2 &raquo;</a></p>"
153 },
154
Scott Main08c57532009-10-22 14:57:09 -0700155 'devphone': {
Scott Maina8d035c2009-07-21 10:52:10 -0700156 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700157 'icon':"devphone-small.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800158 'name':"Dev Phones",
Scott Main08c57532009-10-22 14:57:09 -0700159 'img':"devphone-large.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800160 'title':"Android Dev Phones",
161 'desc': "<p>Run and debug your Android applications directly on one of these "
162 + "device. Modify and rebuild the Android operating system, and flash it onto "
163 + "the phone. The Android Dev Phones are carrier independent, and available for "
164 + "purchase by any developer registered with <a "
165 + "href='http://market.android.com/publish'>Android Market</a>.</p><p><a "
166 + "href='/guide/developing/device.html#dev-phone-1'>Learn more about the "
167 + "Android Dev Phones &raquo;</a></p>"
Scott Maina8d035c2009-07-21 10:52:10 -0700168 },
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800169
170 'mapskey': {
171 'layout':"imgLeft",
172 'icon':"maps-small.png",
173 'name':"Maps API Key",
174 'img':"maps-large.png",
175 'title':"Maps API Key",
Scott Main263ed762009-04-26 23:19:20 -0700176 '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 -0800177 },
178
Scott Main08c57532009-10-22 14:57:09 -0700179 'io': {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800180 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700181 'icon':"io-small.png",
182 'name':"Google I/O",
183 'img':"io-large.png",
184 'title':"Google I/O Developer Conference",
185 '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 &raquo;</a></p>"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800186 }
187
188 }
189</script>
190<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
191<script type="text/javascript">
192 initCarousel("sdk");
193</script>