-
Notifications
You must be signed in to change notification settings - Fork 44
Integrate Configuration
Android Wear includes the ability to provide configuration activities for your watch face, both on the wearable and in the companion mobile application. This is another area that, as mentioned on the Home page, we plan to extend the capabilities of Clockwise even more in an upcoming version. The goal is to allow developers to focus solely on developing the configuration activities and allowing Clockwise to manage passing the preference data between devices, notifying of changes to preferences, and keeping the values in sync between the devices. In the meantime, you can follow the guidelines described in the Android documentation and utilize the WearableApiHelper
and ConnectedWatchFace
to help pass preference data back and forth between the wearable and companion app, as described in the Integrate Data section.