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.
The app no longer crashes when navigating from FriendsFragment to ProfileFragment. Thankfully, the TableRow in FriendsFragment with id "username" was not used in any other files, so no manual refactoring needed to take place.
The app no longer crashes when navigating from FriendsFragment to ProfileFragment. Thankfully, the TableRow in FriendsFragment with id "username" was not used in any other files, so no manual refactoring needed to take place.
Closes #69