ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

NEED : Value Validation #200

Open softmarshmallow opened 7 years ago

softmarshmallow commented 7 years ago
@MatchValue(true)
boolean isPhotoSetted;

@MatchValue(true)
boolean isLocationSetted;

so i can validate user setted photo. ect..

would be cool to have this feature.

davegrix commented 6 years ago

Just use @notempty!