Form validation library for Android?

后端 未结 7 2122
自闭症患者
自闭症患者 2020-12-09 09:48

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.

7条回答
  •  自闭症患者
    2020-12-09 10:48

    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.

提交回复
热议问题