I have created this app as a POC during my internship starting phase. It fetches user’s data from google fitness cloud with the help of Fitness APIs (only after user's consent).
This app follows MVVM (Model-View-ViewModel) architecture. It only takes oAuth Permissions from the user.
This app tracks your today's data and the past week data of the following parameters:
- Step Counts
- Calories Expended
- Distance Travelled
- Active Move Minutes
- Heart Points earned
- Weight
| Main Screen | Steps Count | Calories Expended | Distance Covered |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| Move Minutes | Heart Points | Weight |
|---|---|---|
![]() |
![]() |
![]() |
Project purpose is to fetch data using Fitness APIs', not UI 😄.
RESOURCES/REFERENCES:






