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. |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 5 | @jd:body |
Scott Main | da31f2e | 2012-12-04 18:23:09 -0800 | [diff] [blame] | 6 | <div id="butterbar-wrapper" > |
| 7 | <div id="butterbar" > |
| 8 | <div id="butterbar-message"> |
| 9 | <a target="_blank" href="https://docs.google.com/a/google.com/forms/d/1EHLPGqhbxj2HungHRRN4_0K9TGpc-Izy-u46vBDgS8Q/viewform"> |
| 10 | Take the Android Developer Survey</a> |
| 11 | </div> |
| 12 | </div> |
| 13 | </div> |
The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 14 | |
| 15 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 16 | <div class="wrap"> |
| 17 | <!-- Slideshow --> |
| 18 | <div class="slideshow-container slideshow-home col-16"> |
| 19 | <a href="" class="slideshow-prev">Prev</a> |
| 20 | <a href="" class="slideshow-next">Next</a> |
| 21 | <div class="frame"> |
| 22 | <ul> |
Scott Main | 248573b | 2013-05-29 12:27:09 -0700 | [diff] [blame] | 23 | |
Scott Main | d51eeba | 2013-02-25 10:19:11 -0800 | [diff] [blame] | 24 | <li class="item carousel-home"> |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 25 | <div class="content-left col-11" style="padding-top:65px;"> |
| 26 | <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^] | 27 | <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] | 28 | <div id="ytapiplayer"> |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame^] | 29 | <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] | 30 | </div> |
| 31 | <script type="text/javascript"> |
| 32 | var params = { allowScriptAccess: "always" }; |
| 33 | var atts = { id: "ytapiplayer" }; |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame^] | 34 | 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", |
| 35 | "ytapiplayer", "600", "336", "8", null, null, params, atts); |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 36 | |
| 37 | // Callback used to pause/resume carousel based on video state |
| 38 | function onytplayerStateChange(newState) { |
| 39 | var isPaused = $("#pauseButton").hasClass("paused"); |
| 40 | if ((newState == 1) || (newState == 3)) { |
| 41 | // if playing or buffering, pause the carousel |
| 42 | if (!isPaused) { |
| 43 | $("#pauseButton").click(); |
| 44 | } |
| 45 | } else { |
| 46 | // otherwise, make sure carousel is running |
| 47 | if (isPaused) { |
| 48 | $("#pauseButton").click(); |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | // Callback received when YouTube player loads to setup callback (above) |
| 54 | function onYouTubePlayerReady(playerId) { |
| 55 | var ytplayer = document.getElementById("ytapiplayer"); |
| 56 | ytplayer.addEventListener("onStateChange", "onytplayerStateChange"); |
| 57 | } |
| 58 | |
| 59 | </script> |
| 60 | </div> |
| 61 | </div> |
| 62 | <div class="content-right col-4"> |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame^] | 63 | <h1 style="white-space:nowrap;line-height:1.2em;">Developer Story: <br />Colopl</h1> |
| 64 | <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] | 65 | </div> |
| 66 | </li> |
Dirk Dougherty | c7e4be8 | 2013-07-17 18:00:35 -0700 | [diff] [blame^] | 67 | |
| 68 | <li class="item carousel-home"> |
| 69 | <div class="content-left col-11" style="padding-top:10px;"> |
| 70 | <a href="{@docRoot}channels/io2013.html"> |
| 71 | <img src="{@docRoot}images/home/io-videos-2013.png" style="margin:60px 0 0; |
| 72 | box-shadow: 3px 10px 18px 1px #999;"> |
| 73 | </a> |
| 74 | </div> |
| 75 | <div class="content-right col-4"> |
| 76 | <h1>Watch the Android talks from Google I/O</h1> |
| 77 | <p>If you weren't able to attend Google I/O in person or couldn't make it |
| 78 | to all the talks, you can catch up on the action |
| 79 | with all the recordings, brought to you by |
| 80 | <a href="http://developers.google.com/live">Google Developers Live</a>.</p> |
| 81 | <p><a href="{@docRoot}channels/io2013.html" class="button" |
| 82 | >See the Android talks</a></p> |
| 83 | </div> |
| 84 | </li> |
| 85 | |
| 86 | |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 87 | <li class="item carousel-home"> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 88 | <div class="content-left col-9"> |
Scott Main | 88eee99 | 2012-01-03 12:06:03 -0800 | [diff] [blame] | 89 | <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 90 | </div> |
| 91 | <div class="content-right col-6"> |
Dirk Dougherty | 64b1211 | 2012-11-13 06:50:09 -0800 | [diff] [blame] | 92 | <h1>Android 4.2 Jelly Bean!</h1> |
| 93 | <p>The latest version of Jelly Bean is here, with performance optimizations, a refreshed UI, and great new features for developers. </p> |
| 94 | <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 Main | 9748abb | 2012-11-29 14:28:44 -0800 | [diff] [blame] | 95 | <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 96 | </div> |
| 97 | </li> |
| 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> |
| 109 | <li class="item carousel-home"> |
| 110 | <div class="content-left col-10"> |
Scott Main | 88eee99 | 2012-01-03 12:06:03 -0800 | [diff] [blame] | 111 | <img src="{@docRoot}images/home/google-play.png" |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 112 | style="margin-top:50px"> |
| 113 | </div> |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 114 | <div class="content-right col-5"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 115 | <h1>Publish your apps<br>in Google Play</h1> |
| 116 | <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] | 117 | |
Scott Main | 32c1c5c | 2012-06-22 21:21:35 -0700 | [diff] [blame] | 118 | <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 119 | </div> |
| 120 | </li> |
| 121 | </ul> |
| 122 | </div> |
| 123 | </div> |
| 124 | <!-- /End slideshow --> |
Scott Main | b1560f2 | 2012-01-26 16:14:29 -0800 | [diff] [blame] | 125 | |
Dirk Dougherty | 20d47ca | 2013-01-14 17:42:30 -0800 | [diff] [blame] | 126 | <a href="" id="pauseButton" style="display:none">pause</a> |
| 127 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 128 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 129 | </div> |
| 130 | <div class="wrap" style="padding-bottom:20px"> |
| 131 | <!-- Section links --> |
| 132 | <div class="home-sections"> |
| 133 | <ul> |
| 134 | <li><a href="{@docRoot}about/index.html">About Android</a></li> |
| 135 | <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li> |
| 136 | <li><a href="http://source.android.com">Open Source</a></li> |
| 137 | <li><a href="{@docRoot}support.html">Support</a></li> |
| 138 | <li class="last"><a href="{@docRoot}legal.html">Legal</a></li> |
| 139 | </ul> |
| 140 | </div> |
| 141 | <!-- /Section links --> |
| 142 | </div> |