blob: 4a6902eda783d9de788ca5882e4de9b67b338629 [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.
Scott Main9bcea322013-09-20 09:10:08 -07005page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" />
6
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08007@jd:body
8
9
Scott Main50e990c2012-06-21 17:14:39 -070010<div class="wrap">
11 <!-- Slideshow -->
12 <div class="slideshow-container slideshow-home col-16">
13 <a href="" class="slideshow-prev">Prev</a>
14 <a href="" class="slideshow-next">Next</a>
15 <div class="frame">
16 <ul>
Dirk Dougherty0acf9462013-07-17 18:00:35 -070017
Scott Main50e990c2012-06-21 17:14:39 -070018 <li class="item carousel-home">
Scott Main86c9d472013-06-21 20:39:41 -070019 <div class="content-left col-9">
20 <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
21 </div>
22 <div class="content-right col-6">
Dirk Dougherty3ab04702013-07-07 14:10:16 -070023 <h1>A Sweeter Jelly Bean!</h1>
Scott Main86c9d472013-06-21 20:39:41 -070024 <p>Android 4.3 is now available with a variety of performance improvements
Dirk Dougherty3ab04702013-07-07 14:10:16 -070025 and new features. </p>
26 <p>For developers, the new platform adds support for <span style="white-space:nowrap;">OpenGL ES 3.0</span>,
27 connectivity with Bluetooth Smart devices and sensors, support for restricted profiles, a modular DRM framework,
28 new profiling tools, and more.</p>
Scott Main86c9d472013-06-21 20:39:41 -070029 <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p>
30 </div>
31 </li>
Scott Main248573b2013-05-29 12:27:09 -070032
33
Scott Maind51eeba2013-02-25 10:19:11 -080034 <li class="item carousel-home">
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080035 <div class="content-left col-11" style="padding-top:65px;">
36 <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
Dirk Doughertyc7e4be82013-07-17 18:00:35 -070037 <div style="box-shadow: 3px 10px 18px 1px #999;width:600px;height:336px">
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080038 <div id="ytapiplayer">
Dirk Doughertyc7e4be82013-07-17 18:00:35 -070039 <a href="http://www.youtube.com/watch?v=CbpoZeQCNe4"><img width=600 src="{@docRoot}images/video-Colopl.png"></a><!--You need Flash player 8+ and JavaScript enabled to view this video. -->
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080040 </div>
41 <script type="text/javascript">
42 var params = { allowScriptAccess: "always" };
43 var atts = { id: "ytapiplayer" };
Dirk Doughertyc7e4be82013-07-17 18:00:35 -070044 swfobject.embedSWF("//www.youtube.com/v/CbpoZeQCNe4?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1",
45 "ytapiplayer", "600", "336", "8", null, null, params, atts);
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080046
47 // Callback used to pause/resume carousel based on video state
Dirk Dougherty0acf9462013-07-17 18:00:35 -070048 function onytplayerStateChange(newState) {
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080049 var isPaused = $("#pauseButton").hasClass("paused");
50 if ((newState == 1) || (newState == 3)) {
51 // if playing or buffering, pause the carousel
52 if (!isPaused) {
53 $("#pauseButton").click();
54 }
55 } else {
56 // otherwise, make sure carousel is running
57 if (isPaused) {
58 $("#pauseButton").click();
59 }
60 }
61 }
62
63 // Callback received when YouTube player loads to setup callback (above)
64 function onYouTubePlayerReady(playerId) {
65 var ytplayer = document.getElementById("ytapiplayer");
66 ytplayer.addEventListener("onStateChange", "onytplayerStateChange");
67 }
68
69 </script>
70 </div>
71 </div>
72 <div class="content-right col-4">
Dirk Dougherty0acf9462013-07-17 18:00:35 -070073 <h1 style="white-space:nowrap;line-height:1.2em;">Developer Story: <br />Colopl</h1>
74 <p>The creators of Kuma The Bear, Japan-based Colopl, talk about how Google Play and Android allowed them to grow their business to become one of the most profitable games publishers in APAC to date. </p>
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080075 </div>
76 </li>
Dirk Doughertyc7e4be82013-07-17 18:00:35 -070077
Dirk Dougherty0acf9462013-07-17 18:00:35 -070078
Dirk Doughertyc7e4be82013-07-17 18:00:35 -070079 <li class="item carousel-home">
80 <div class="content-left col-11" style="padding-top:10px;">
81 <a href="{@docRoot}channels/io2013.html">
82 <img src="{@docRoot}images/home/io-videos-2013.png" style="margin:60px 0 0;
83 box-shadow: 3px 10px 18px 1px #999;">
84 </a>
85 </div>
86 <div class="content-right col-4">
87 <h1>Watch the Android talks from Google I/O</h1>
88 <p>If you weren't able to attend Google I/O in person or couldn't make it
89 to all the talks, you can catch up on the action
90 with all the recordings, brought to you by
91 <a href="http://developers.google.com/live">Google Developers Live</a>.</p>
92 <p><a href="{@docRoot}channels/io2013.html" class="button"
93 >See the Android talks</a></p>
94 </div>
95 </li>
96
97
Dirk Dougherty20d47ca2013-01-14 17:42:30 -080098 <li class="item carousel-home">
Scott Main50e990c2012-06-21 17:14:39 -070099 <div class="content-left col-10">
100 <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
101 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -0700102 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -0700103 <h1>Make your Android apps<br>look great</h1>
104 <p>New templates in the design guide make it easier than ever to design apps
105that are beautiful and easy to use.</p>
Scott Main88eee992012-01-03 12:06:03 -0800106 <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
Scott Main50e990c2012-06-21 17:14:39 -0700107 </div>
108 </li>
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700109
110
Scott Main50e990c2012-06-21 17:14:39 -0700111 <li class="item carousel-home">
112 <div class="content-left col-10">
Scott Main88eee992012-01-03 12:06:03 -0800113 <img src="{@docRoot}images/home/google-play.png"
Scott Main50e990c2012-06-21 17:14:39 -0700114 style="margin-top:50px">
115 </div>
Scott Main32c1c5c2012-06-22 21:21:35 -0700116 <div class="content-right col-5">
Scott Main50e990c2012-06-21 17:14:39 -0700117 <h1>Publish your apps<br>in Google Play</h1>
118 <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 -0800119
Scott Main32c1c5c2012-06-22 21:21:35 -0700120 <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700121 </div>
Scott Main50e990c2012-06-21 17:14:39 -0700122 </li>
123 </ul>
124 </div>
125 </div>
126 <!-- /End slideshow -->
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700127
Dirk Dougherty20d47ca2013-01-14 17:42:30 -0800128 <a href="" id="pauseButton" style="display:none">pause</a>
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700129
130
Scott Main50e990c2012-06-21 17:14:39 -0700131</div>
132<div class="wrap" style="padding-bottom:20px">
133 <!-- Section links -->
134 <div class="home-sections">
135 <ul>
136 <li><a href="{@docRoot}about/index.html">About Android</a></li>
137 <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
138 <li><a href="http://source.android.com">Open Source</a></li>
139 <li><a href="{@docRoot}support.html">Support</a></li>
140 <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
141 </ul>
142 </div>
143 <!-- /Section links -->
Dirk Dougherty0acf9462013-07-17 18:00:35 -0700144</div>