blob: e91b68cb7a32c3c9f4270f2ee8bde80f644075a3 [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001fullpage=true
2no_footer_links=true
3carousel=true
Scott Main633de7b2012-02-01 14:49:32 -08004page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08005@jd:body
6
7
Scott Main50e990c2012-06-21 17:14:39 -07008<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">
Scott Main32c1c5c2012-06-22 21:21:35 -070016 <div class="content-left col-9">
Scott Main88eee992012-01-03 12:06:03 -080017 <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
Scott Main32c1c5c2012-06-22 21:21:35 -070018 </div>
19 <div class="content-right col-6">
Dirk Dougherty64b12112012-11-13 06:50:09 -080020 <h1>Android 4.2 Jelly Bean!</h1>
21 <p>The latest version of Jelly Bean is here, with performance optimizations, a refreshed UI, and great new features for developers. </p>
22 <p>Android 4.2 includes APIs for developing lock sceen widgets and Daydream screensavers, using external displays, creating RTL layouts, building flexible UI with nested Fragments, and much more.</p>
Scott Main9748abb2012-11-29 14:28:44 -080023 <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p>
Scott Main32c1c5c2012-06-22 21:21:35 -070024 </div>
25 </li>
26 <li class="item carousel-home">
Scott Main50e990c2012-06-21 17:14:39 -070027 <div class="content-left col-10">
28 <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
29 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -070030 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -070031 <h1>Make your Android apps<br>look great</h1>
32 <p>New templates in the design guide make it easier than ever to design apps
33that are beautiful and easy to use.</p>
Scott Main88eee992012-01-03 12:06:03 -080034 <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -070035 </div>
36 </li>
37 <li class="item carousel-home">
38 <div class="content-left col-10">
Scott Main88eee992012-01-03 12:06:03 -080039 <img src="{@docRoot}images/home/google-io.png">
Scott Maina8d035c2009-07-21 10:52:10 -070040 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -070041 <div class="content-right col-5">
Scott Mainb949d412012-07-19 11:23:01 -070042 <h1>Android videos<br/> from Google I/O!</h1>
43 <p>If you couldn't make it to Google I/O this year or want to review some of the material,
44 all of the Android sessions are now available for viewing online.</p>
45 <p><a href="http://www.youtube.com/playlist?list=PL4C6BCDE45E05F49E&feature=plcp"
46class="button">Watch the Android sessions</a></p>
Scott Main50e990c2012-06-21 17:14:39 -070047 </div>
48 </li>
49 <li class="item carousel-home">
50 <div class="content-left col-10">
Scott Main88eee992012-01-03 12:06:03 -080051 <img src="{@docRoot}images/home/google-play.png"
Scott Main50e990c2012-06-21 17:14:39 -070052 style="margin-top:50px">
53 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -070054 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -070055 <h1>Publish your apps<br>in Google Play</h1>
56 <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>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080057
Scott Main32c1c5c2012-06-22 21:21:35 -070058 <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -070059 </div>
60 </li>
61 </ul>
62 </div>
63 </div>
64 <!-- /End slideshow -->
Scott Mainb1560f22012-01-26 16:14:29 -080065
Scott Main50e990c2012-06-21 17:14:39 -070066
Scott Main50e990c2012-06-21 17:14:39 -070067</div>
68<div class="wrap" style="padding-bottom:20px">
69 <!-- Section links -->
70 <div class="home-sections">
71 <ul>
72 <li><a href="{@docRoot}about/index.html">About Android</a></li>
73 <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
74 <li><a href="http://source.android.com">Open Source</a></li>
75 <li><a href="{@docRoot}support.html">Support</a></li>
76 <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
77 </ul>
78 </div>
79 <!-- /Section links -->
80</div>