An open API service indexing awesome lists of open source software.

https://github.com/atilmohamine/fitness-tracker

Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.
https://github.com/atilmohamine/fitness-tracker

android fitness fitness-tracker google-fit-api kotlin-android mvvm

Last synced: 2 months ago
JSON representation

Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.

Awesome Lists containing this project

README

        

# Fitness Tracker
Fitness Tracking application built for Android with Google Fit API using Kotlin and the MVVM architecture. The application allows users to track their daily fitness activities such as steps taken, distance traveled, and calories burned. Users can set daily fitness goals and track progress towards those goals.

## Features
- Track daily fitness activities such as steps taken, distance traveled, and calories burned
- Set daily fitness goals and track progress towards those goals
- View fitness data in graphs and charts
- Built using the MVVM architecture for a clear separation of concerns

## Technologies
- Kotlin
- Android
- Google Fit API
- MVVM architecture
- MPAndroidChart library

## Pre-requisites
Register a Google Project with an Android client per getting started instructions [http://developers.google.com/fit/android/get-started](http://developers.google.com/fit/android/get-started)

## Getting Started
- Clone the repository.
- Open the project in Android Studio.
- Build and run the application on your device or emulator.

## Screenshots



![fitness-tracker](https://github.com/AtilMohAmine/Fitness-Tracker/assets/86023602/aefc8b18-cb62-4764-8e7f-a39060f51ba2)

## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/AtilMohAmine/Fitness-Tracker/blob/main/Licence) file for more information.