I am trying to create a custom rule using Android Saripaar to check the validity of login credentials a user has input but I am unable to figure out how to create a custom rule that accepts 2 inputs. All of the examples I have seen only accept 1 input whereas I need to pass in a username and password then head off to an api for validation.
Does anybody know of any good examples out there for this?
Thanks