" Tracker Go" is an android application to tracks the running status by considering the parameter weight and track the running status including average speed, time taken, calories burned, distance covered and keep record of the status history.
- Track the running route.
- Tracks in background.
- Sorting running status.
- Plot average speed in chart view
- Save the Map route track as screenshot in database.
- Kotlin
- MVVM
- Navigation Component
- Google SDK
- Dagger Hilt
- Android KTX
- Room
- Timber
- Glide
- MPAndroidChart
- Easy Permission
- Coroutines
- Material Design
- Google Map location service
- Kotlin extension
You need to know a basic understanding of
- Android Fundamentals.
- Kotlin language.
- Dependency Injection
- MVVM architecture
- Navigation
- Room Database
- Coroutines.
- Integration of third party libraries.
So let's get started.
- Install Android studio
- Install Android SDK(28)
- Check out the Google Map SDK documentation and get the API key.
- Clone the repo
- Start a new project as import from Version Control in android studio and paste the clone URL and finish.
- Go to Android Manifest and check for <meta - data/> tag error will be shown in it can be solved by doing the following:
- Go to step 1 and get unique Google Map key and go to :
<string android: name = "map_key"> Paste your API key Here</string>
So now the error will be solved.
- Run your application.
Contributions are always welcome! Contributions are what make the open-source project amazing. Which helps to learn, inspire, and found new modes in the development phase of a coder. Any contribution to this project is greatly appreciated.
If you have any suggestion or found any issues please free to put your suggestion.
-
You can Fork it
-
Clone the project then
-
Create your branch check out to your branch (git checkout -b) Suggested naming **feature/ feature_name
-
Commit your changes(git commit -m "new feature name")
-
Push the commit(git push origin feature/feature_name)
-
Open pull request