90 questions
1
vote
0
answers
47
views
How can i have counterweight hands for the AnalogClock in WFF?
I want part of the hand to remain on the non-main side of the hand.
The documentation on Android Developer suggests the following:
Specify the pivot point
Each of the hour, minute, and second ...
Advice
0
votes
0
replies
48
views
With an Apple account can I use Xcode to create a custom Apple Watch Face for myself?
FIRST I understand this cannot be shared period!
That including App Store, Enterprise Accounts, or TestFlight.
I am not asking if it should be done. I am asking if there is anyknown information that ...
0
votes
1
answer
63
views
WFF Condition Configuration Tag
I'm trying to configure a watch face I am working on. I can't seem to make the condition work. The Condition documentation is hard for me to understand - with lack of examples (online and in-...
1
vote
1
answer
110
views
Flavors are not being shown in the watch face editor (phone or watch)
I'm building a watch face using the WFF format...
The XML reference documentation says it is possible to create presets configurations, so called "flavors", however they don't show on the ...
0
votes
0
answers
53
views
Issue Updating Dynamic Data on Galaxy Watch 7 with Watch-face-format
I have a custom watch face app and a separate watch app that successfully communicate using WatchFaceService on Galaxy Watch 6 (Wear OS 4.0). The watch face dynamically updates via data sent from the ...
1
vote
1
answer
247
views
Simple Analog Watch Face with WatchFaceFormat (WFF)
Question:
I'm trying to create a simple analog watch face, however there is lack of sufficient code samples, and documentation. How can I create a simple analog watch face without using any resource ...
0
votes
1
answer
57
views
How to get Background Image in Android studio for Watchface
I'm trying to develop a Watchface in Android Studio. When I'm trying to add an image as background in my watch face, it is not showing up:
<WatchFace width="450" height="450">...
1
vote
1
answer
164
views
WearOS 5 Watch Face Format RadialGradients?
I'm trying to just fill the background of a WearOS 5 Watch Face Format with a RadialGradient:
<PartDraw x="0" y="0" width="450" height="450" pivotX="0.5&...
3
votes
2
answers
380
views
Watch Face Format XML string split?
I am attempting to get complex data from a complication using Watch Face Format. I'm wondering if there's any way to split a string from complication data, based on a separator like a comma or space?
...
5
votes
2
answers
620
views
Add separately-compiled complication data source to WFF
Can a separately-compiled complication data source (written in Java/Kotlin) be added to a WFF watchface bundle? If so, how?
Background: I have two deeply-coded scientific-oriented Kotlin watchfaces (...
2
votes
0
answers
65
views
Installation watchface from smartphone to watch
Good day to all.
I'm a beginner in Android and Wear OS.
Therefore, I ask for advice from experienced people.
I created a watchface. I created a companion app for smartphone.
Everything works great.
...
1
vote
1
answer
369
views
WearOs Watch Face Format: either gps or custom SourceType?
What I'm wanting to do is make a Watch Face Format watch face that shows the sun position and moon position and phase, and rise and set times. The moon phase is fortunately included in the SourceTypes....
2
votes
0
answers
225
views
Change complication color dynamically? (Wear OS Jetpack Watch Face API)
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 ...
0
votes
2
answers
279
views
How to approach resolving error in Logcat
I'm currently trying to wrap my head around developing WearOS watch faces for personal and company-internal use. I managed to adapt the WatchFaceKotlin example to an acceptable level for an analog ...
0
votes
1
answer
82
views
When calling an activity from a watch face, the watch face continues to run in the emulator, but stops in a physical watch. Why?
I am developing a watch face. In the emulator, I can call a new transparent activity and the watch face continues to execute. But in a physical watch with Wear OS (the Galaxy Watch4), the execution ...