Posts by felipe • 11 points
1 post
-
1
votes1
answer537
viewsQ: String Error CPF Android
Does anyone have a CPF code for validation on Android? I have the following code: public static boolean validateNotNull(View pView, String pMessage) { if (pView instanceof EditText) { EditText…