COSC481W-2024Winter / ResoluteApp

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.
0 stars 1 forks source link

Update: Enhancements To Log Exercise #38

Closed dubedo580 closed 8 months ago

dubedo580 commented 8 months ago

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