Languages

Menu
Sites
Language
Updating a wearable app setting through the phone - without a Companion App

Hi,

I'm developing a Gear S3 app that requires the user to enter a URL.  Doing so on the watch is awkward. I only need one field so building a companion app is a bit over-the-top.
Some gear apps have a setting (cog) icon in the Galaxy Wearable app screen e.g. Weather, Contacts, Email (see jpg). Can I create the same for my app?
 

 

Thanks

 

Responses

1 Replies
Yasin Ali

Hello,

I think its better to use simple text interactions(in your case) between the Host device and the Gear device using Accessory SDK. Check below link for idea:

https://developer.samsung.com/galaxy-watch/develop/samples/companion/hello-message-web

Hope it will help.