vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

support dynamic new FormEditText() #26

Closed ninjachen closed 10 years ago

ninjachen commented 10 years ago

Thank you vekexasia, the edittext-validator is useful.

When I use it to dynamic new FormEditText() without layout.xml file, it

throw new RuntimeException("Not supported");

But my UI view depends on a server-side Json, I really need it.

So I fork your code, and change in my way.

Maybe it will help others.

vekexasia commented 10 years ago

Thanks for this.