We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You need to create the UI of a signup screen in order for the users to create accounts before using the app.
The user input needs to be validated on the client-side and also will be validated on the server-side.
The errors yielded from the client-side should be shown by TextInputLayout's built-in error mechanism.
The errors coming from the server-side will be dealt with in a different task.
This task is only for creating Signup Screen UI and adding client-side validations for it.
Material Design | Text Fields
Material Design | Buttons
Validator
Activity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
You need to create the UI of a signup screen in order for the users to create accounts before using the app.
The user input needs to be validated on the client-side and also will be validated on the server-side.
The errors yielded from the client-side should be shown by TextInputLayout's built-in error mechanism.
The errors coming from the server-side will be dealt with in a different task.
This task is only for creating Signup Screen UI and adding client-side validations for it.
Todo
Validation Table
Resources
Material Design | Text Fields
Material Design | Buttons
Acceptance Criteria
Bonus Points
Validator
classes and outside theActivity
class.The text was updated successfully, but these errors were encountered: