blob: ec0469c51de57320ab88f3b372ce5d4f44227e48 [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 Maind51eeba2013-02-25 10:19:11 -080016 <div class="content-left col-10">
17 <img src="{@docRoot}images/home/io-logo-2013.png" style="margin:40px 0 0">
18 </div>
19 <div class="content-right col-5">
20 <h1>Google I/O 2013</h1>
21 <p>Android will be at Google I/O on May 15-17, 2013, with sessions covering a variety of topics
Scott Maind0d8f8a2013-03-13 17:15:01 -070022 such as design, performance, and how to extend your app with the latest Android features.</p>
Scott Maind51eeba2013-02-25 10:19:11 -080023 <p>For more information about event details and planned sessions,
24 stay tuned to <a
25 href="http://google.com/+GoogleDevelopers">+Google Developers</a>.</p>
Scott Maind0d8f8a2013-03-13 17:15:01 -070026 <p><a href="https://developers.google.com/events/io/" class="button">Learn more</a></p>
Scott Maind51eeba2013-02-25 10:19:11 -080027 </div>
28 </li>
29 <li class="item carousel-home">
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080030 <div class="content-left col-11" style="padding-top:65px;">
31 <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
32 <div style="box-shadow: 3px 10px 18px 1px #999;width:600px;height:338px">
33 <div id="ytapiplayer">
34 You need Flash player 8+ and JavaScript enabled to view this video.
35 </div>
36 <script type="text/javascript">
37 var params = { allowScriptAccess: "always" };
38 var atts = { id: "ytapiplayer" };
Dirk Dougherty41665132013-01-15 19:57:25 -080039 swfobject.embedSWF("//www.youtube.com/v/RRelFvc6Czo?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1",
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080040 "ytapiplayer", "600", "338", "8", null, null, params, atts);
41
42 // Callback used to pause/resume carousel based on video state
43 function onytplayerStateChange(newState) {
44 var isPaused = $("#pauseButton").hasClass("paused");
45 if ((newState == 1) || (newState == 3)) {
46 // if playing or buffering, pause the carousel
47 if (!isPaused) {
48 $("#pauseButton").click();
49 }
50 } else {
51 // otherwise, make sure carousel is running
52 if (isPaused) {
53 $("#pauseButton").click();
54 }
55 }
56 }
57
58 // Callback received when YouTube player loads to setup callback (above)
59 function onYouTubePlayerReady(playerId) {
60 var ytplayer = document.getElementById("ytapiplayer");
61 ytplayer.addEventListener("onStateChange", "onytplayerStateChange");
62 }
63
64 </script>
65 </div>
66 </div>
67 <div class="content-right col-4">
68 <h1 style="white-space:nowrap;line-height:1em;">Developer Story: Smule</h1>
69 <p>The creators of AutoRap, Magic Piano, and Songify talk about launching on
70 Android and the explosive global growth theyve seen on Google Play.</p>
71 </div>
72 </li>
73 <li class="item carousel-home">
Scott Main32c1c5c2012-06-22 21:21:35 -070074 <div class="content-left col-9">
Scott Main88eee992012-01-03 12:06:03 -080075 <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
Scott Main32c1c5c2012-06-22 21:21:35 -070076 </div>
77 <div class="content-right col-6">
Dirk Dougherty64b12112012-11-13 06:50:09 -080078 <h1>Android 4.2 Jelly Bean!</h1>
79 <p>The latest version of Jelly Bean is here, with performance optimizations, a refreshed UI, and great new features for developers. </p>
80 <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 -080081 <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p>
Scott Main32c1c5c2012-06-22 21:21:35 -070082 </div>
83 </li>
84 <li class="item carousel-home">
Scott Main50e990c2012-06-21 17:14:39 -070085 <div class="content-left col-10">
86 <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
87 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -070088 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -070089 <h1>Make your Android apps<br>look great</h1>
90 <p>New templates in the design guide make it easier than ever to design apps
91that are beautiful and easy to use.</p>
Scott Main88eee992012-01-03 12:06:03 -080092 <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -070093 </div>
94 </li>
95 <li class="item carousel-home">
96 <div class="content-left col-10">
Scott Main88eee992012-01-03 12:06:03 -080097 <img src="{@docRoot}images/home/google-play.png"
Scott Main50e990c2012-06-21 17:14:39 -070098 style="margin-top:50px">
99 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -0700100 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -0700101 <h1>Publish your apps<br>in Google Play</h1>
102 <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 -0800103
Scott Main32c1c5c2012-06-22 21:21:35 -0700104 <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -0700105 </div>
106 </li>
107 </ul>
108 </div>
109 </div>
110 <!-- /End slideshow -->
Scott Mainb1560f22012-01-26 16:14:29 -0800111
Dirk Dougherty20d47ca2013-01-14 17:42:30 -0800112 <a href="" id="pauseButton" style="display:none">pause</a>
113
Scott Main50e990c2012-06-21 17:14:39 -0700114
Scott Main50e990c2012-06-21 17:14:39 -0700115</div>
116<div class="wrap" style="padding-bottom:20px">
117 <!-- Section links -->
118 <div class="home-sections">
119 <ul>
120 <li><a href="{@docRoot}about/index.html">About Android</a></li>
121 <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
122 <li><a href="http://source.android.com">Open Source</a></li>
123 <li><a href="{@docRoot}support.html">Support</a></li>
124 <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
125 </ul>
126 </div>
127 <!-- /Section links -->
128</div>