I have creating a login form where I have created sqlite database,in this I want to compare Count or Email in database if my email is in database so it will check the password,or if my email is not in database so it will call the web service.
So how can I compare Email or check count which user enter from the database?
In this method i check if the username already exists in the database or not.
In this method i pass in Username and Password to check if the credentials match and if they do i log them in.