• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1fullpage=true
2no_footer_links=true
3carousel=true
4page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
5@jd:body
6
7
8<div class="wrap">
9    <!-- Slideshow -->
10    <div class="slideshow-container slideshow-home col-16">
11        <a href="" class="slideshow-prev">Prev</a>
12        <a href="" class="slideshow-next">Next</a>
13        <div class="frame">
14            <ul>
15                <li class="item carousel-home">
16                    <div class="content-left col-9">
17                        <a href="/about/versions/jelly-bean.html"><img src="/images/home/android-jellybean.png" ></a>
18                    </div>
19                    <div class="content-right col-6">
20                    <h1>Jelly Bean now available!</h1>
21                    <p>Android 4.1 (Jelly Bean) builds on what's great about Android
22                      with improvements to performance and user experience.</p>
23                    <p>New APIs are also available that allow you to build richer and more
24                      interactive notifications, transfer larger
25                    payloads through NFC, discover services over Wi-Fi, and much more.</p>
26                    <p><a href="/about/versions/jelly-bean.html" class="button">More
27                        about Jelly Bean</a></p>
28                    </div>
29                </li>
30                <li class="item carousel-home">
31                    <div class="content-left col-10">
32                        <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
33                    </div>
34                    <div class="content-right col-5">
35                    <h1>Make your Android apps<br>look great</h1>
36                    <p>New templates in the design guide make it easier than ever to design apps
37that are beautiful and easy to use.</p>
38                    <p><a href="/design/index.html" class="button">Learn More</a></p>
39                    </div>
40                </li>
41                <li class="item carousel-home">
42                        <div class="content-left col-10">
43                        <img src="/images/home/google-io.png">
44                        </div>
45                        <div class="content-right col-5">
46                        <h1>Watch Android at <br/>Google I/O!</h1>
47                        <p>See the keynote and more than 40 Android developer sessions streamed live from Moscone Center in San Francisco.</p>
48                        <p>Begins June 27, 9AM PDT (UTC-7).</p>
49                        <p><a href="https://developers.google.com/events/io/sessions#android"
50class="button">See the Android Sessions</a></p>
51                        </div>
52                </li>
53                <li class="item carousel-home">
54                        <div class="content-left col-10">
55                            <img src="/images/home/google-play.png"
56                                  style="margin-top:50px">
57                        </div>
58                        <div class="content-right col-5">
59                        <h1>Publish your apps<br>in Google Play</h1>
60                        <p>The most visited store in the world for Android apps. Cloud-connected and always synced, it's never been easier for users to find and download your apps.</p>
61
62                        <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
63                        </div>
64                </li>
65            </ul>
66        </div>
67    </div>
68    <!-- /End slideshow -->
69
70
71
72</div>
73<div class="wrap" style="padding-bottom:20px">
74    <!-- Section links -->
75    <div class="home-sections">
76        <ul>
77            <li><a href="{@docRoot}about/index.html">About Android</a></li>
78            <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
79            <li><a href="http://source.android.com">Open Source</a></li>
80            <li><a href="{@docRoot}support.html">Support</a></li>
81            <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
82        </ul>
83    </div>
84    <!-- /Section links -->
85</div>
86
87