Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 2.82 KB

README.md

File metadata and controls

40 lines (33 loc) · 2.82 KB

BikingApp

Bike ride tracking app using CLEAN architecture

Tech used

  • Kotlin
  • Hilt
  • Fragments
    • Custom list adapters
    • Settings panel
    • Custom sorting
  • Tracking service
  • Google Maps API
  • GPS tracking (while in background controlled by a Foreground Service)
  • Statistics and graphing using MPAndroidChart charting library
  • Room database cache with Custom Typeconverters to save maps
  • Bottom tab Navigation with ViewPager

To install the Apk:

  1. Open this link on your Android device: https://github.com/realityexpander/calorieTrack/blob/master/bikingtrack_1.0.apk

  2. Tap the "skewer" menu and tap the "download"

  3. Allow the file to download (DO NOT click "show details")

  4. After the file is downloaded, click "OK" to install

  5. Click "OK" to install

  6. Click "OK" to launch

If you have developer options turned on, you may need to turn off "USB Debugging" if the "Waiting for debugger" dialog is displayed.