This isn't a compose question (I know I know) BUT ...
# compose-wear
a
This isn't a compose question (I know I know) BUT I wanted to ask if using the data client on the watch could potentially be a big battery drain ? I have an app sending data every second
y
While open? Or in background? Either way, that sounds like a bad idea.
Ideally cpu and network are mostly idle. In your case the radio will stay on.
a
Both. But ouff, thanks for the insight ! I'll make some modifications