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.
Addressed the issues talked about in Issue #35
Mainly moved the Edit Text Fields Around so that they no longer add whitespace when the enter button is pressed. They are also stacked horizontally for a better flow of the page. Also added a button to clear out the fields in case of a mistake that doesnt bring the user back home. Added the functionality to the controller file. As a bonus i extracted hardcoded Strings to the strings resource file to follow android programming convention
Moved Three Edit Text Fields so that They're Vertical Not Horizontal in fragment_log_exercise.xml
Added A Clear Button to Reset Fields In Case of Mistake in fragment_log_exercise.xml
Added a Clear Fields Method and Implemented in LogExerciseFragment.java
Extracted hardcoded Strings into the strings.xml to follow Standards
Addressed the issues talked about in Issue #35 Mainly moved the Edit Text Fields Around so that they no longer add whitespace when the enter button is pressed. They are also stacked horizontally for a better flow of the page. Also added a button to clear out the fields in case of a mistake that doesnt bring the user back home. Added the functionality to the controller file. As a bonus i extracted hardcoded Strings to the strings resource file to follow android programming convention
Addresses Issue #35