A fitness tracking/logging application with social media aspects. The purpose of Resolute is to encourage users and their friends to be involved in each other's fitness endeavors through non-intrusive mobile notifications.
Update:
Added functionality to validate user input data correctly via the isInputValid method. All fields have to be filled out.
Updated the Hints on the page so the user knows what text is expected in each field.
Removed Activity because we will be handling persistence in a different way.
The gradle is updated to handle Java, Kotlin and Anything else.
LogExercise grabs all text from the fields and stores them in a map object then writes to the DB in the exercise collection.
Update: Added functionality to validate user input data correctly via the isInputValid method. All fields have to be filled out. Updated the Hints on the page so the user knows what text is expected in each field. Removed Activity because we will be handling persistence in a different way. The gradle is updated to handle Java, Kotlin and Anything else. LogExercise grabs all text from the fields and stores them in a map object then writes to the DB in the exercise collection.
Addresses Issue #13