Workout-Tracker
Workout-Tracker copied to clipboard
A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
When adding an exercise to a session there should be an option to select from previous sessions, presenting a list of sessions with its exercises visible and selectable?
Inconsistent naming of exercises means some exercises have the muscle group in the name while some don't. Every word in the search term should be found in one of the...
Hey :) I've discovered your app the other day and noticed stuff isn't run through kotlin lint. Just did some formatting, nothing too fancy. I added a bottom bar navigation...
Add apks to the release tab at least. More over it would be nice to see this app on f-droid.
Not sure how to handle the file-saving. Should it always be saved to the same place and replace the previous backup?
View model gets killed => doesn't complete import. Solution: Show that import is in progress and prevent user from leaving until completed.
If a row has been removed from one of the tables all of the relations will be wrong, since the primary key gets incremented for each added entity. Removing no32...
https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.1
https://m3.material.io/components/bottom-sheets/overview
New search component just dropped https://m3.material.io/components/search/guidelines Would probably be more flexible and usable than the custom text-box in use at the moment?