can anyone help me with best practices in writing ...
# android
a
can anyone help me with best practices in writing input validation functions in kotlin
c
Like... regex?
a
how to go about input validation in the views
c
The easiest thing I found was using a third-party library for input validation. I prefer to use this one https://github.com/deadpixelsociety/passport But this one is another viable option https://github.com/wajahatkarim3/EasyValidation Do mind that these libraries have not been updated for some years. So use them with caution.