A workout tracking android application
- Recording workout session: route, speed, distance & time
- Store unlimited sessions
- Can run on background
- Save battery
Follow Android Architecture Components sample
db
ObjectBox database helper classesdi
Dependencies injection from Dagger2models
app model classesservices
location service & helper classesui
views & viewmodels, follow MVVM architectureutils
utilities & helper classesbuildSrc/Dependencies.kt
all versions of dependencies and app configurationssrc/test
unit tests
- Download or clone this repo
- Get the latest android studio
- Open project from
android studio
- Follow this guide and replace your google map api key in
google_maps_key
fromdebug/res/values/google_maps_api.xml
&release/res/values/google_maps_api.xml
- Run command
gradlew build
to build or pressRun
button inandroid studio
- If there is any build error, try to clean project with
gradlew clean
, then build again
- Android API Level >= 21
- Android Build Tools >= v27
- Google Support Repository
- Kotlin >=
1.2.50
Copyright (C) 2018 ductranit
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.