I'm new to wearable development, it's quite standard that wearable only uses GoogleAPIs. But is it possible to call a background service from the phone and send the results back ?
this is my thoughts:
- Wearable send an event to the phone via MessageAPI, eg: request a particular news feed.
- The phone wakes up it's service when it receives the event.
- services does the background task and post the results back to wearable.
I haven't try this approach yet, just want to gather more opinions first. Thanks!