Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | fullpage=true |
| 2 | no_footer_links=true |
| 3 | carousel=true |
Scott Main | 633de7b | 2012-02-01 14:49:32 -0800 | [diff] [blame] | 4 | page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. |
Scott Main | 9bcea32 | 2013-09-20 09:10:08 -0700 | [diff] [blame] | 5 | page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3f61-WpRguHq-aNjtF7xJjMTSi79as" /> |
| 6 | |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 7 | @jd:body |
| 8 | |
| 9 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 10 | <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 Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 17 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 18 | <li class="item carousel-home"> |
Scott Main | 86c9d47 | 2013-06-21 20:39:41 -0700 | [diff] [blame] | 19 | <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 Dougherty | 3ab0470 | 2013-07-07 14:10:16 -0700 | [diff] [blame] | 23 | <h1>A Sweeter Jelly Bean!</h1> |
Scott Main | 86c9d47 | 2013-06-21 20:39:41 -0700 | [diff] [blame] | 24 | <p>Android 4.3 is now available with a variety of performance improvements |
Dirk Dougherty | 3ab0470 | 2013-07-07 14:10:16 -0700 | [diff] [blame] | 25 | 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 Main | 86c9d47 | 2013-06-21 20:39:41 -0700 | [diff] [blame] | 29 | <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p> |
| 30 | </div> |
| 31 | </li> |
Scott Main | 248573b | 2013-05-29 12:27:09 -0700 | [diff] [blame] | 32 | |
| 33 | |
Scott Main | d51eeba | 2013-02-25 10:19:11 -0800 | [diff] [blame] | 34 | <li class="item carousel-home"> |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 35 | <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 Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 37 | <div style="box-shadow: 3px 10px 18px 1px #999;width:600px;height:336px"> |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 38 | <div id="ytapiplayer"> |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 39 | <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 Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 40 | </div> |
| 41 | <script type="text/javascript"> |
| 42 | var params = { allowScriptAccess: "always" }; |
| 43 | var atts = { id: "ytapiplayer" }; |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 44 | 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 Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 46 | |
| 47 | // Callback used to pause/resume carousel based on video state |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 48 | function onytplayerStateChange(newState) { |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 49 | 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 Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 73 | <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 Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 75 | </div> |
| 76 | </li> |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 77 | |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 78 | |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 79 | <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 Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 98 | <li class="item carousel-home"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 99 | <div class="content-left col-10"> |
| 100 | <img src="{@docRoot}images/home/design.png" style="margin-top:30px"> |
| 101 | </div> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 102 | <div class="content-right col-5"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 103 | <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 |
| 105 | that are beautiful and easy to use.</p> |
Scott Main | 88eee99 | 2012-01-03 12:06:03 -0800 | [diff] [blame] | 106 | <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 107 | </div> |
| 108 | </li> |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 109 | |
| 110 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 111 | <li class="item carousel-home"> |
| 112 | <div class="content-left col-10"> |
Scott Main | 88eee99 | 2012-01-03 12:06:03 -0800 | [diff] [blame] | 113 | <img src="{@docRoot}images/home/google-play.png" |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 114 | style="margin-top:50px"> |
| 115 | </div> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 116 | <div class="content-right col-5"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 117 | <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 Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 119 | |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 120 | <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p> |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 121 | </div> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 122 | </li> |
| 123 | </ul> |
| 124 | </div> |
| 125 | </div> |
| 126 | <!-- /End slideshow --> |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 127 | |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 128 | <a href="" id="pauseButton" style="display:none">pause</a> |
Dirk Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 129 | |
| 130 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 131 | </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 Dougherty | 0acf946 | 2013-07-17 18:00:35 -0700 | [diff] [blame] | 144 | </div> |