blob: d7077d55d5f77701d584fb8b9e92059ea08b9b6f [file] [log] [blame]
Gaurav Mathurb8d30c12009-08-11 17:52:01 -07001home=true
2@jd:body
3
4
5 <div id="mainBodyFixed" align="top">
6 <div id="mainBodyLeft">
7 <h2>Android Open Source Project</h2>
8 <!-- total max width is 520px -->
9 <p> Android is the first free, open source, and fully customizable mobile platform.
10 Android offers a full stack: an operating system, middleware and key mobile applications.
11 It also contains a rich set of APIs that allows third-party developers to develop great
12 applications. </p>
13 </div><!-- end mainBodyLeft -->
14
15 <div id="mainBodyRight">
16 <table id="rightColumn">
17 <tr>
18 <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
19 <td>
20 <h2 class="green">Download</h2>
21 <p>The Android SDK has the tools, sample code, and docs you need to create great apps. </p>
22 <p><a href="http://developer.android.com">Learn more &raquo;</a></p>
23 </td>
24 </tr>
25 <tr>
26 <td colspan="2"><div class="seperator">&nbsp;</div></td>
27 </tr>
28 <tr>
29 <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
30 <td>
31 <h2 class="green">Publish</h2>
32 <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
33 <p><a href="http://www.android.com/market.html">Learn more &raquo;</a></p>
34 </td>
35 </tr>
36 <tr>
37 <td colspan="2"><div class="seperator">&nbsp;</div></td>
38 </tr>
Gaurav Mathurb8d30c12009-08-11 17:52:01 -070039
40 </table>
41 </div>
42 </div>
43
44<!--[if lte IE 6]>
45 <style>
46 #arrow-left {
47 margin:0 0 0 5px;
48 }
49 #arrow-right {
50 margin-left:0;
51 }
52 .app-list-container {
53 margin: 37px 0 0 23px;
54 }
55 div#list-clip {
56 width:468px;
57 }
58 </style>
59<![endif]-->
60
61<script type="text/javascript">
62
63// * -- carousel dictionary -- * //
64 /* layout: imgLeft, imgRight, imgTop
65 icon: image for carousel entry. cropped (height:70px, width:90px)
66 name: string for carousel entry
67 img: image for bulletin post. cropped (height: 170, width:230px)
68 title: header for bulletin (optional, insert "" value to skip
69 desc: the bulletin post. must include html tags.
70 */
71
72 var droidList = {
73 'sdk': {
74 'layout':"imgLeft",
75 'icon':"sdk-small.png",
76 'name':"SDK 1.5 r3",
77 'img':"sdk-large.png",
78 'title':"Android 1.5 SDK",
79 '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>"
80 },
81
82 'io': {
83 'layout':"imgLeft",
84 'icon':"io-small.png",
85 'name':"Google I/O",
86 'img':"io-large.png",
87 'title':"Google I/O Developer Conference",
88 '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>"
89 },
90
91 'mapskey': {
92 'layout':"imgLeft",
93 'icon':"maps-small.png",
94 'name':"Maps API Key",
95 'img':"maps-large.png",
96 'title':"Maps API Key",
97 '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>"
98 },
99
100 'devphone': {
101 'layout':"imgLeft",
102 'icon':"devphone-small.png",
103 'name':"Dev Phone 1",
104 'img':"devphone-large.png",
105 'title':"Android Dev Phone 1",
106 '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>"
107 }
108
109 }
110</script>
111<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
112<script type="text/javascript">
113 initCarousel("sdk");
114</script>