blob: af271ee793490fd377324025af830f930f183619 [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 Main248573b2013-05-29 12:27:09 -070016 <div class="content-left col-11" style="padding-top:10px;">
17 <a href="{@docRoot}channels/io2013.html">
18 <img src="{@docRoot}images/home/io-videos-2013.png" style="margin:60px 0 0;
19 box-shadow: 3px 10px 18px 1px #999;">
20 </a>
Scott Maind51eeba2013-02-25 10:19:11 -080021 </div>
Scott Main248573b2013-05-29 12:27:09 -070022 <div class="content-right col-4">
Scott Main99947692013-05-20 11:54:36 -070023 <h1>Watch the Android talks from Google I/O</h1>
24 <p>If you weren't able to attend Google I/O in person or couldn't make it
25 to all the talks, you can catch up on the action
26 with all the recordings, brought to you by
Scott Maina196e342013-05-07 14:15:42 -070027 <a href="http://developers.google.com/live">Google Developers Live</a>.</p>
Scott Main248573b2013-05-29 12:27:09 -070028 <p><a href="{@docRoot}channels/io2013.html" class="button"
Scott Main99947692013-05-20 11:54:36 -070029 >See the Android talks</a></p>
Scott Maind51eeba2013-02-25 10:19:11 -080030 </div>
31 </li>
Scott Main248573b2013-05-29 12:27:09 -070032
33
34
Scott Maind51eeba2013-02-25 10:19:11 -080035 <li class="item carousel-home">
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080036 <div class="content-left col-11" style="padding-top:65px;">
37 <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
38 <div style="box-shadow: 3px 10px 18px 1px #999;width:600px;height:338px">
39 <div id="ytapiplayer">
40 You need Flash player 8+ and JavaScript enabled to view this video.
41 </div>
42 <script type="text/javascript">
43 var params = { allowScriptAccess: "always" };
44 var atts = { id: "ytapiplayer" };
Dirk Dougherty35592bd62013-06-03 18:39:52 -070045 swfobject.embedSWF("//www.youtube.com/v/O8i4HUw7JYA?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 -080046 "ytapiplayer", "600", "338", "8", null, null, params, atts);
47
48 // Callback used to pause/resume carousel based on video state
49 function onytplayerStateChange(newState) {
50 var isPaused = $("#pauseButton").hasClass("paused");
51 if ((newState == 1) || (newState == 3)) {
52 // if playing or buffering, pause the carousel
53 if (!isPaused) {
54 $("#pauseButton").click();
55 }
56 } else {
57 // otherwise, make sure carousel is running
58 if (isPaused) {
59 $("#pauseButton").click();
60 }
61 }
62 }
63
64 // Callback received when YouTube player loads to setup callback (above)
65 function onYouTubePlayerReady(playerId) {
66 var ytplayer = document.getElementById("ytapiplayer");
67 ytplayer.addEventListener("onStateChange", "onytplayerStateChange");
68 }
69
70 </script>
71 </div>
72 </div>
73 <div class="content-right col-4">
Dirk Dougherty35592bd62013-06-03 18:39:52 -070074 <h1 style="white-space:nowrap;line-height:1.2em;">Developer Story: <br />redBus.in</h1>
75 <p>Bangalore-based developers redBus.in talk about how Android is helping them deliver a superior booking and travel experience to millions of daily bus riders in India.</p>
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080076 </div>
77 </li>
78 <li class="item carousel-home">
Scott Main32c1c5c2012-06-22 21:21:35 -070079 <div class="content-left col-9">
Scott Main88eee992012-01-03 12:06:03 -080080 <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
Scott Main32c1c5c2012-06-22 21:21:35 -070081 </div>
82 <div class="content-right col-6">
Dirk Dougherty64b12112012-11-13 06:50:09 -080083 <h1>Android 4.2 Jelly Bean!</h1>
84 <p>The latest version of Jelly Bean is here, with performance optimizations, a refreshed UI, and great new features for developers. </p>
85 <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 -080086 <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p>
Scott Main32c1c5c2012-06-22 21:21:35 -070087 </div>
88 </li>
89 <li class="item carousel-home">
Scott Main50e990c2012-06-21 17:14:39 -070090 <div class="content-left col-10">
91 <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
92 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -070093 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -070094 <h1>Make your Android apps<br>look great</h1>
95 <p>New templates in the design guide make it easier than ever to design apps
96that are beautiful and easy to use.</p>
Scott Main88eee992012-01-03 12:06:03 -080097 <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -070098 </div>
99 </li>
100 <li class="item carousel-home">
101 <div class="content-left col-10">
Scott Main88eee992012-01-03 12:06:03 -0800102 <img src="{@docRoot}images/home/google-play.png"
Scott Main50e990c2012-06-21 17:14:39 -0700103 style="margin-top:50px">
104 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -0700105 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -0700106 <h1>Publish your apps<br>in Google Play</h1>
107 <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 -0800108
Scott Main32c1c5c2012-06-22 21:21:35 -0700109 <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -0700110 </div>
111 </li>
112 </ul>
113 </div>
114 </div>
115 <!-- /End slideshow -->
Scott Mainb1560f22012-01-26 16:14:29 -0800116
Dirk Dougherty20d47ca2013-01-14 17:42:30 -0800117 <a href="" id="pauseButton" style="display:none">pause</a>
118
Scott Main50e990c2012-06-21 17:14:39 -0700119
Scott Main50e990c2012-06-21 17:14:39 -0700120</div>
121<div class="wrap" style="padding-bottom:20px">
122 <!-- Section links -->
123 <div class="home-sections">
124 <ul>
125 <li><a href="{@docRoot}about/index.html">About Android</a></li>
126 <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
127 <li><a href="http://source.android.com">Open Source</a></li>
128 <li><a href="{@docRoot}support.html">Support</a></li>
129 <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
130 </ul>
131 </div>
132 <!-- /Section links -->
133</div>