blob: 5732b49f806c88d4326082519b74f0966d57b982 [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 -->
14 <img src="/assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" />
15 <div id="announcement" style="width:270px">
Scott Main282a77f2009-06-22 11:21:50 -070016 <p>The Google I/O developer conference took place May 27-28 in San Francisco.
17 If you missed the conference, you can experience the Android sessions
Dirk Dougherty4b508752009-07-16 08:51:33 -070018 by viewing YouTube videos.</p>
19 <p><a href="{@docRoot}videos/index.html">See the sessions from Google I/O &raquo;</a></p>
Scott Main110b50c2009-06-12 14:02:42 -070020 </div> <!-- end annoucement -->
21 </div> <!-- end annoucement-block -->
22 </div><!-- end topAnnouncement -->
23 <div id="carousel">
24 <div id="carouselMain">
25 <div id="bulletinImg"></div>
26 <div id="bulletinDesc"></div>
27 </div>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080028 <div class="clearer"></div>
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 Main1e9129d2009-07-15 15:38:19 -070036 <a href="javascript:{}" id="arrow-right" onclick="" class="arrow-right-off"></a>
Scott Main110b50c2009-06-12 14:02:42 -070037 <div class="clearer"></div>
38 </div><!-- end app-list container -->
39 </div><!-- end carousel -->
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>
51 <p>The Android SDK has the tools, sample code, and docs you need to create great apps. </p>
Scott Main263ed762009-04-26 23:19:20 -070052 <p><a href="{@docRoot}sdk/{@sdkCurrent}/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>
81 <td class="imageCell"><a href="http://www.youtube.com/user/androiddevelopers"><img src="{@docRoot}assets/images/video-droid.png" style="padding:0" /></a></td>
82 <td>
83 <h2 class="green">Watch</h2>
Scott Main1e9129d2009-07-15 15:38:19 -070084 <object width="150" height="140"><param name="movie" value="http://www.youtube.com/v/GARMe7Km_gk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GARMe7Km_gk&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="150" height="140"></embed></object>
85 <p style="margin-top:1em"><a href="{@docRoot}videos/index.html">More Android videos &raquo;</a></p>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080086 </td>
87 </tr>
88
89 </table>
90 </div>
91 </div>
92
93<!--[if lte IE 6]>
94 <style>
95 #arrow-left {
96 margin:0 0 0 5px;
97 }
98 #arrow-right {
99 margin-left:0;
100 }
101 .app-list-container {
102 margin: 37px 0 0 23px;
103 }
104 div#list-clip {
105 width:468px;
106 }
107 </style>
108<![endif]-->
109
110<script type="text/javascript">
111
112// * -- carousel dictionary -- * //
113 /* layout: imgLeft, imgRight, imgTop
114 icon: image for carousel entry. cropped (height:70px, width:90px)
115 name: string for carousel entry
116 img: image for bulletin post. cropped (height: 170, width:230px)
117 title: header for bulletin (optional, insert "" value to skip
118 desc: the bulletin post. must include html tags.
119 */
120
121 var droidList = {
122 'sdk': {
123 'layout':"imgLeft",
124 'icon':"sdk-small.png",
Dirk Dougherty4b508752009-07-16 08:51:33 -0700125 'name':"SDK 1.5 r3",
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800126 'img':"sdk-large.png",
Dirk Dougherty3f9de8b2009-05-22 16:04:18 -0700127 'title':"Android 1.5 SDK",
Dirk Dougherty4b508752009-07-16 08:51:33 -0700128 'desc': "<p>Android 1.5 SDK is now available. It includes new APIs for Android 1.5, updated developer tools, multiple platform versions, and a Google APIs add-on.</p><p><a href='{@docRoot}sdk/1.5_r3/index.html'>Download Android 1.5 SDK &raquo;</a></p>"
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800129 },
130
131 'mapskey': {
132 'layout':"imgLeft",
133 'icon':"maps-small.png",
134 'name':"Maps API Key",
135 'img':"maps-large.png",
136 'title':"Maps API Key",
Scott Main263ed762009-04-26 23:19:20 -0700137 '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 -0800138 },
139
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800140 'devphone': {
141 'layout':"imgLeft",
142 'icon':"devphone-small.png",
143 'name':"Dev Phone 1",
144 'img':"devphone-large.png",
145 'title':"Android Dev Phone 1",
146 'desc': "<p>Run and debug your Android applications directly on this device. Modify and rebuild the Android operating system, and flash it onto the phone. The Android Dev Phone 1 is carrier independent, and available for purchase by any developer registered with <a href='http://market.android.com/publish'>Android Market</a>.</p><p><a href='/guide/developing/device.html#dev-phone-1'>Learn more about the Android Dev Phone 1 &raquo;</a></p>"
147 }
148
149 }
150</script>
151<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
152<script type="text/javascript">
153 initCarousel("sdk");
154</script>