hi,
i just validate some field textview and edit text. 2 textview validate using "@notempty" annotation and one field edit ext which is filled with phone number and validate it with "@length" annotation.
when i've done fetch phone number from contacts intent, i called validator.validate(). and it's success (called method OnValidationSucceeded()), which is 2 textview is empty, which is I use "@notempty" annotation, not as i expected
hi, i just validate some field textview and edit text. 2 textview validate using "@notempty" annotation and one field edit ext which is filled with phone number and validate it with "@length" annotation.
when i've done fetch phone number from contacts intent, i called validator.validate(). and it's success (called method OnValidationSucceeded()), which is 2 textview is empty, which is I use "@notempty" annotation, not as i expected
Can anyone help with this problem? thx.