Perform validation using activity
I have a scenario where I need to validate the user's input with the database values using an activity which gets invoked when submit button is clicked.
Can anyone suggest me what methods are to be used to achieve the validation.
P.S: Three properties in the form that are to be validated i.e., if the values of the properties matches with the data in database then an error has to be shown.