0

I just need to create a web application to analyse the daily fitness records.

I plan to monitor daily activities from Google Fitness API I installed Google Fit application from Google Playstore It successfully track my daily activities

Now I needs to retrieve those data to my web application

Is It possible to retrieve data from 3rd party application? I heard this app is sync data to my account in cloud Therefore I can able to retrieve data, isn't it?

My Question is- Do I need to create a separate app for my work or can I retrieve data from google cloud

Community
  • 1
  • 1
Milinda Bandara
  • 542
  • 8
  • 23

1 Answers1

3

No you don't need to create a separate Android app. There are perfectly usable Rest API's

Ifor
  • 2,825
  • 1
  • 22
  • 25