https://github.com/kaushalvasava/fitnesstracker
It is Fitness Tracker app for android. In this project you will learn Google Map, Dependency Injection, Coroutines, Room Database, MVVM architecture.
https://github.com/kaushalvasava/fitnesstracker
broadcast-reciever coroutines dagger-hilt dependency-injection fiteness fitness-app fitness-tracker foreground-service mvvm mvvm-architecture notification room roomdatabase
Last synced: about 1 year ago
JSON representation
It is Fitness Tracker app for android. In this project you will learn Google Map, Dependency Injection, Coroutines, Room Database, MVVM architecture.
- Host: GitHub
- URL: https://github.com/kaushalvasava/fitnesstracker
- Owner: KaushalVasava
- Created: 2022-03-04T10:13:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T04:15:52.000Z (about 3 years ago)
- Last Synced: 2025-03-28T00:05:31.674Z (about 1 year ago)
- Topics: broadcast-reciever, coroutines, dagger-hilt, dependency-injection, fiteness, fitness-app, fitness-tracker, foreground-service, mvvm, mvvm-architecture, notification, room, roomdatabase
- Language: Kotlin
- Homepage:
- Size: 148 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FitnessTracker
It is Fitness Tracker app for android.
How this app will works?
You have enter your name and weight. Based on that your calories will be calculated.
- Click on start button to start your walk or run.
- Stop whenever you need to stop run.
- After that app will give you details about your path, distance, speed, calories burn and show you in image format.
- You can see your running exercise graph.
In this project you will learn :
- Google Map
- Dependency Injection
- Coroutines
- Room Database
- MVVM architecture.
- Notification
- Foreground Service
- Live Data
- Bottom Navigation with navigation graph.
Thank you,
Kaushal Vasava.