4

我指的是这里描述的 API:https ://developers.google.com/fit/overview 。

我的 Moto360 和手机 (Nexus 4) 上都有 Google Fit。我想通过 Moto 360 检索步数/心率数据。API,但似乎只接收位置数据(来自我的手机)。有什么帮助吗?

我使用了位于此处的 Google 示例应用程序:https ://developers.google.com/fit/android/samples 。

谢谢!

4

1 回答 1

1

只需检查该应用程序:https ://play.google.com/store/apps/details?id=com.github.pocmo.sensordashboard

它是开源的,整个代码在这里:https ://github.com/pocmo/SensorDashboard

一定要看看传感器管理器类:https ://github.com/pocmo/SensorDashboard/blob/master/wear/src/main/java/com/github/pocmo/sensordashboard/SensorService.java

于 2014-12-03T21:24:47.830 回答