tool-suite-X
tool-suite-X copied to clipboard
ODK-X Survey: Add Back Navigation To The Top Appbar
I pulled the latest changes from the upgrade-jdk11
branch on the the Survey repo. While testing out the app and looking for bugs, I noticed there is no back navigation
on the top appbar to lead users back to the main home screen
Here is the back navigation found in the Services
App
And this is how the Survey App
looks like with no back navigation ( UI Inconsistency )
My Point Since this project is primarily UI Consistency, adding a back navigation is going to make the ui changes consistent, also improving the overall user experience
@maprehensive @Redeem-Grimm-Satoshi Can I work on this issue?
@juayuohcarineneng19 this is very well described, and you're right there's an inconsistency.
However, we usually use the Android back button, which is why there isn't a top nav back on most screens. It would be complicated to add a top bar back button consistently across the apps, so I don't endorse this issue.
@juayuohcarineneng19 this is very well described, and you're right there's an inconsistency.
However, we usually use the Android back button, which is why there isn't a top nav back on most screens. It would be complicated to add a top bar back button consistently across the apps, so I don't endorse this issue.
Never thought of it this way makes much more sense