Skip to content

Conversation

@ionicastefan20
Copy link

No description provided.

Copy link
Owner

@magdamiu magdamiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the added comments and if something is not clear, just let me know.

setContentView(R.layout.week3_code_challenge_1);

EditText editTextEmail = findViewById(R.id.editTextEmail);
editTextEmail.setError("Fill the input with a valid email address");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setError is added when the validation is not respected

android:layout_height="match_parent">

<Spinner
android:id="@+id/spinnerAndroidVersions"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider formatting the code before it is sent for review. Use CTRL + ALT + L

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants