fit-samples
fit-samples copied to clipboard
Multiple samples showing the best practices using the Fit APIs on Android.
**Issue by [rubinbasha](https://github.com/rubinbasha)** _Monday Jan 22, 2018 at 12:21 GMT_ _Originally opened as https://github.com/googlesamples/android-fit/issues/30_ ---- "Google Fit broadcasts intents when any app starts or stops recording a session on behalf...
**Issue by [iakovosvo](https://github.com/iakovosvo)** _Tuesday Dec 12, 2017 at 11:51 GMT_ _Originally opened as https://github.com/googlesamples/android-fit/issues/29_ ---- I get the following error while trying to open the BasicSensorsApi project: Error:Could not find...
Error
**Issue by [jaag12](https://github.com/jaag12)** _Thursday Nov 16, 2017 at 09:09 GMT_ _Originally opened as https://github.com/googlesamples/android-fit/issues/28_ ---- Error when trying new versions of Google Fit samples, ` E/AndroidRuntime: FATAL EXCEPTION: GoogleApiHandler Process:...
**Issue by [sushantgiri](https://github.com/sushantgiri)** _Thursday Aug 24, 2017 at 09:01 GMT_ _Originally opened as https://github.com/googlesamples/android-fit/issues/25_ ---- I am building a fitness application where I pull certain data (Steps and Calories) from...
Hi guys, I have two apps one for wearable and one for handheld device and we have mutual source of fit data - Google Fit. So when I request data...
I have a Fossil Q Explorist HR watch that runs on wear os 2 and have a moto g60 phone. The watch and phone are connected via the Wear OS...
Getting below error: Cannot resolve symbol 'TYPE_SLEEP_SEGMENT' i am not able to fetch data related to sleep with google fit renaming all working fine. But here: https://developers.google.com/fit/datatypes/sleep Data type object...
``` DataReadRequest.Builder() .read(DataType.TYPE_HEART_RATE_BPM) .enableServerQueries() .bucketByTime(1, TimeUnit.MINUTES) .setTimeRange(startTime, endTime, TimeUnit.MILLISECONDS) .build() ``` I tried to get data for 2 months, but got the error: onError -- 5022: Cannot bucket into more...