You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
AValidation is a validation framework for Android. AValidation is an easy way to validate an `EditText` when the content changes. An error icon and optional message will be displayed if there is a validation error.
4
4
5
-
It can also compare the content of an `EditText` with content of another `EditText` when validating (see [ComparingMaxIntegerValidator](#comparing-max-integer-validator)).
5
+
It can also compare the content of an `EditText` with content of another `EditText` when validating (see [ComparingMaxIntegerValidator](#comparingmaxintegervalidator)).
6
6
7
7
The same validators can also be used to validate the entire form.
0 commit comments