AwesomeValidation icon indicating copy to clipboard operation
AwesomeValidation copied to clipboard

Android validation library which helps developer boil down the tedious work to three easy steps.

Results 9 AwesomeValidation issues
Sort by recently updated
recently updated
newest added

I coded a submit form inside DialogFragment. after the button pressed it always returns true. How can I use this validation in FragmentActivity

Convert the code base to Kotlin to leverage features provided by the language.

![device-2017-07-09-134358](https://user-images.githubusercontent.com/138194/27994015-ba2b1b64-64ac-11e7-9622-4f1525d45341.png) For given layout: ``` ```

bug

I encountered an error when using the UNDERLABEL style. ` java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first. at android.view.ViewGroup.addViewInner(ViewGroup.java:5034) at...

- Fixes: https://github.com/thyrlian/AwesomeValidation/issues/74. - Converted test classes `AwesomeValidationTest`, `ValidationHolderTest`, `ValidationStyleTest` to Kotlin. - Ensured all the tests are running and are passed successfully. - Added Kotlin version `1.3.50` to the...

Sample usage on how to use this with Kotlin is missing!

- [x] complex layout (horizontal orientation) - [x] change EditText's underline color for UnderlabelValidator - [x] use same padding as EditText for underline - [x] overload addValidation to support range...

it doesn't work for Alert Dialog... for some reason it does not detect the ID of the EditText there

I have implemented AwesomeValidation on other Fragment classes (moving .validate() to onViewCreated() instead of onActivityCreated as it's now deprecated - that should be changed in README- ). But whenever I...