I’m trying to make a complication that connects to a specific URL every 10 minutes. If the URL format changes — like from “https://youtube” to “https://youtube/home” — I want it to detect that, return true, and show an indicator on the complication. Is something like this even possible, or just not doable?
Can you please explain it a bit more? Are you the one changing the URL or you’re getting the URL from a source that might change the URL?
In both cases I believe it is doable. If you want to build a custom complication, you will have to build it in Android Studio.
You can follow the documentation here:
Expose data to complications | Wear OS | Android Developers
1 Like
@k3443tn431 Did you come up with a solution yet? I’ve developed a few complications. What you can pass from them to watchfaces is quite limited, but maybe I can help.
1 Like