您的当前位置:首页正文

Building Apps for Wearables(给穿戴设

来源:东饰资讯网

前言:

首先呢,目前从事的是智能手表的开发,这里面的文章我也要看的,顺便就翻译过来咯。另外有错的地方欢迎指出哈,这里面其实每一个点都是一篇文档,后面翻译完后更新链接的,谢谢大家啦!

Building Apps for Wearables(给穿戴设备创建应用)

If you prefer to learn through interactive video training, check out this online course about Android Wear Development.
如果你更喜欢看视频学习的话,你可以点击这里去看这個视频教程。

How to build handheld notifications that are synced to and look great on wearables.
如何在手表中创建与手机同步并且看起來不错的notification呢?

  • Adding Pages to a Notification(在notification中添加多页)
  • Stacking Notifications(把notification堆成一坨)

Creating Wearable Apps(创建穿戴应用)

How to build apps that run directly on wearables.
如何创建直接跑在智能手表上的应用呢?

  • Creating and Running a Wearable App(创建和运行智能手表app)
  • Creating Custom Layouts(创建自定义布局)
  • Adding Voice Capabilities(添加语音功能)
  • Packaging Wearable Apps(打包智能手表应用)
  • Debugging over Bluetooth(通过蓝牙调试)

Creating Custom UIs(创建自定义的UI界面)

How to create custom user interfaces for wearable apps.
如何给智能手表创建自定义的界面呢?

  • Defining Layouts(定义布局)
  • Creating Cards(创建卡片)
  • Creating Lists(创建列表)
  • Creating a (创建一个二维的容器,关于2D Picker不好翻译,大家可以点击进去看看什么玩意哈)
  • Showing Confirmations(展示确定对话框)
  • Exiting Full-Screen Activities(退出全屏的Activity)

Sending and Syncing Data(发送和同步数据)

How to sync data between handhelds and wearables.

如何在这个手机和手表间同步数据?

  • Accessing the Wearable Data Layer(访问智能手表的数据层)
  • Syncing Data Items(同步数据块)
  • Transferring Assets(传输大坨的文件)
  • Sending and Receiving Messages(发送和接收消息)
  • Handling Data Layer Events(处理数据层的事件)

Creating Watch Faces(创建表盘)

How to create watch faces for wearables.
怎么样给智能手表创建表盘呢?

  • Designing Watch Faces(设计表盘)
  • Building a Watch Face Service(创建一个表盘服务)
  • Drawing Watch Faces(画表盘)
  • Showing Information in Watch Faces(在表盘中展示数据)
  • Creating Interactive Watch Faces(创建交互性的表盘)
  • Providing Configuration Activities(提供Activity配置)
  • Addressing Common Issues(定位普通的问题)
  • Optimizing Performance and Battery Life(性能优化和电池寿命)

Detecting Location(绑定位置)

How to detect location data on Android Wear devices.
如何在Android Wear设备上绑定位置数据呢?

Requesting Permissions(请求权限)

How to request permissions on Android Wear devices.
如何在Android Wear设备上请求权限呢?

Using the Speaker(使用语音助手)

How to use the speaker on Android Wear devices.
如何在Android Wear设备上使用语音助手呢?

显示全文