• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1home=true
2@jd:body
3
4
5<div id="mainBodyFixed">
6              <div id="mainBodyLeft">
7                    <div id="homeMiddle">
8                        <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="{@docRoot}images/home/market-intl.png" alt="Android
15Market" width="104" height="120" style="padding:10px 60px 5px" />
16                                  <div id="announcement" style="width:295px">
17<p>We're pleased to announce that paid apps are available in more locations of the world! Developers
18from 20 more locations can now sell paid apps on Android Market. Users in more locations will also
19soon be able to purchase apps.</p><p><a
20href="http://android-developers.blogspot.com/2010/09/more-countries-more-sellers-more-buyers.html">
21Learn more &raquo;</a></p>
22                                </div> <!-- end annoucement -->
23                            </div> <!-- end annoucement-block -->
24                        </div><!-- end topAnnouncement -->
25                        <div id="carouselMain" style="height:205px"> <!-- this height can be
26                                                            adjusted based on the content height -->
27                        </div>
28                            <div class="clearer"></div>
29                        <div id="carouselWheel">
30                            <div class="app-list-container" align="center">
31                                <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
32                                <div id="list-clip">
33                                    <div style="left: 0px;" id="app-list">
34                                      <!-- populated by buildCarousel() -->
35                                    </div>
36                                </div><!-- end list-clip -->
37                                <a href="javascript:{ page_right(); }" id="arrow-right" onclick="" class="arrow-right-on"></a>
38                                <div class="clearer"></div>
39                            </div><!-- end app-list container -->
40                        </div><!-- end carouselWheel -->
41                    </div><!-- end homeMiddle -->
42
43                    <div style="clear:both">&nbsp;</div>
44              </div><!-- end mainBodyLeft -->
45
46              <div id="mainBodyRight">
47                      <table id="rightColumn">
48                              <tr>
49                                      <td class="imageCell"><a href="{@docRoot}sdk/index.html"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></a></td>
50                                      <td>
51                                              <h2 class="green">Download</h2>
52                                              <p>The Android SDK has the tools, sample code, and docs you need to create great apps.</p>
53                                              <p><a href="{@docRoot}sdk/index.html">Learn more &raquo;</a></p>
54                                      </td>
55                              </tr>
56                              <tr>
57                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
58                              </tr>
59                              <tr>
60                                      <td class="imageCell"><a href="http://www.android.com/market.html"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></a></td>
61                                      <td>
62                                              <h2 class="green">Publish</h2>
63                                              <p>Android Market is an open service that lets you distribute your apps to handsets.</p>
64                                              <p><a href="http://market.android.com/publish">Learn more &raquo;</a></p>
65                                      </td>
66                              </tr>
67                              <tr>
68                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
69                              </tr>
70                              <tr>
71                                      <td class="imageCell"><a href="http://source.android.com"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></a></td>
72                                      <td>
73                                              <h2 class="green">Contribute</h2>
74                                              <p>Android Open Source Project gives you access to the entire platform source.</p>
75                                              <p><a href="http://source.android.com">Learn more &raquo;</a></p>
76                                      </td>
77                              </tr>
78                              <tr>
79                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
80                              </tr>
81                              <tr>
82                                      <td class="imageCell"><a
83href="{@docRoot}resources/dashboard/platform-versions.html"><img
84src="{@docRoot}images/icon_dashboard.png" style="padding:0" /></a></td>
85                                      <td>
86                                              <h2 class="green">Target Devices</h2>
87                                              <p>The Device Dashboard
88provides information about deployed Android devices to
89help you target suitable device configurations as you build and update your
90apps.</p>
91                                              <p><a
92href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</a></p>
93                                      </td>
94                              </tr>
95
96                      </table>
97              </div>
98	</div>
99
100<!--[if lte IE 6]>
101  <style>
102    #arrow-left {
103      margin:0 0 0 5px;
104    }
105    #arrow-right {
106      margin-left:0;
107    }
108    .app-list-container {
109      margin: 37px 0 0 23px;
110    }
111    div#list-clip {
112      width:468px;
113    }
114  </style>
115<![endif]-->
116
117<script type="text/javascript">
118
119// * -- carousel dictionary -- * //
120  /* layout:  imgLeft, imgRight, imgTop
121     icon:    image for carousel entry. cropped (height:70px, width:90px)
122     name:    string for carousel entry
123     img:     image for bulletin post. cropped (height: 170, width:230px)
124     title:   header for bulletin (optional, insert "" value to skip
125     desc:    the bulletin post. must include html tags.
126  */
127
128  var droidList = {
129    'sdk': {
130      'layout':"imgLeft",
131      'icon':"sdk-small.png",
132      'name':"Android 2.3.3",
133      'img':"gingerdroid.png",
134      'title':"Android 2.3.3, more NFC!",
135      'desc': "<p>Android 2.3.3 is now available for the Android SDK. "
136+ "This update adds new NFC capabilities for developers, including advanced tag dispatching APIs "
137+ "and the ability to write to tags.</p>"
138+ "<p>The new APIs enable exciting new applications, such as for ticketing, "
139+ "ratings, check-ins, advertising, and data exchange with other devices. "
140+ "For more information about Android 2.3.3, read the "
141+ "<a href='/sdk/android-2.3.3.html'>version notes</a>.</p>"
142    },
143
144    'tv': {
145      'layout':"imgLeft",
146      'icon':"tv_s.png",
147      'name':"Google TV",
148      'img':"tv_l.png",
149      'title':"Announcing Google TV!",
150      'desc': "<p><a href='http://www.google.com/tv/'>Google TV</a> is a new platform "
151               + "for television built on Android. Google "
152               + "has partnered with Sony and Logitech to integrate "
153               + "this platform into TVs, blu-ray players, and companion "
154               + "boxes. An add-on for the Android SDK will be "
155               + "available early next year. </p>"
156               + "<p><a href='http://www.google.com/tv/'>Learn more about "
157               + "Google TV &raquo;</a></p>"
158    },
159
160    'devphone': {
161      'layout':"imgLeft",
162      'icon':"devphone-small.png",
163      'name':"Dev Phones",
164      'img':"devphone-large.png",
165      'title':"Android Dev Phones",
166      'desc': "<p>Run and debug your Android applications directly on one of these "
167 + "devices. Modify and rebuild the Android operating system, and flash it onto "
168 + "the phone. The Android Dev Phones are carrier-independent, and available for "
169 + "purchase by developers through their Android Market publisher accounts.</p><p> "
170 + "<a href='http://market.android.com/publish'>Visit Android Market "
171 + "to learn more &raquo;</a></p>"
172    },
173
174    'mapskey': {
175      'layout':"imgLeft",
176      'icon':"maps-small.png",
177      'name':"Maps API Key",
178      'img':"maps-large.png",
179      'title':"Maps API Key",
180      '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>"
181    }
182
183  }
184</script>
185<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
186<script type="text/javascript">
187  initCarousel("sdk");
188</script>
189