summaryrefslogtreecommitdiffstats
path: root/docs/html/wear/index.jd
blob: e18ada44c5b931af5ad1eef696df04659576cb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
page.title=Android Wear
page.viewport_width=970
fullpage=true
no_footer_links=true
page.type=about
page.image=images/cards/android-wear_2x.png
@jd:body

<style>
.fullpage>#footer,
#jd-content>.content-footer.wrap {
  display:none;
}
</style>


<div id="video-container">
  <div id="video-frame">
    <div class="video-close">
      <span id="icon-video-close">&nbsp;</span>
    </div>
    <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
    <div id="ytapiplayer">
      <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. -->
    </div>
  </div>
</div>





<div class="landing-body-content">
  <div class="landing-hero-container">
    <div class="landing-section wear-hero">
      <div class="landing-hero-scrim"></div>
      <div class="landing-hero-wrap">
        <div class="vertical-center-outer">
          <div class="vertical-center-inner">

            <div class="col-10">
              <div class="landing-section-header">
                <div class="landing-h1 hero">Android Wear</div>
                <div class="landing-subhead hero">Information that moves with you.</div>
              </div>
              <div class="landing-hero-description">

                <p>Small, powerful devices, worn on the body.
                Useful information when you need it most.
                Intelligent answers to spoken questions.
                Tools to help reach fitness goals.
                Your key to a multiscreen world.</p>
              </div>

              <div class="landing-body">
                <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 40px;">
                  Get Started
                </a>
                <a href="https://www.youtube.com/watch?v=Bl4Qne-RpcM" class="video-shadowbox-button white"
                    style="margin-left:40px">
                  Watch the Intro Video
                </a>
              </div>
            </div>

          </div>
        </div>
      </div> <!-- end .wrap -->
      <div class="landing-scroll-down-affordance">
        <a class="landing-down-arrow" href="#extending-android-to-wearables">
          <img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more">
        </a>
      </div>
    </div> <!-- end .landing-section .landing-hero -->


    <div class="landing-rest-of-page">
      <div class="landing-section" id="extending-android-to-wearables">
        <div class="wrap">
          <div class="landing-section-header">
            <div class="landing-h1">Extending Android to Wearables</div>
            <div class="landing-subhead">
              Android Wear extends the Android platform to a new generation of devices, <br>
              with a user experience that's designed specifically for wearables.

            </div>
          </div>

          <div class="landing-body">
            <div class="landing-breakout cols">
              <div class="col-3-wide">
              <div class="framed-wear-square">
                <img src="{@docRoot}wear/images/notifications.png" itemprop="image" alt="">
                </div>
                <br />
                <p class="landing-small">
                  Get glanceable, actionable information at just the right time with notifications
                  that are synced from your handheld device.
                </p>
              </div>
              <div class="col-3-wide">
                <div class="framed-wear-square">
                  <img src="{@docRoot}wear/images/voicecommands.png">
                </div>
                <br />
                <p class="landing-small">
                  Say “Ok Google” to send messages, ask questions, and get stuff done.
                </p>
              </div>
              <div class="col-3-wide">
              <div class="framed-wear-square">
                <img src="{@docRoot}wear/images/steps.png" alt="">
                </div>
                <br />
                <p class="landing-small">
                  Design apps that can access a wide range of sensors and other hardware
                   directly on the wearable.
                </p>
              </div>
            </div>
            <p>
              Before you start building, check out the
              <a href="{@docRoot}design/wear/index.html">Android Wear Design Principles</a>
              to understand how to create great experiences for this exciting, new form factor.</p>

          </div>
        </div>  <!-- end .wrap -->
      </div>  <!-- end .landing-section -->

      <div class="landing-section landing-gray-background">
        <div class="wrap">
          <div class="landing-section-header">
            <div class="landing-h1">Developing for Android Wear</div>
            <div class="landing-subhead">
             The Android Wear APIs are delivered in the Android Support Library and Google Play
             services. When using these libraries, handheld devices running Android 4.3
             or later can communicate with wearables.</div>
          </div>

          <div class="landing-body">
            <div class="landing-breakout cols">
              <div class="col-4">
                <img src="{@docRoot}wear/images/features/notifications.png" alt="">
                <p>Synced Notifications</p>
                <p class="landing-small">
                  Notifications on handhelds can automatically sync to wearables, so design them
                  with both devices in mind.
                </p>
                <p class="landing-small">
                  <a href="{@docRoot}training/wearables/notifications/index.html">Build notifications</a>
                </p>
              </div>
              <div class="col-4">
                <img src="{@docRoot}wear/images/features/voice.png" alt="">
                <p>Voice Actions</p>
                <p class="landing-small">
                  Register your app to handle voice actions, like "Ok Google, take a&nbsp;note,"
                  for a hands-free experience.
                </p>
                <p class="landing-small">
                  <a href="{@docRoot}training/wearables/apps/voice.html">Integrate voice actions</a>
                </p>
              </div>
              <div class="col-4">
                <img src="{@docRoot}wear/images/features/apps.png" alt="">
                <p>Build Wearable Apps</p>
                <p class="landing-small">
                  Create custom experiences with activities, services, sensors, and much
                  more with the Android SDK.
                </p>
                <p class="landing-small">
                  <a href="{@docRoot}training/wearables/apps/index.html">Create wearable apps</a>
                </p>
              </div>
              <div class="col-4">
                <img src="{@docRoot}wear/images/features/send-data.png" alt="">
                <p>Send Data</p>
                <p class="landing-small">
                  Send data and actions between handhelds and wearables with
                  data replication APIs and RPCs.
                </p>
                <p class="landing-small">
                  <a href="{@docRoot}training/wearables/data-layer/index.html">Work with the Data Layer</a>

                </p>
              </div>
            </div>
          </div>
        </div> <!-- end .wrap -->
      </div> <!-- end .landing-section -->

      <div class="landing-section landing-white-background">
        <div class="wrap">
          <div class="landing-section-header">
            <div class="landing-h1">Building an Ecosystem</div>
            <div class="landing-body landing-align-center">
              <p class="landing-small">
                We’re working with partners around the world to build watches powered by Android Wear!
              </p>
            </div>
          </div>

          <div class="landing-partners cols">
            <div class="col-4">
              <img src="/wear/images/partners/acer.png" alt="Acer">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/arm.png" alt="ARM">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/asus.png" alt="Asus">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/broadcom.png" alt="Broadcom">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/fossil.png" alt="Fossil">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/htc.png" alt="HTC">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/huawei.png" alt="Huawei">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/intel.png" alt="Intel">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/lg.png" alt="LG">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/mediatek.png" alt="Mediatek">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/mips.png" alt="MIPS">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/motorola.png" alt="Motorola">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/qualcomm.png" alt="Qualcomm">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/samsung.png" alt="Samsung">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/sony.png" alt="Sony">
            </div>
            <div class="col-4">
              <img src="/wear/images/partners/tagheuer.png" alt="Tag Heuer">
            </div>
          </div>
        </div> <!-- end .wrap -->
      </div>


      <div class="landing-section landing-red-background">
        <div class="wrap">
          <div class="landing-section-header">
            <div class="landing-h1 landing-align-left">Get Started with Android Wear</div>

            <div class="landing-subhead landing-subhead-red">
              <p>
                Set up your development environment and start working with the APIs.
                We’re excited about the experiences you'll create and can't
                wait to see what you do next.</p>
            </div>
          </div>
          <div class="landing-body">
            <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;">
              Get Started
            </a>
          </div>
        </div>
      </div>

      <div class="landing-section">
        <div class="wrap">
          <div class="cols">
            <div class="landing-body">
              <div class="col-3-wide">
                  <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">
                    <img class="landing-social-image" src="//www.google.com/images/icons/product/youtube-128.png" alt="">
                  </a>
                <div class="landing-social-copy">
                  <p>DevBytes</p>
                    <p class="landing-small">
                    Learn the basic concepts of Android Wear
                    development with videos from the product team.
                    </p>
                    <br>
                    <p class="landing-small">
                      <a target="_blank" href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-kIrPiq098QH9dOle-fLef">DevBytes videos</a>
                    </p>
                </div>
              </div>
              <div class="col-3-wide">
                <a target="_blank" href="http://android-developers.blogspot.com/2014/03/android-landing-developer-preview.html">
                  <img class="landing-social-image" src="{@docRoot}wear/images/blogger.png" alt="">
                </a>
                <div class="landing-social-copy">
                  <p>Blog Post</p>
                  <p class="landing-small">
                    Read more about Android Wear development
                    on our blog. Just search for "Android Wear".

                  </p>
                  <br>
                    <p class="landing-small">
                    <a target="_blank" href="http://android-developers.blogspot.com">Android Developers Blog</a>
                    </p>
                  <p></p>
                </div>
              </div>
              <div class="col-3-wide">
                <a target="_blank" href="http://g.co/androidweardev">
                  <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Wear Developers">
                </a>
                <div class="landing-social-copy">
                  <p>G+ Community</p>
                  <p class="landing-small">
                    Follow us on Google+ to stay up-to-date with Android Wear development and to join the discussion!

                  </p>
                  <p class="landing-small">
                    <a target="_blank" href="http://g.co/androidweardev">+Android Wear Developers</a>
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div> <!-- end .wrap -->
      </div> <!-- end .landing-section -->
    </div> <!-- end .landing-rest-of-page -->
    <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
      <div class="layout-content-col col-16" style="padding-top:4px">
        <style>#___plusone_0 {float:right !important;}</style>
        <div class="g-plusone" data-size="medium"></div>
      </div>
    </div>
    <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
      <div id="copyright">
        Except as noted, this content is
        licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
        Creative Commons Attribution 2.5</a>. For details and
        restrictions, see the <a href="{@docRoot}license.html">Content
        License</a>.
      </div>
    </div>
  </div> <!-- end .landing-hero-container -->

  <script>
  $("a.landing-down-arrow").on("click", function(e) {
    $("body").animate({
      scrollTop: $(".wear-hero").height() + 120
    }, 1000, "easeOutQuint");
    e.preventDefault();
  });
  </script>

</div> <!-- end landing-body-content -->