Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storyofdavid/Android-WorkoutTracker
Free to use demo repo of an android workout tracker application
https://github.com/storyofdavid/Android-WorkoutTracker
Last synced: about 2 months ago
JSON representation
Free to use demo repo of an android workout tracker application
- Host: GitHub
- URL: https://github.com/storyofdavid/Android-WorkoutTracker
- Owner: storyofdavid
- License: mit
- Created: 2023-05-18T08:44:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T01:32:09.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:18:37.587Z (5 months ago)
- Language: Java
- Size: 2.66 MB
- Stars: 74
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - storyofdavid/Android-WorkoutTracker - Free to use demo repo of an android workout tracker application (Java)
README
# Android-WorkoutTracker
Free to use demo repo of an android workout tracker application.
Features a local SQL Lite DB
Light/Dark Color Scheme
Foreground Service and chronometer to keep track of your workouts.Notes:
- There is a bug when switching from dark back to light mode
- Should probably look to use ROOM instead of RAW sql lite statements.
(I did not have enough knowledge at the time to make it work...)
- Single press to increment your counter for exercises, long press to minus 1 from your counter.This app may not be production ready, but can serve as a pretty cool foundational base for anyone who wants to make something similar.
![Screenshot](screenshot1.png)
![Screenshot](screenshot2.png)