1

I`ve been trying to use the Google Fit API for counting steps in my App for the Sony Smartwatch 3. I can't find any basic step-by-step tutorial for using the API.

So my question: does somebody know any tutorials or similar where I can look up how to use it?

mbezzy
  • 11
  • 1

1 Answers1

0

I think this documentation of Google Fit can give you the basic or the first step that you need to do in order to connect the Google Fit API in to a Wearable Device.

For the different API from Google FIT, this page of the documentation can give you a sample code on how to use the following APIs:

  • AndroidWatchFace
  • BasicSensorsApi
  • BasicRecordingApi
  • BasicHistoryApi
  • BasicHistorySessions

For more information, check this SO question and these tutorials:

Community
  • 1
  • 1
KENdi
  • 7,576
  • 2
  • 16
  • 31