Skip to content

Instantly share code, notes, and snippets.

@wellingtoncosta
Created July 18, 2017 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wellingtoncosta/acb33eca825cd4eec501663c935129f3 to your computer and use it in GitHub Desktop.
Save wellingtoncosta/acb33eca825cd4eec501663c935129f3 to your computer and use it in GitHub Desktop.
public void validateFields() {
boolean isValid = validator.validateFields();
String message = isValid ? "Yay!" : "Something is wrong :(";
Snackbar.make(linearLayout, message, Snackbar.LENGTH_LONG).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment