Skip to main content
0 votes
0 answers
45 views

I'm trying to detect when a complication data source is removed... The class "ComplicationDataSourceService" allow me to override the "onComplicationDeactivated", however this ...
dect's user avatar
  • 572
0 votes
0 answers
114 views

I'm developing a small WearOS App including tile, complication and MainActivity. The app shall request data from an app on a smartphone. A complication shall display this data as well as the tile or ...
de11833's user avatar
  • 291
1 vote
0 answers
58 views

I am trying to the use facilities of the ComplicationManager in AndroidX, and to do so the Gemini AI engine tells me I need to include the following implementation directive in the dependencies block ...
John Poust's user avatar
1 vote
0 answers
110 views

I am developing an app and it provides complications. I want to see the preview of the complication on different types (e.g. LONG_TEXT, SHORT_TEXT and RANGED etc.) in Android Studio. Preview is ...
B. Kaan's user avatar
  • 115
0 votes
1 answer
191 views

I have a ComplicationDataSourceService that needs to be notified when the watch goes into ambient mode or the screen turns off. The idea is that this is for a sort of "flashlight" ...
rjr-apps's user avatar
  • 445
0 votes
1 answer
311 views

I am trying to update my complication from the shared SharedPreferences value which I define in my Activity like this SharedPreferences.Editor editor = getSharedPreferences("MY_PREFS_NAME", ...
SP Apps's user avatar
0 votes
1 answer
230 views

I am trying to put setTapAction of my complication to call the activity, but it’s not working whenever I tap it does not do anything just a ripple effect, my code is below. class CustomComplication : ...
SP Apps's user avatar
1 vote
1 answer
299 views

I've created a Wear OS app with tile and complication using the built-in Android Studio project "Empty Wear App With Tile and Complications". When the user touches the complication, I want ...
Peter McLennan's user avatar
0 votes
1 answer
239 views

How do I set the icon that appears in the list of complications? Here's my complications code, and screenshots of my icon showing correctly in the list of apps, the small icon showing correctly at the ...
elliptic1's user avatar
  • 1,752
0 votes
1 answer
102 views

I'm creating a pending intent for complication tap like this: override fun onComplicationRequest(request: ComplicationRequest, listener: ComplicationRequestListener ) { class ...
Peter McLennan's user avatar
2 votes
0 answers
225 views

How do I change the complication icon color dynamically in the renderer class? I can set the color and other styles while creating the watchface in the createComplicationSlotsManager inside the ...
dect's user avatar
  • 572
3 votes
0 answers
249 views

I created a Wear OS complication data source that exposes SHORT_TEXT and LONG_TEXT. The complication works correctly in the emulator with the built-in watch faces. When I deploy the app to the Samsung ...
GDefender's user avatar
  • 590
1 vote
1 answer
564 views

I want to create watch face complication which will use data from my data provider project. I want to display it in a widget on the Watch Face in a way, so user can see some data from my app on tha ...
Dev's user avatar
  • 11
0 votes
1 answer
304 views

I'm trying to create a complication for Wear OS and having problem trying to add the icons, I'm using ShortTextComplicationData which can be combine with an Icon, according to the documentation Here. ...
kimosavi's user avatar
  • 111
2 votes
1 answer
613 views

I followed WatchOS documentation for creation of the watchface. I can draw anything on the watchface without any problem, however, when I try to render any complication it doesn't show up. package com....
Michael's user avatar
  • 31

15 30 50 per page