I am trying to integrate Google Fit SDK. Is there any way to get data update notifications from Google Fit for Android SDK?
Asked
Active
Viewed 260 times
1 Answers
0
Yes, you can add an OnDataPointListener
to any DataSource
or DataType
to receive updates when data is added to the respective type in real time. You do this through the Sensors API.

Matthew Woo
- 1,288
- 15
- 28