I am trying to validate a form with mixed data type inputs from user. I also have Optional/Required field along with Regex validations. I have implemented Android Data binding using MVVM and hence I can now not use saripar.
I tried Kubwa but i can not use duplicate annotations there. I have also had a look at android-binding,but I couldn't implement the library and also they don't support it anymore. Let me know if anyone can suggest better approach.