当前位置: 代码迷 >> 综合 >> Android Wear 进阶0.1 进阶表: Developing for Android Wear - Building Apps for Wearables
  详细解决方案

Android Wear 进阶0.1 进阶表: Developing for Android Wear - Building Apps for Wearables

热度:82   发布时间:2023-12-16 16:19:58.0

Building Apps for Wearables

创建手表应用

These classes teach you how to build notifications in a handheld app that are automatically synced to wearables as well as how to build apps that run on wearables.

Note: For more information about the APIs used in these training classes, see the Wear API reference documentation.

If you prefer to learn through interactive video training, check out this online course about Android Wear Development

START THE VIDEO COURSE

这个课程叫你如何去创建可以手表端和手机端同步的手表端通知还有怎么去创建一个手表的应用。

注意更多的关于API如何使用的信息请查看 Wear API reference documentation.

如果你想要通过视频培训的方法来学习的可以查看手表开发的在线课程:START THE VIDEO COURSE



  1. Adding Wearable Features to Notifications

    How to build handheld notifications that are synced to and look great on wearables.

    1. Creating a Notification
    2. Receiving Voice Input in a Notification
    3. Adding Pages to a Notification
    4. Stacking Notifications
  2. Creating Wearable Apps

    How to build apps that run directly on wearables.

    1. Creating and Running a Wearable App
    2. Creating Custom Layouts
    3. Keeping Your App Visible
    4. Adding Voice Capabilities
    5. Packaging Wearable Apps
    6. Debugging over Bluetooth
  3. Creating Custom UIs

    How to create custom user interfaces for wearable apps.

    1. Defining Layouts
    2. Creating Cards
    3. Creating Lists
    4. Creating a 2D Picker
    5. Showing Confirmations
    6. Exiting Full-Screen Activities
  4. Sending and Syncing Data

    How to sync data between handhelds and wearables.

    1. Accessing the Wearable Data Layer
    2. Syncing Data Items
    3. Transferring Assets
    4. Sending and Receiving Messages
    5. Handling Data Layer Events
  5. Creating Watch Faces

    How to create watch faces for wearables.

    1. Designing Watch Faces
    2. Building a Watch Face Service
    3. Drawing Watch Faces
    4. Showing Information in Watch Faces
    5. Creating Interactive Watch Faces
    6. Providing Configuration Activities
    7. Addressing Common Issues
    8. Optimizing Performance and Battery Life
  6. Detecting Location

    How to detect location data on Android Wear devices.

    1. Requesting Permissions

      How to request permissions on Android Wear devices.

      1. Using the Speaker

        How to use the speaker on Android Wear devices.

          相关解决方案