-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented interactive tutorial functionality across Android App. #64
Conversation
mehad123
commented
Oct 24, 2024
- Included user interaction required for some steps, before next step appeared
- Included user interaction required as needed for certain steps, before next step appeared.
- Included beginning pop-up when help icon is clicked to ask the user if they want to start the tutorial
- Included option for tutorial to start at the InteractionPage.java as well
- Included user interaction required for some steps, before next step appeared. - Still need to add more details to RemotePage instructions.
- Included beginning pop-up when help icon is clicked to ask the user if they want to start the tutorial - Included option for tutorial to start at the InteractionPage.java as well
for some reason it didnt get added to the commit in the previous commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be issues when users do not follow the predicted path with the tutorial. Some bug fixing is necessary. For example, exiting the tutorial isn't doesn't allow me to restart the tutorial until no is pressed and then retried.
That's not a bug, the pop-up message is pointing out for the user to conduct the step, and then the next step of the tutorial will continue on after that. |
My fault, I like the direction, although some edge case handling will need to be implemented later on. LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the direction, although some edge case handling will need to be implemented later on. LGTM
Sounds good, I'll keep that in mind. |