summaryrefslogtreecommitdiffstats
path: root/docs/html/index.jd
blob: 05ab987ba89443737216694aff434ec6f5e8db37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
home=true
page.title=Home
@jd:body


	<div id="mainBodyFixed">
              <div id="mainBodyLeft">			
                    <div id="homeMiddle">
                        <div id="homeTitle">
                            <div style="float:left;">
                                <h2>T-Mobile G1 Now Available!</h2>
                            </div>
                            <div style="float:right;" align="center">
                                <a href="http://www.t-mobileg1.com">Learn more &raquo;</a><br />
                             <!--   <img src="{@docRoot}assets/images/icon_robot.jpg" style="margin:8px 10px 0 10px; clear:both;" /> -->
                            </div>
                        </div><!-- end homeTitle -->
                        <div id="carouselMain">
                            <div id="bulletinImg"></div>
                            <div id="bulletinDesc"></div>
                        </div>
                        <div class="clearer"></div>
                        <div class="app-list-container" align="center"> 
                            <a href="javascript:{}" id="arrow-left" onclick="" class="arrow-left-off"></a>
                            <div id="list-clip">
                                <div style="left: 0px;" id="app-list">
                                  <!-- populated by buildCarousel() -->
                                </div>
                            </div><!-- end list-clip -->
                            <a href="javascript:{}" id="arrow-right" onclick="" class="arrow-right-off"></a>
                            <div class="clearer"></div>
                        </div><!-- end app-list container -->
                    </div><!-- end homeMiddle -->

                    <div style="clear:both">&nbsp;</div>

                    <div id="homeBottom">
                        <table>
                            <tr>
                                <td>
                                    <br />
                                    <h2>Featured Developer App: BreadCrumbz</h2>
                                    <p>Amos Yoffe takes navigation to the next level with BreadCrumbz.</p>
                                    <p><a href="http://www.bcrumbz.com">Learn more about this developer &raquo;</a></p>
                                </td>
                                <td>
                                    <img src="{@docRoot}assets/images/logo_breadcrumbz.jpg" />
                                </td>
                            </tr>
                        </table>
                    </div><!-- end homeBottom -->
              </div><!-- end mainBodyLeft -->

              <div id="mainBodyRight">
                      <table id="rightColumn">
                              <tr>
                                      <td class="imageCell"><img src="{@docRoot}assets/images/icon_download.jpg" style="padding:0" /></td>
                                      <td>
                                              <h2 class="green">Download</h2>
                                              <p>Latest SDK</p>
                                              <p><a href="{@docRoot}sdk/index.html">Download now</a></p>
                                      </td>
                              </tr>
                              <tr>
                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
                              </tr>
                              <tr>
                                      <td class="imageCell"><img src="{@docRoot}assets/images/icon_market.jpg" style="padding:0" /></td>
                                      <td valign="middle"><br /><h2 class="green">Market</h2></td>
                              </tr>
                              <tr>
                                      <td colspan="2">
                                              <br />
                                              <p>Android Market is an open service that will give developers the opportunity to distribute applications to handsets.</p>
                                              <p><a href="http://www.android.com/market.html">Learn more &raquo;</a></p>
                                      </td>
                              </tr>
                              <tr>
                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
                              </tr>
                              <tr>
                                      <td class="imageCell"><img src="{@docRoot}assets/images/icon_contribute.jpg" style="padding:0" /></td>
                                      <td>
                                              <h2 class="green">Contribute</h2>
                                              <p>Create using our open source codebase and help us keep this project growing.</p>
                                              <p><a href="http://source.android.com">Learn more &raquo;</a></p>
                                      </td>
                              </tr>
                              <tr>
                                      <td colspan="2"><div class="seperator">&nbsp;</div></td>
                              </tr>
                      </table>
              </div>
	</div>

<!--[if lte IE 6]>
  <style>
    #arrow-left {
      margin:0 0 0 5px;
    }
    #arrow-right {
      margin-left:0;
    }
    .app-list-container {
      margin: 37px 0 0 23px;
    }
    div#list-clip { 
      width:468px;
    }
  </style>
<![endif]-->

<script type="text/javascript">

// * -- carousel dictionary -- * //
  /* layout:  imgLeft, imgRight, imgTop
     icon:    image for carousel entry. cropped (height:70px, width:90px)
     name:    string for carousel entry
     img:     image for bulletin post. cropped (height: 170, width:230px)
     title:   header for bulletin (optional, insert "" value to skip
     desc:    the bulletin post. must include html tags. 
  */

  var droidList = {
    'sdk': {
      'layout':"imgLeft",
      'icon':"sdk-small.png",
      'name':"SDK 1.0 r1",
      'img':"sdk-large.png",
      'title':"Android 1.0 SDK r1",
      'desc': "<p>The first Android 1.0 SDK is available for download. This is the first release guaranteed to operate on the first Android devices. If you want to release an application for Android, you should be developing with this SDK.</p><p><a href='{@docRoot}sdk/index.html'>Download Android 1.0 SDK r1</a></p>"
    },

    'mapskey': {
      'layout':"imgLeft",
      'icon':"maps-small.png",
      'name':"Maps API Key",
      'img':"maps-large.png",
      'title':"Maps API Key",
      '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='{@docRoot}guide/topics/geo/mapkey.html'>Learn how to get a Maps API Key</a></p>"
    },

    'market': {
      'layout':"imgTop",
      'icon':"market-small.png",
      'name':"Android Market",
      'img':"market-large.png",
      'title':"",
      'desc': "<p>Android Market helps you get your applications into the hands of users. The beta version of Market is now open and you can begin sharing your applications with users of the first Android-powered phone, the T-Mobile G1.</p><p><a href='http://market.android.com/publish/'>Publish your Android app on Market &raquo;</a></p>"
    }

  }
</script>
<script type="text/javascript" src="{@docRoot}assets/carousel.js"></script>
<script type="text/javascript">
  initCarousel("sdk");
</script>