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