Skip to content

ductranit/trackme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackMe

A workout tracking android application

Screenshots

Screenshot1 Screenshot3

Demo

Download demo apk here

Features

  • Recording workout session: route, speed, distance & time
  • Store unlimited sessions
  • Can run on background
  • Save battery

Architecture

Follow Android Architecture Components sample

Project structure

  • db ObjectBox database helper classes
  • di Dependencies injection from Dagger2
  • models app model classes
  • services location service & helper classes
  • ui views & viewmodels, follow MVVM architecture
  • utils utilities & helper classes
  • buildSrc/Dependencies.kt all versions of dependencies and app configurations
  • src/test unit tests

Getting Started

  • 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 from debug/res/values/google_maps_api.xml & release/res/values/google_maps_api.xml
  • Run command gradlew build to build or press Run button in android studio
  • If there is any build error, try to clean project with gradlew clean, then build again

Prerequisites

  • Android API Level >= 21
  • Android Build Tools >= v27
  • Google Support Repository
  • Kotlin >= 1.2.50

License

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.