blob: 7c2858378b3383a780d76d3c108c68c4749f1cf5 [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 -->
Scott Main17cffb52009-08-06 02:37:46 -070014 <img src="{@docRoot}assets/images/home/android_adc.png" alt="Android Developer Challenge 2" width="232px" />
Scott Maina8d035c2009-07-21 10:52:10 -070015 <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 Mainaa4511c2009-09-09 17:36:09 -070018 take away $250,000. The deadline for submissions was August 31, 2009.</p>
Scott Maina8d035c2009-07-21 10:52:10 -070019 <p><a href="http://code.google.com/android/adc/">Learn more about ADC 2 &raquo;</a></p>
Scott Main110b50c2009-06-12 14:02:42 -070020 </div> <!-- end annoucement -->
21 </div> <!-- end annoucement-block -->
22 </div><!-- end topAnnouncement -->
Scott Maine4b0d302009-12-16 12:25:22 -080023 <div id="carouselMain" style="height:200px"> <!-- this height can be
24 adjusted based on the content height -->
Scott Maina8d035c2009-07-21 10:52:10 -070025 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080026 <div class="clearer"></div>
Scott Maina8d035c2009-07-21 10:52:10 -070027 <div id="carouselWheel">
Scott Main110b50c2009-06-12 14:02:42 -070028 <div class="app-list-container" align="center">
29 <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
30 <div id="list-clip">
31 <div style="left: 0px;" id="app-list">
32 <!-- populated by buildCarousel() -->
33 </div>
34 </div><!-- end list-clip -->
Scott Maina8d035c2009-07-21 10:52:10 -070035 <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a>
Scott Main110b50c2009-06-12 14:02:42 -070036 <div class="clearer"></div>
37 </div><!-- end app-list container -->
Scott Maina8d035c2009-07-21 10:52:10 -070038 </div><!-- end carouselWheel -->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080039 </div><!-- end homeMiddle -->
40
41 <div style="clear:both">&nbsp;</div>
42 </div><!-- end mainBodyLeft -->
43
44 <div id="mainBodyRight">
45 <table id="rightColumn">
46 <tr>
47 <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
48 <td>
49 <h2 class="green">Download</h2>
Dirk Doughertycf6bbab2010-01-07 10:48:19 -080050 <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 -070051 <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080052 </td>
53 </tr>
54 <tr>
55 <td colspan="2"><div class="seperator">&nbsp;</div></td>
56 </tr>
57 <tr>
58 <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
59 <td>
60 <h2 class="green">Publish</h2>
61 <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
62 <p><a href="http://www.android.com/market.html">Learn more &raquo;</a></p>
63 </td>
64 </tr>
65 <tr>
66 <td colspan="2"><div class="seperator">&nbsp;</div></td>
67 </tr>
68 <tr>
69 <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
70 <td>
71 <h2 class="green">Contribute</h2>
72 <p>Android Open Source Project gives you access to the entire platform source.</p>
73 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
74 </td>
75 </tr>
76 <tr>
77 <td colspan="2"><div class="seperator">&nbsp;</div></td>
78 </tr>
79 <tr>
Scott Main4c4a47f2009-12-10 15:54:54 -080080 <td class="imageCell"><a
81href="{@docRoot}resources/dashboard/platform-versions.html"><img
82src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080083 <td>
Scott Main4c4a47f2009-12-10 15:54:54 -080084 <h2 class="green">Target Devices</h2>
85 <p>The Device Dashboard
86provides information about deployed Android devices to
87help you target suitable device configurations as you build and update your
88apps.</p>
89 <p><a
90href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080091 </td>
92 </tr>
93
94 </table>
95 </div>
96 </div>
97
98<!--[if lte IE 6]>
99 <style>
100 #arrow-left {
101 margin:0 0 0 5px;
102 }
103 #arrow-right {
104 margin-left:0;
105 }
106 .app-list-container {
107 margin: 37px 0 0 23px;
108 }
109 div#list-clip {
110 width:468px;
111 }
112 </style>
113<![endif]-->
114
115<script type="text/javascript">
116
117// * -- carousel dictionary -- * //
118 /* layout: imgLeft, imgRight, imgTop
119 icon: image for carousel entry. cropped (height:70px, width:90px)
120 name: string for carousel entry
121 img: image for bulletin post. cropped (height: 170, width:230px)
122 title: header for bulletin (optional, insert "" value to skip
123 desc: the bulletin post. must include html tags.
124 */
125
126 var droidList = {
127 'sdk': {
128 'layout':"imgLeft",
129 'icon':"sdk-small.png",
Scott Maine4b0d302009-12-16 12:25:22 -0800130 'name':"Android 2.1",
131 'img':"sdk-large.png",
132 'title':"Android 2.1 is now available",
133 'desc': "<p>Android 2.1 is a small feature release that includes new developer APIs "
134 + "and documentation. For information about what's included in the platform, "
135 + "read the <a href='{@docRoot}sdk/android-2.1.html'>Android 2.1 "
Scott Main2edbbaf2009-11-19 01:32:48 -0800136 + "version notes</a>.</p>"
Scott Maine4b0d302009-12-16 12:25:22 -0800137 + "<p>You can update your existing development environment "
138 + "by installing the Android 2.1 platform as an "
139 + "<a href='{@docRoot}sdk/adding-components.html'>SDK "
140 + "component</a>."
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800141 },
Scott Mainc9c00022009-08-21 16:41:49 -0700142
Scott Main08c57532009-10-22 14:57:09 -0700143 'devphone': {
Scott Maina8d035c2009-07-21 10:52:10 -0700144 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700145 'icon':"devphone-small.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800146 'name':"Dev Phones",
Scott Main08c57532009-10-22 14:57:09 -0700147 'img':"devphone-large.png",
Scott Main2edbbaf2009-11-19 01:32:48 -0800148 'title':"Android Dev Phones",
149 'desc': "<p>Run and debug your Android applications directly on one of these "
150 + "device. Modify and rebuild the Android operating system, and flash it onto "
151 + "the phone. The Android Dev Phones are carrier independent, and available for "
152 + "purchase by any developer registered with <a "
153 + "href='http://market.android.com/publish'>Android Market</a>.</p><p><a "
154 + "href='/guide/developing/device.html#dev-phone-1'>Learn more about the "
155 + "Android Dev Phones &raquo;</a></p>"
Scott Maina8d035c2009-07-21 10:52:10 -0700156 },
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800157
158 'mapskey': {
159 'layout':"imgLeft",
160 'icon':"maps-small.png",
161 'name':"Maps API Key",
162 'img':"maps-large.png",
163 'title':"Maps API Key",
Scott Main263ed762009-04-26 23:19:20 -0700164 '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 -0800165 },
166
Scott Main08c57532009-10-22 14:57:09 -0700167 'io': {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800168 'layout':"imgLeft",
Scott Main08c57532009-10-22 14:57:09 -0700169 'icon':"io-small.png",
170 'name':"Google I/O",
171 'img':"io-large.png",
172 'title':"Google I/O Developer Conference",
173 '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 -0800174 }
175
176 }
177</script>
178<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
179<script type="text/javascript">
180 initCarousel("sdk");
181</script>