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">&nbsp;</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" style="margin-top:80px">
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&nbsp;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/asus.png" alt="Asus">
206            </div>
207            <div class="col-4">
208              <img src="/wear/images/partners/broadcom.png" alt="Broadcom">
209            </div>
210            <div class="col-4">
211              <img src="/wear/images/partners/fossil.png" alt="Fossil">
212            </div>
213            <div class="col-4">
214              <img src="/wear/images/partners/htc.png" alt="HTC">
215            </div>
216            <div class="col-4">
217              <img src="/wear/images/partners/intel.png" alt="Intel">
218            </div>
219            <div class="col-4">
220              <img src="/wear/images/partners/lg.png" alt="LG">
221            </div>
222            <div class="col-4">
223              <img src="/wear/images/partners/mediatek.png" alt="Mediatek">
224            </div>
225            <div class="col-4">
226              <img src="/wear/images/partners/mips.png" alt="MIPS">
227            </div>
228            <div class="col-4">
229              <img src="/wear/images/partners/motorola.png" alt="Motorola">
230            </div>
231            <div class="col-4">
232              <img src="/wear/images/partners/qualcomm.png" alt="Qualcomm">
233            </div>
234            <div class="col-4">
235              <img src="/wear/images/partners/samsung.png" alt="Samsung">
236            </div>
237            <div class="col-4">
238              <img src="/wear/images/partners/sony.png" alt="Sony">
239            </div>
240          </div>
241        </div> <!-- end .wrap -->
242      </div>
243
244
245      <div class="landing-section landing-red-background">
246        <div class="wrap">
247          <div class="landing-section-header">
248            <div class="landing-h1 landing-align-left">Get Started with Android Wear</div>
249
250            <div class="landing-subhead landing-subhead-red">
251              <p>
252                Set up your development environment and start working with the APIs.
253                We’re excited about the experiences you'll create and can't
254                wait to see what you do next.</p>
255            </div>
256          </div>
257          <div class="landing-body">
258            <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;">
259              Get Started
260            </a>
261          </div>
262        </div>
263      </div>
264
265      <div class="landing-section">
266        <div class="wrap">
267          <div class="cols">
268            <div class="landing-body">
269              <div class="col-3-wide">
270                  <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">
271                    <img class="landing-social-image" src="//www.google.com/images/icons/product/youtube-128.png" alt="">
272                  </a>
273                <div class="landing-social-copy">
274                  <p>DevBytes</p>
275                    <p class="landing-small">
276                    Learn the basic concepts of Android Wear
277                    development with videos from the product team.
278                    </p>
279                    <br>
280                    <p class="landing-small">
281                      <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">DevBytes videos</a>
282                    </p>
283                </div>
284              </div>
285              <div class="col-3-wide">
286                <a target="_blank" href="http://android-developers.blogspot.com/2014/03/android-landing-developer-preview.html">
287                  <img class="landing-social-image" src="{@docRoot}wear/images/blogger.png" alt="">
288                </a>
289                <div class="landing-social-copy">
290                  <p>Blog Post</p>
291                  <p class="landing-small">
292                    Read more about Android Wear development
293                    on our blog. Just search for "Android Wear".
294
295                  </p>
296                  <br>
297                    <p class="landing-small">
298                    <a target="_blank" href="http://android-developers.blogspot.com">Android Developers Blog</a>
299                    </p>
300                  <p></p>
301                </div>
302              </div>
303              <div class="col-3-wide">
304                <a target="_blank" href="http://g.co/androidweardev">
305                  <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Wear Developers">
306                </a>
307                <div class="landing-social-copy">
308                  <p>G+ Community</p>
309                  <p class="landing-small">
310                    Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion!
311
312                  </p>
313                  <p class="landing-small">
314                    <a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a>
315                  </p>
316                </div>
317              </div>
318            </div>
319          </div>
320        </div> <!-- end .wrap -->
321      </div> <!-- end .landing-section -->
322    </div> <!-- end .landing-rest-of-page -->
323    <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
324      <div class="layout-content-col col-16" style="padding-top:4px">
325        <style>#___plusone_0 {float:right !important;}</style>
326        <div class="g-plusone" data-size="medium"></div>
327      </div>
328    </div>
329    <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
330      <div id="copyright">
331        Except as noted, this content is
332        licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
333        Creative Commons Attribution 2.5</a>. For details and
334        restrictions, see the <a href="{@docRoot}license.html">Content
335        License</a>.
336      </div>
337    </div>
338  </div> <!-- end .landing-hero-container -->
339
340  <script>
341  $("a.landing-down-arrow").on("click", function(e) {
342    $("body").animate({
343      scrollTop: $(".wear-hero").height() + 120
344    }, 1000, "easeOutQuint");
345    e.preventDefault();
346  });
347  </script>
348
349</div> <!-- end landing-body-content -->
350
351