Skip to content

Instantly share code, notes, and snippets.

@wellingtoncosta
Last active July 18, 2017 02:30
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/e637b9cb2495d6e1cac2c6ef8c9ec1b2 to your computer and use it in GitHub Desktop.
Save wellingtoncosta/e637b9cb2495d6e1cac2c6ef8c9ec1b2 to your computer and use it in GitHub Desktop.
private ConvalidaValidator validator;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_sample);
validator = Convalida.init(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment