Questions tagged [android-wear-complication]

Complications are elements that can be added to an Android Wear watch face to display additional data, and optionally provide direct access to apps/features on the wearable.

The Complications API provides an easy way to display data, from a variety of sources, in a watch face. It also enables app developers to easily make data available to be consumed by watch faces. More details can be found in the official documentation.

35 questions
0
votes
1 answer

Android Wear 2.0 setting a complication to TYPE_EMPTY

Is there currently a way to call/set a complication's type to TYPE_EMPTY based on its id? I know which complication I want to basically "turn off" or set to TYPE_EMPTY and when I want to, but I am not sure how to access the internal complication…
Chris Code
  • 53
  • 1
  • 8
0
votes
1 answer

Watch Face Complication chooser never showed

I'm trying to implement complication support for my watch. Here's my AndroidManifest.
0
votes
2 answers

Android Wear 2.0 - Providing multiple complications

How can I provide several types of complications using only one complications provider? I want to achieve the same effect as "android wear" app does. They only have one provider and offer date, next event, photos, step counter, and others. The…
Fábio Carballo
  • 3,245
  • 5
  • 26
  • 36
-1
votes
1 answer

How do you make a complication adaptive?

I was following this tutorial on how to add complications to a watch face using ComplicationDrawable. Something I can't figure out is how do I make a ComplicationDrawable responsive to the content? For example, if the data type for the bottom…
Nxt3
  • 1,970
  • 4
  • 30
  • 52
-1
votes
1 answer

How set complication on watch face of ICON,RANGED_VALUE,SMALL_IMAGE on android wear

I tried to draw icon on android watch face but did not see on watch face. I already check this link.Ref I set text on watchface for complication TYPE text but it does not set for other type like ICON,RANGED_VALUE,SMALL_IMAGE so please suggest. I…
Sachin Suthar
  • 692
  • 10
  • 28
1 2
3