Introduction • Objective and Usage • Screenshots • Project Sources • How to use • Tech Stack • License
FitME is a running tracker app that tracks run or walk distance using maps SDK. It performs some tasks, shows track routes on the maps, schedules things, and shows articles by using Android Jetpack Architecture. Tracks the health of the user by runs and calorie burns and shows the user's statistics.
Features:
Tracks running distance, steps, calories, and weather, provides diet plans, exercises, workouts, and recommend YouTube videos, sets-up alerts and goals for daily achievements, view statistics, etc.
The number of smartphone users has spread rapidly around the globe, along with this, the use of health and fitness apps has also increased because people prefer to track their fitness from their mobile rather than the traditional method of going and seeing a doctor. Several health and fitness apps on the market are loaded with tons of features, but these irrelevant features distract the user and also make the app complex to use, taking away the main purpose of the app. So keeping in mind all these factors, we have developed a fitness app, FITME, which is user-friendly and easy to use and has a hassle-free experience that does not distract the users from their main goal.
- Clone the project on your system.
git clone https://github.com/thisisvd/FitMe-App.git
- Sync the project, build it and run it.
- Then, in the
gradle.properties
file, obtain the keys from the relevant API sites and replace them below.
# API Key's
WEATHER_API_KEY="WEATHER_API_KEY"
GOOGLE_PLATFORM_API_KEY="GOOGLE_PLATFORM_API_KEY"
ARTICLES_API_KEY="ARTICLES_API_KEY"
CLIENT_ID_API_KEY="CLIENT_ID_API_KEY"
- At last in
strings.xml
file replace<string name="MAPS_API_KEY">MAPS_API_KEY</string>
with the original obtained maps api key.
API's:
Weather-API, News-API
SDK's:
Google MAP's SDK
Dagger Hilt (for Dependency Injection), MVVM(Model-View-ViewModel), ROOM Database, Retrofit, Navigation, Glide, Maps, charts etc.
This project is licensed under the Apache License.
© 2021-2025 FitMe. All rights reserved.