I just started to look into the SDK for SmartWatch, if I look in the example source all the code relates to the SmartWatch itself.
But how do one interact from an Android app?
Is there a code example here?
How can I send data from my Android application to the SmartWatch.
a) send data every x seconds?
b) send data when tapping on the SmartWatch?
EDITED: I have an normal Android app XYZ already on Play. I make a new extension for my SmartWatch. Now I have two apps in Play. How can I now change my XYZ app to talk to my new extension. The extension I implemented was the SampleWidgetDemo. Let's say I now want to change SampleWidgetDemo and display some text that originates from my app XYZ. How can I send some text from my app XYZ app? And also if I tap my watch how can I request data from my app XYZ?
Im missing a code example that I have to integrate into my XYZ app. And also the code sample to retrieve a text from my XYZ app, initiated from my extension while tapping.
Thanks!