Scott Main | 039d441 | 2014-03-26 19:16:27 -0700 | [diff] [blame] | 1 | page.title=Android Wear |
Scott Main | bbaf11f | 2014-03-27 13:01:56 -0700 | [diff] [blame] | 2 | page.viewport_width=970 |
Scott Main | 039d441 | 2014-03-26 19:16:27 -0700 | [diff] [blame] | 3 | fullpage=true |
| 4 | no_footer_links=true |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 5 | |
Scott Main | 039d441 | 2014-03-26 19:16:27 -0700 | [diff] [blame] | 6 | @jd:body |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 7 | |
Scott Main | 039d441 | 2014-03-26 19:16:27 -0700 | [diff] [blame] | 8 | <style> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 9 | .fullpage>#footer, |
| 10 | #jd-content>.content-footer.wrap { |
| 11 | display:none; |
| 12 | } |
| 13 | </style> |
| 14 | |
| 15 | |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 16 | <div id="video-container"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 17 | <div id="video-frame"> |
| 18 | <div class="video-close"> |
| 19 | <span id="icon-video-close"> </span> |
| 20 | </div> |
| 21 | <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> |
| 22 | <div id="ytapiplayer"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 23 | <a href="http://www.youtube.com/watch?v=0xQ3y902DEQ"><img width="940" src="https://i1.ytimg.com/vi/0xQ3y902DEQ/maxresdefault.jpg"></a><!--You need Flash player 8+ and JavaScript enabled to view this video. --> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 24 | </div> |
| 25 | </div> |
| 26 | </div> |
| 27 | |
| 28 | |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 29 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 30 | <div class="landing-body-content"> |
| 31 | <div class="landing-hero-container"> |
| 32 | <div class="landing-section wear-hero"> |
| 33 | <div class="landing-hero-scrim"></div> |
| 34 | <div class="landing-hero-wrap"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 35 | <div class="vertical-center-outer"> |
| 36 | <div class="vertical-center-inner"> |
| 37 | |
| 38 | <div class="col-10"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 39 | <div class="landing-section-header"> |
| 40 | <div class="landing-h1 hero">Android Wear</div> |
| 41 | <div class="landing-subhead hero">Information that moves with you</div> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 42 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 43 | <div class="landing-hero-description"> |
| 44 | <p> |
| 45 | Useful information when you need it most.<br /> |
| 46 | Intelligent answers to spoken questions.<br /> |
| 47 | Tools to help reach fitness goals.<br /> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 48 | Your key to a multiscreen world.</p> |
| 49 | </div> |
| 50 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 51 | <div class="landing-body"> |
| 52 | <a href="/training/wearables/index.html" class="landing-button landing-primary" style="margin-top: 40px;"> |
| 53 | Get Started |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 54 | </a> |
| 55 | <script> |
| 56 | $("#watchVideo").on("click", function(e) { |
| 57 | $("#video-container").fadeIn(400, function(){$("#video-frame").show()}); |
| 58 | |
| 59 | var params = { allowScriptAccess: "always"}; |
| 60 | var atts = { id: "ytapiplayer" }; |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 61 | swfobject.embedSWF("//www.youtube.com/v/0xQ3y902DEQ?enablejsapi=1&playerapiid=ytplayer&version=3&HD=1;rel=0;showinfo=0;modestbranding;origin=developer.android.com;autohide=1;autoplay=1", |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 62 | "ytapiplayer", "940", "526.4", "8", null, null, params, atts); |
| 63 | |
| 64 | e.preventDefault(); |
| 65 | }); |
| 66 | $("#icon-video-close").on("click", function() { |
| 67 | ytplayer = document.getElementById("ytapiplayer"); |
Scott Main | 52f449f | 2014-03-24 23:23:22 -0700 | [diff] [blame] | 68 | try { |
| 69 | ytplayer.stopVideo(); |
| 70 | $(ytplayer).hide(); |
| 71 | $("#video-container").fadeOut(400); |
| 72 | } catch(e) { |
| 73 | console.log('Video not available'); |
| 74 | $("#video-container").fadeOut(400); |
| 75 | } |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 76 | }); |
| 77 | </script> |
| 78 | </div> |
| 79 | </div> |
| 80 | |
| 81 | </div> |
| 82 | </div> |
| 83 | </div> <!-- end .wrap --> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 84 | <div class="landing-scroll-down-affordance"> |
| 85 | <a class="landing-down-arrow" href="#extending-android-to-wearables"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 86 | <img src="/wear/images/carrot.png" alt="Scroll down to read more"> |
| 87 | </a> |
| 88 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 89 | </div> <!-- end .landing-section .landing-hero --> |
| 90 | </div> <!-- end .landing-hero-container --> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 91 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 92 | <div class="landing-rest-of-page"> |
| 93 | <div class="landing-section" id="extending-android-to-wearables"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 94 | <div class="wrap"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 95 | <div class="landing-section-header"> |
| 96 | <div class="landing-h1">Extending Android to Wearables</div> |
| 97 | <div class="landing-subhead"> |
| 98 | Android Wear extends the Android platform to a new generation of devices, <br> |
| 99 | with a user experience that's designed specifically for wearables. |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 100 | </div> |
| 101 | </div> |
| 102 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 103 | <div class="landing-body"> |
| 104 | <div class="landing-breakout cols"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 105 | <div class="col-3-wide"> |
| 106 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 107 | <div class="landing-inset-video-container"> |
| 108 | <img class="landing-bezel-only" src="/wear/images/screens/bezel.png" alt=""> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 109 | <img class="gif" src="/wear/images/screens/reservation_animated.gif"> |
| 110 | </div> |
| 111 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 112 | <p class="landing-small"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 113 | Say “Ok Google” to ask questions and get stuff done. |
| 114 | </p> |
| 115 | </div> |
| 116 | <div class="col-3-wide"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 117 | <img src="/wear/images/screens/circle_message2.png" itemprop="image" alt=""> |
| 118 | <p class="landing-small"> |
| 119 | Get glanceable, actionable information at just the right time with notifications |
| 120 | that are synced from your handheld device. |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 121 | </p> |
| 122 | </div> |
| 123 | <div class="col-3-wide"> |
Scott Main | e26817d | 2014-04-16 16:57:21 -0700 | [diff] [blame] | 124 | <img src="/wear/images/screens/fitness-24.png" alt=""> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 125 | <p class="landing-small"> |
| 126 | Design apps that can access a wide range of sensors and other hardware |
| 127 | directly on the wearable. |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 128 | </p> |
| 129 | </div> |
| 130 | </div> |
| 131 | |
| 132 | <p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 133 | Before you start building, check out the |
| 134 | <a href="/design/devices/wear.html">Android Wear Design Principles</a> |
| 135 | to understand how to create great experiences for this exciting, new form factor.</p> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 136 | |
| 137 | </div> |
| 138 | </div> <!-- end .wrap --> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 139 | </div> <!-- end .landing-section --> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 140 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 141 | <div class="landing-section landing-gray-background"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 142 | <div class="wrap"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 143 | <div class="landing-section-header"> |
| 144 | <div class="landing-h1">Developing for Android Wear</div> |
| 145 | <div class="landing-subhead"> |
| 146 | The Android Wear APIs are delivered in the Android v4 support library and Google Play services. |
| 147 | This lets Android handhelds, old and new, communicate with Android wearables. |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 148 | </div> |
| 149 | </div> |
| 150 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 151 | <div class="landing-body"> |
| 152 | <div class="landing-breakout cols"> |
| 153 | <div class="col-4"> |
| 154 | <img src="/wear/images/features/ts2.png" alt=""> |
| 155 | <p>Synced Notifications</p> |
| 156 | <p class="landing-small"> |
| 157 | Notifications on handhelds can automatically sync to wearables, so design them |
| 158 | with both devices in mind. |
| 159 | </p> |
| 160 | <p class="landing-small"> |
| 161 | <a href="/training/wearables/notifications/index.html">Build notifications</a> |
| 162 | </p> |
| 163 | </div> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 164 | <div class="col-4"> |
| 165 | <img src="/wear/images/features/ts1.png" alt=""> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 166 | <p>Wearable Apps</p> |
| 167 | <p class="landing-small"> |
| 168 | Create custom experiences with activities, services, sensors, and much |
| 169 | more with the Android SDK. |
| 170 | </p> |
| 171 | <p class="landing-small"> |
| 172 | <a href="/training/wearables/apps/index.html/">Create wearable apps</a> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 173 | </p> |
| 174 | </div> |
| 175 | <div class="col-4"> |
| 176 | <img src="/wear/images/features/ts2.png" alt=""> |
| 177 | <p>Send Data</p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 178 | <p class="landing-small"> |
| 179 | Send data and actions between handhelds and wearables with |
| 180 | data replication APIs and RPCs. |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 181 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 182 | <p class="landing-small"> |
| 183 | <a href="/training/wearables/apps/index.html/">Work with the Data Layer</a> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 184 | </p> |
| 185 | </div> |
| 186 | <div class="col-4"> |
| 187 | <img src="/wear/images/features/ts4.png" alt=""> |
| 188 | <p>Voice Actions</p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 189 | <p class="landing-small"> |
| 190 | Register your app to handle voice actions, like "Ok Google, take a note," |
| 191 | for a hands-free experience. |
| 192 | </p> |
| 193 | <p class="landing-small"> |
| 194 | <a href="/training/wearables/apps/index.html/">Integrate voice actions</a> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 195 | </p> |
| 196 | </div> |
| 197 | </div> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 198 | </div> |
| 199 | </div> <!-- end .wrap --> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 200 | </div> <!-- end .landing-section --> |
| 201 | <!-- |
| 202 | <div class="landing-section landing-white-background"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 203 | <div class="wrap"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 204 | <div class="landing-section-header"> |
| 205 | <div class="landing-h2">Building an Ecosystem</div> |
| 206 | <div class="landing-body landing-align-center"> |
| 207 | <p class="landing-small"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 208 | We’re working with several partners to bring you watches powered by Android Wear later this year! |
| 209 | </p> |
| 210 | </div> |
| 211 | </div> |
| 212 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 213 | <div class="landing-partners cols"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 214 | <div class="col-4"> |
| 215 | <img src="/wear/images/partners/asus.png" alt="Asus"> |
| 216 | </div> |
| 217 | <div class="col-4"> |
| 218 | <img src="/wear/images/partners/broadcom.png" alt="Broadcom"> |
| 219 | </div> |
| 220 | <div class="col-4"> |
| 221 | <img src="/wear/images/partners/fossil.png" alt="Fossil"> |
| 222 | </div> |
| 223 | <div class="col-4"> |
| 224 | <img src="/wear/images/partners/htc.png" alt="HTC"> |
| 225 | </div> |
| 226 | <div class="col-4"> |
| 227 | <img src="/wear/images/partners/intel.png" alt="Intel"> |
| 228 | </div> |
| 229 | <div class="col-4"> |
| 230 | <img src="/wear/images/partners/lg.png" alt="LG"> |
| 231 | </div> |
| 232 | <div class="col-4"> |
| 233 | <img src="/wear/images/partners/mediatek.png" alt="Mediatek"> |
| 234 | </div> |
| 235 | <div class="col-4"> |
| 236 | <img src="/wear/images/partners/mips.png" alt="MIPS"> |
| 237 | </div> |
| 238 | <div class="col-4"> |
| 239 | <img src="/wear/images/partners/motorola.png" alt="Motorola"> |
| 240 | </div> |
| 241 | <div class="col-4"> |
| 242 | <img src="/wear/images/partners/qualcomm.png" alt="Qualcomm"> |
| 243 | </div> |
| 244 | <div class="col-4"> |
| 245 | <img src="/wear/images/partners/samsung.png" alt="Samsung"> |
| 246 | </div> |
| 247 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 248 | </div> <!-- end .wrap |
| 249 | </div> <!-- end .landing-section --> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 250 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 251 | <div class="landing-section landing-red-background"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 252 | <div class="wrap"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 253 | <div class="landing-section-header"> |
| 254 | <div class="landing-h1 landing-align-left">Get Started with Android Wear</div> |
| 255 | <div class="landing-subhead landing-subhead-red"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 256 | <p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 257 | Set up your development environment and start working with the APIs. |
| 258 | We’re excited about the experiences you'll create and can't |
| 259 | wait to see what you do next.</p> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 260 | </div> |
| 261 | </div> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 262 | <div class="landing-body"> |
| 263 | <a href="/training/wearables/index.html" class="landing-button landing-secondary" style="margin-top: 20px;"> |
| 264 | Get Started |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 265 | </a> |
| 266 | </div> |
| 267 | </div> |
| 268 | </div> |
| 269 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 270 | <div class="landing-section"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 271 | <div class="wrap"> |
| 272 | <div class="cols"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 273 | <div class="landing-body"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 274 | <div class="col-3-wide"> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 275 | <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 276 | <img class="landing-social-image" src="//www.google.com/images/icons/product/youtube-128.png" alt=""> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 277 | </a> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 278 | <div class="landing-social-copy"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 279 | <p>DevBytes</p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 280 | <p class="landing-small"> |
| 281 | Learn the basic concepts of Android Wear |
| 282 | development with videos from the product team. |
| 283 | </p> |
| 284 | <br> |
| 285 | <p class="landing-small"> |
| 286 | <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">DevBytes videos</a> |
| 287 | </p> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 288 | </div> |
| 289 | </div> |
| 290 | <div class="col-3-wide"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 291 | <a target="_blank" href="http://android-developers.blogspot.com/2014/03/android-landing-developer-preview.html"> |
| 292 | <img class="landing-social-image" src="/wear/images/blogger.png" alt=""> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 293 | </a> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 294 | <div class="landing-social-copy"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 295 | <p>Blog Post</p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 296 | <p class="landing-small"> |
| 297 | Read more about Android Wear development |
| 298 | on our blog. Just search for "Android Wear". |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 299 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 300 | <br> |
| 301 | <p class="landing-small"> |
| 302 | <a target="_blank" href="http://android-developers.blogspot.com/2014/03/android-wear-developer-preview.html">Android Developers Blog</a> |
| 303 | </p> |
| 304 | <p></p> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 305 | </div> |
| 306 | </div> |
| 307 | <div class="col-3-wide"> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 308 | <a target="_blank" href="http://g.co/androidweardev"> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 309 | <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Wear Developers"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 310 | </a> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 311 | <div class="landing-social-copy"> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 312 | <p>G+ Community</p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 313 | <p class="landing-small"> |
| 314 | Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion! |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 315 | </p> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 316 | <p class="landing-small"> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 317 | <a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a> |
Scott Main | 50d7dc9 | 2014-03-18 05:13:12 -0700 | [diff] [blame] | 318 | </p> |
| 319 | </div> |
| 320 | </div> |
| 321 | </div> |
| 322 | </div> |
| 323 | </div> <!-- end .wrap --> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 324 | </div> <!-- end .landing-section --> |
| 325 | </div> <!-- end .landing-rest-of-page --> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 326 | |
| 327 | |
| 328 | <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> |
| 329 | <div class="layout-content-col col-16" style="padding-top:4px"> |
| 330 | <style>#___plusone_0 {float:right !important;}</style> |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 331 | <div id="___plusone_0" style="text-indent: 0px; margin: 0px; padding: 0px; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; display: inline-block; width: 90px; height: 20px; background: transparent;"><iframe frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 90px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 20px;" tabindex="0" vspace="0" width="100%" id="I0_1402525433965" name="I0_1402525433965" src="https://apis.google.com/u/0/_/+1/fastbutton?usegapi=1&size=medium&origin=http%3A%2F%2Frobertly.mtv%3A8080&url=http%3A%2F%2Frobertly.mtv%3A8080%2Fwear%2Findex.html&gsrc=3p&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en.QxHQHBkhz7M.O%2Fm%3D__features__%2Fam%3DUQ%2Frt%3Dj%2Fd%3D1%2Fz%3Dzcms%2Frs%3DAItRSTMLrMyRVKsu2FQoRingre3w1MT49A#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Conload&id=I0_1402525433965&parent=http%3A%2F%2Frobertly.mtv%3A8080&pfname=&rpctoken=32453860" data-gapiattached="true" title="+1"></iframe></div> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 332 | </div> |
| 333 | </div> |
Scott Main | 779174e | 2014-03-24 13:53:24 -0700 | [diff] [blame] | 334 | <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1"> |
Scott Main | a32c437 | 2014-03-19 11:51:05 -0700 | [diff] [blame] | 335 | <div id="copyright"> |
| 336 | Except as noted, this content is |
| 337 | licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> |
| 338 | Creative Commons Attribution 2.5</a>. For details and |
| 339 | restrictions, see the <a href="/license.html">Content |
| 340 | License</a>. |
| 341 | </div> |
| 342 | </div> |
| 343 | |
| 344 | |
Robert Ly | 2055529 | 2014-06-13 23:28:19 -0700 | [diff] [blame] | 345 | </div> <!-- end landing-body-content --> |