blob: 4175db727ff527195791ddf79fad263b50fd9de2 [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>
39 <tr>
40 <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
41 <td>
42 <h2 class="green">Contribute</h2>
43 <p>Android Open Source Project gives you access to the entire platform source.</p>
44 <p><a href="http://source.android.com">Learn more &raquo;</a></p>
45 </td>
46 </tr>
47 <tr>
48 <td colspan="2"><div class="seperator">&nbsp;</div></td>
49 </tr>
50 <tr>
51 <td class="imageCell"><a href="http://www.youtube.com/user/androiddevelopers"><img src="{@docRoot}assets/images/video-droid.png" style="padding:0" /></a></td>
52 <td>
53 <h2 class="green">Watch</h2>
54 <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>
55 <p style="margin-top:1em"><a href="{@docRoot}videos/index.html">More Android videos &raquo;</a></p>
56 </td>
57 </tr>
58
59 </table>
60 </div>
61 </div>
62
63<!--[if lte IE 6]>
64 <style>
65 #arrow-left {
66 margin:0 0 0 5px;
67 }
68 #arrow-right {
69 margin-left:0;
70 }
71 .app-list-container {
72 margin: 37px 0 0 23px;
73 }
74 div#list-clip {
75 width:468px;
76 }
77 </style>
78<![endif]-->
79
80<script type="text/javascript">
81
82// * -- carousel dictionary -- * //
83 /* layout: imgLeft, imgRight, imgTop
84 icon: image for carousel entry. cropped (height:70px, width:90px)
85 name: string for carousel entry
86 img: image for bulletin post. cropped (height: 170, width:230px)
87 title: header for bulletin (optional, insert "" value to skip
88 desc: the bulletin post. must include html tags.
89 */
90
91 var droidList = {
92 'sdk': {
93 'layout':"imgLeft",
94 'icon':"sdk-small.png",
95 'name':"SDK 1.5 r3",
96 'img':"sdk-large.png",
97 'title':"Android 1.5 SDK",
98 '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>"
99 },
100
101 'io': {
102 'layout':"imgLeft",
103 'icon':"io-small.png",
104 'name':"Google I/O",
105 'img':"io-large.png",
106 'title':"Google I/O Developer Conference",
107 '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>"
108 },
109
110 'mapskey': {
111 'layout':"imgLeft",
112 'icon':"maps-small.png",
113 'name':"Maps API Key",
114 'img':"maps-large.png",
115 'title':"Maps API Key",
116 '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>"
117 },
118
119 'devphone': {
120 'layout':"imgLeft",
121 'icon':"devphone-small.png",
122 'name':"Dev Phone 1",
123 'img':"devphone-large.png",
124 'title':"Android Dev Phone 1",
125 '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>"
126 }
127
128 }
129</script>
130<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
131<script type="text/javascript">
132 initCarousel("sdk");
133</script>