android-saripaar icon indicating copy to clipboard operation
android-saripaar copied to clipboard

UI form validation library for Android

Results 66 android-saripaar issues
Sort by recently updated
recently updated
newest added

We need add Max,Min,DecimalMin,DecimalMax validator that will check if value is greater or less than without equality. Without this, I can't check if value is greater than zero, because Min...

Self-descriptive. See http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/

Adding multiple validated fields across multi-lang application requires many repetitions of ``` java @NotEmpty(messageResId = R.string.error_empty) private EditText firstnameView; @NotEmpty(messageResId = R.string.error_empty) private EditText lastnameView; @NotEmpty(messageResId = R.string.error_empty) private EditText...

similar way to context.getString(int resId, Object... formatArgs)