I am developing an application,that should communicate with Samsung Gear watch/wear to get all activity details ( step,calories and more ) from android. I have come up with Accessible SDK.
Someone help on this find the concrete example or solution, should be appreciated.
I referred this too https://stackoverflow.com/a/40529913 But in this example, they provider a (wearable app ) and consumer app ( android app). Is there any solution without provider app.
If you want to read ( step,calories and more ) from your Tizen wearable device you need a Tizen app on your Tizen device to read/extract those values.
Once you've got these sensor values make communication between those apps(Tizen, Android) like using Rest API or BLE.