Is there any mature form validation API / library for Android?
I\'ve found http://code.google.com/p/android-binding/ but it seems that is under heavy development.
If you mean to validate text fields(EditText) then i will suggest you to use Pattern and Matcher with regex expressions, ofcourse we are not using android API here but android support java API hence you can.