Android-Validator icon indicating copy to clipboard operation
Android-Validator copied to clipboard

Form Validator Library for Android

Results 6 Android-Validator issues
Sort by recently updated
recently updated
newest added

hi! i have 2 pages. and i can scroll page to left and after that i have see second page when i scroll - validation tooltip sticky to the left...

When I create an instance of any type of Validator, for example, NotEmptyValidator, there always be an error with detailedMessage "Failed resolution of: Lcom/throrinstudio/android/example/validator/R$string;". My source code is following: NotEmptyValidator...

Wanted to know if we can add validation to disabled field. For example an EditText which is filled by output of DatePicker dialog. The DatePicker is enabled on tap of...

Hi, In the class "RangeValidator", there is a static class variable called "mErrorMessage". It shouldn't be static as if you have multiple "RangeValidator", it will only keep the last value....

function _closeAllErrors()_ cant close ConfirmValidate. You'll get exception > E/AndroidRuntime(27795): java.lang.ClassCastException: >.validator.validate.ConfirmValidate cannot be cast to .validator.Validate

``` ....the form can just handle the EditText. ``` Just wondering what other objects did you want to validate. I wanted to try coding it