I was trying to enforce a input format and then validate the input data before submitting it in a post to our api. In the code samples below I’m using a Rx Observer “idValidObs” that observes a EditText “idEditText”. The input format I’m trying to match can be described by this regexp: String inputIdFormatRegex = […]
The post Input validation in Android appeared first on blog..