Go to file
michael-bailey 6f04b26b84 Deleted table data manager classes, as they are redundant with Room 2025-04-14 23:15:04 +01:00
.idea Migrated build files to kotlin. introduced version catalogue. Attempted to fix main activity rotation bug. 2025-04-14 16:44:42 +01:00
gradle Moved more deps to catalogue. fixed issue with rotation on main activity 2025-04-14 23:10:48 +01:00
gym_library Moved more deps to catalogue. fixed issue with rotation on main activity 2025-04-14 23:10:48 +01:00
gym_mobile_app Deleted table data manager classes, as they are redundant with Room 2025-04-14 23:15:04 +01:00
gym_watch_app Moved more deps to catalogue. fixed issue with rotation on main activity 2025-04-14 23:10:48 +01:00
.gitignore Updated gradle wrapper 2025-03-15 22:00:51 +00:00
README.md Update README.md 2024-04-01 16:23:33 +01:00
build.gradle.kts Migrated build files to kotlin. introduced version catalogue. Attempted to fix main activity rotation bug. 2025-04-14 16:44:42 +01:00
gradle.properties + created spinner component 2023-04-21 00:07:36 +01:00
gradlew Updated gradle wrapper 2025-03-15 22:00:51 +00:00
gradlew.bat Updated gradle wrapper 2025-03-15 22:00:51 +00:00
settings.gradle renamed modules, created shared library, created wearOS app 2025-04-12 21:41:35 +01:00

README.md

Gym Log Book

An app, developed to assist me in my tracking my progress, at the gym. As well as being a scratch pad to, tests new user interface designs, and experiment with app architectures.

Goals

  • Reliably track, aggregate, and display my progress at the gym
  • Brainstorm architecture patterns that can resolve issues in other projects.

Future Goals

  • practice data science, by combining my results, and using that to create suggestions for workouts and session planning
  • add scriptability to introspect and modify data on the fly.

This app can be unstable, as i have a habit of restructuring sections of this app rapidly.