data-binding-validator
data-binding-validator copied to clipboard
Android fields validation library based on data binding adapters.
I have used dagger too as a dependency and when i added this as an library project it build successfully, But at the time of application running i got the...
Spaces only in a field pass validateEmpty rule so there should also be a new validateBlank rule that can be applied on a field if spaces only are not allowed....
How can I validate a Spinner? I tried adding one of the validations but I get this compilation error: `Cannot find a setter for that accepts parameter type 'int' If...
I'm running into an UI issue, causing the error message under a TextInputLayout to flicker if multiple rules are used. Please see the gif below.  What is happening is,...
The phone number validator is based on `Patterns.PHONE`. Also there were updated build tools and third-party libs to last versions.
Email validation is ignored when app is launched with release variant. Odd that the same code built with debug variant works perfectly, as well as the other validations (telephone and...
I'm getting this error while upgrade to verison 2.0.0 `Caused by: org.gradle.tooling.BuildException: Failed to process resources, see aapt output above for details. ` but when I downgrade to version 1.0.0...
This is what I'm doing  It doesn't work after the value changed.
If we implement a ValidationListener, it would be nice to get the error message in the onValidationError. Otherwise, how do we know which rule failed? NOTE: This is due to...