by junyanyap » Sat Jan 22, 2011 3:34 am
Hi,
I am currently working on a login page.
After the user inputs the fields "email" and "password", they can choose either "sign up" or "log in".
I am currently using SQLite as my database.
Am wondering how can i link my login page to my database, in the sense that, when the user presses "log in", the app will access the database to check whether it is a valid "email" and "password", if correct, the homepage of the app will load, if incorrect, give an error message.
For the sign up button, it will just direct the user to another page, where they can register.
Anyone can help? Cause i am new to android and java programming.
THanks Alot!