1page.title=Android Wear 2page.viewport_width=970 3fullpage=true 4no_footer_links=true 5page.type=about 6page.image=images/cards/android-wear_2x.png 7@jd:body 8 9<style> 10.fullpage>#footer, 11#jd-content>.content-footer.wrap { 12 display:none; 13} 14</style> 15 16 17<div id="video-container"> 18 <div id="video-frame"> 19 <div class="video-close"> 20 <span id="icon-video-close"> </span> 21 </div> 22 <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> 23 <div id="ytapiplayer"> 24 <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. --> 25 </div> 26 </div> 27</div> 28 29 30 31 32 33<div class="landing-body-content"> 34 <div class="landing-hero-container"> 35 <div class="landing-section wear-hero"> 36 <div class="landing-hero-scrim"></div> 37 <div class="landing-hero-wrap"> 38 <div class="vertical-center-outer"> 39 <div class="vertical-center-inner"> 40 41 <div class="col-10"> 42 <div class="landing-section-header"> 43 <div class="landing-h1 hero">Android Wear</div> 44 <div class="landing-subhead hero">Information that moves with you.</div> 45 </div> 46 <div class="landing-hero-description"> 47 48 <p>Small, powerful devices, worn on the body. 49 Useful information when you need it most. 50 Intelligent answers to spoken questions. 51 Tools to help reach fitness goals. 52 Your key to a multiscreen world.</p> 53 </div> 54 55 <div class="landing-body"> 56 <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 40px;"> 57 Get Started 58 </a> 59 <a href="https://www.youtube.com/watch?v=Bl4Qne-RpcM" class="video-shadowbox-button white" 60 style="margin-left:40px"> 61 Watch the Intro Video 62 </a> 63 </div> 64 </div> 65 66 </div> 67 </div> 68 </div> <!-- end .wrap --> 69 <div class="landing-scroll-down-affordance"> 70 <a class="landing-down-arrow" href="#extending-android-to-wearables"> 71 <img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more"> 72 </a> 73 </div> 74 </div> <!-- end .landing-section .landing-hero --> 75 76 77 <div class="landing-rest-of-page"> 78 <div class="landing-section" id="extending-android-to-wearables"> 79 <div class="wrap"> 80 <div class="landing-section-header"> 81 <div class="landing-h1">Extending Android to Wearables</div> 82 <div class="landing-subhead"> 83 Android Wear extends the Android platform to a new generation of devices, <br> 84 with a user experience that's designed specifically for wearables. 85 86 </div> 87 </div> 88 89 <div class="landing-body"> 90 <div class="landing-breakout cols"> 91 <div class="col-3-wide"> 92 <div class="framed-wear-square"> 93 <img src="{@docRoot}wear/images/notifications.png" itemprop="image" alt=""> 94 </div> 95 <br /> 96 <p class="landing-small"> 97 Get glanceable, actionable information at just the right time with notifications 98 that are synced from your handheld device. 99 </p> 100 </div> 101 <div class="col-3-wide"> 102 <div class="framed-wear-square"> 103 <img src="{@docRoot}wear/images/voicecommands.png"> 104 </div> 105 <br /> 106 <p class="landing-small"> 107 Say “Ok Google” to send messages, ask questions, and get stuff done. 108 </p> 109 </div> 110 <div class="col-3-wide"> 111 <div class="framed-wear-square"> 112 <img src="{@docRoot}wear/images/steps.png" alt=""> 113 </div> 114 <br /> 115 <p class="landing-small"> 116 Design apps that can access a wide range of sensors and other hardware 117 directly on the wearable. 118 </p> 119 </div> 120 </div> 121 <p> 122 Before you start building, check out the 123 <a href="{@docRoot}design/wear/index.html">Android Wear Design Principles</a> 124 to understand how to create great experiences for this exciting, new form factor.</p> 125 126 </div> 127 </div> <!-- end .wrap --> 128 </div> <!-- end .landing-section --> 129 130 <div class="landing-section landing-gray-background"> 131 <div class="wrap"> 132 <div class="landing-section-header"> 133 <div class="landing-h1">Developing for Android Wear</div> 134 <div class="landing-subhead"> 135 The Android Wear APIs are delivered in the Android Support Library and Google Play 136 services. When using these libraries, handheld devices running Android 4.3 137 or later can communicate with wearables.</div> 138 </div> 139 140 <div class="landing-body"> 141 <div class="landing-breakout cols"> 142 <div class="col-4"> 143 <img src="{@docRoot}wear/images/features/notifications.png" alt=""> 144 <p>Synced Notifications</p> 145 <p class="landing-small"> 146 Notifications on handhelds can automatically sync to wearables, so design them 147 with both devices in mind. 148 </p> 149 <p class="landing-small"> 150 <a href="{@docRoot}training/wearables/notifications/index.html">Build notifications</a> 151 </p> 152 </div> 153 <div class="col-4"> 154 <img src="{@docRoot}wear/images/features/voice.png" alt=""> 155 <p>Voice Actions</p> 156 <p class="landing-small"> 157 Register your app to handle voice actions, like "Ok Google, take a note," 158 for a hands-free experience. 159 </p> 160 <p class="landing-small"> 161 <a href="{@docRoot}training/wearables/apps/voice.html">Integrate voice actions</a> 162 </p> 163 </div> 164 <div class="col-4"> 165 <img src="{@docRoot}wear/images/features/apps.png" alt=""> 166 <p>Build 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="{@docRoot}training/wearables/apps/index.html">Create wearable apps</a> 173 </p> 174 </div> 175 <div class="col-4"> 176 <img src="{@docRoot}wear/images/features/send-data.png" alt=""> 177 <p>Send Data</p> 178 <p class="landing-small"> 179 Send data and actions between handhelds and wearables with 180 data replication APIs and RPCs. 181 </p> 182 <p class="landing-small"> 183 <a href="{@docRoot}training/wearables/data-layer/index.html">Work with the Data Layer</a> 184 185 </p> 186 </div> 187 </div> 188 </div> 189 </div> <!-- end .wrap --> 190 </div> <!-- end .landing-section --> 191 192 <div class="landing-section landing-white-background"> 193 <div class="wrap"> 194 <div class="landing-section-header"> 195 <div class="landing-h1">Building an Ecosystem</div> 196 <div class="landing-body landing-align-center"> 197 <p class="landing-small"> 198 We’re working with partners around the world to build watches powered by Android Wear! 199 </p> 200 </div> 201 </div> 202 203 <div class="landing-partners cols"> 204 <div class="col-4"> 205 <img src="/wear/images/partners/acer.png" alt="Acer"> 206 </div> 207 <div class="col-4"> 208 <img src="/wear/images/partners/arm.png" alt="ARM"> 209 </div> 210 <div class="col-4"> 211 <img src="/wear/images/partners/asus.png" alt="Asus"> 212 </div> 213 <div class="col-4"> 214 <img src="/wear/images/partners/broadcom.png" alt="Broadcom"> 215 </div> 216 <div class="col-4"> 217 <img src="/wear/images/partners/fossil.png" alt="Fossil"> 218 </div> 219 <div class="col-4"> 220 <img src="/wear/images/partners/htc.png" alt="HTC"> 221 </div> 222 <div class="col-4"> 223 <img src="/wear/images/partners/huawei.png" alt="Huawei"> 224 </div> 225 <div class="col-4"> 226 <img src="/wear/images/partners/intel.png" alt="Intel"> 227 </div> 228 <div class="col-4"> 229 <img src="/wear/images/partners/lg.png" alt="LG"> 230 </div> 231 <div class="col-4"> 232 <img src="/wear/images/partners/mediatek.png" alt="Mediatek"> 233 </div> 234 <div class="col-4"> 235 <img src="/wear/images/partners/mips.png" alt="MIPS"> 236 </div> 237 <div class="col-4"> 238 <img src="/wear/images/partners/motorola.png" alt="Motorola"> 239 </div> 240 <div class="col-4"> 241 <img src="/wear/images/partners/qualcomm.png" alt="Qualcomm"> 242 </div> 243 <div class="col-4"> 244 <img src="/wear/images/partners/samsung.png" alt="Samsung"> 245 </div> 246 <div class="col-4"> 247 <img src="/wear/images/partners/sony.png" alt="Sony"> 248 </div> 249 <div class="col-4"> 250 <img src="/wear/images/partners/tagheuer.png" alt="Tag Heuer"> 251 </div> 252 </div> 253 </div> <!-- end .wrap --> 254 </div> 255 256 257 <div class="landing-section landing-red-background"> 258 <div class="wrap"> 259 <div class="landing-section-header"> 260 <div class="landing-h1 landing-align-left">Get Started with Android Wear</div> 261 262 <div class="landing-subhead landing-subhead-red"> 263 <p> 264 Set up your development environment and start working with the APIs. 265 We’re excited about the experiences you'll create and can't 266 wait to see what you do next.</p> 267 </div> 268 </div> 269 <div class="landing-body"> 270 <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;"> 271 Get Started 272 </a> 273 </div> 274 </div> 275 </div> 276 277 <div class="landing-section"> 278 <div class="wrap"> 279 <div class="cols"> 280 <div class="landing-body"> 281 <div class="col-3-wide"> 282 <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef"> 283 <img class="landing-social-image" src="//www.google.com/images/icons/product/youtube-128.png" alt=""> 284 </a> 285 <div class="landing-social-copy"> 286 <p>DevBytes</p> 287 <p class="landing-small"> 288 Learn the basic concepts of Android Wear 289 development with videos from the product team. 290 </p> 291 <br> 292 <p class="landing-small"> 293 <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">DevBytes videos</a> 294 </p> 295 </div> 296 </div> 297 <div class="col-3-wide"> 298 <a target="_blank" href="http://android-developers.blogspot.com/2014/03/android-landing-developer-preview.html"> 299 <img class="landing-social-image" src="{@docRoot}wear/images/blogger.png" alt=""> 300 </a> 301 <div class="landing-social-copy"> 302 <p>Blog Post</p> 303 <p class="landing-small"> 304 Read more about Android Wear development 305 on our blog. Just search for "Android Wear". 306 307 </p> 308 <br> 309 <p class="landing-small"> 310 <a target="_blank" href="http://android-developers.blogspot.com">Android Developers Blog</a> 311 </p> 312 <p></p> 313 </div> 314 </div> 315 <div class="col-3-wide"> 316 <a target="_blank" href="http://g.co/androidweardev"> 317 <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Wear Developers"> 318 </a> 319 <div class="landing-social-copy"> 320 <p>G+ Community</p> 321 <p class="landing-small"> 322 Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion! 323 324 </p> 325 <p class="landing-small"> 326 <a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a> 327 </p> 328 </div> 329 </div> 330 </div> 331 </div> 332 </div> <!-- end .wrap --> 333 </div> <!-- end .landing-section --> 334 </div> <!-- end .landing-rest-of-page --> 335 <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> 336 <div class="layout-content-col col-16" style="padding-top:4px"> 337 <style>#___plusone_0 {float:right !important;}</style> 338 <div class="g-plusone" data-size="medium"></div> 339 </div> 340 </div> 341 <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1"> 342 <div id="copyright"> 343 Except as noted, this content is 344 licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> 345 Creative Commons Attribution 2.5</a>. For details and 346 restrictions, see the <a href="{@docRoot}license.html">Content 347 License</a>. 348 </div> 349 </div> 350 </div> <!-- end .landing-hero-container --> 351 352 <script> 353 $("a.landing-down-arrow").on("click", function(e) { 354 $("body").animate({ 355 scrollTop: $(".wear-hero").height() + 120 356 }, 1000, "easeOutQuint"); 357 e.preventDefault(); 358 }); 359 </script> 360 361</div> <!-- end landing-body-content --> 362 363