Questions tagged [android-wear-data-api]

The Wearable Data Layer API, which is part of Google Play services, provides a communication channel for your handheld and wearable devices.

About

The API consists of a set of data objects that the system can send and synchronize over the wire and listeners that notify your apps of important events with the data layer.

Dependencies

  • Android 4.3 (API Level 18) or higher on the handheld device
  • Android 4.4W (API Level 20) or higher on the Android Wear device
  • Google Play services version 5.0 or higher
  • An Android Wear device or Wear AVD

Links

288 questions
-1
votes
1 answer

Android: is DataMap of Wearable.DataApi a persistent storage?

I don't get if I could use it as a cloud storage between handheld and wearables or if it's just temporary. This is the reference
user3290180
  • 4,260
  • 9
  • 42
  • 77
-2
votes
1 answer

How can I get weather information to be shown on the android watchface?

I am making an Android WatchFace and would like to know how I can get weather information from the phone to the watch which I can then display on the WatchFace. I would like to know if there are any specific APIs for the same. Excuse me if this is a…
Shashwat
  • 13
  • 2
-2
votes
1 answer

onDataChanged() not getting invoked by WearableListener service

I have a mobile app for populating the DataApi and implemented a listener using WearableListenerService on the android wear side for listening to the data changes.Previously i was using Android studio and everything was working fine but when i…
1 2 3
19
20