as i m new to android application development .. i m making a passwords manager type of application ... so on the first page i have asked for username and password and a button for signup. if a person is running application for first time then he/she has to sign up and provide user id,password,security question for the case if he/she forgets his/her password. now i want to save the user id and password which user provide during signup in the application and next time when he/she again login and enters the user id and password then application should verify it from the saved user id and password and direct it to next page if he/she entered correct user id and password else a message should toast that "incorrect username or password ".
for this what coding in eclipse should i do..?
i had already made xml files i.e layouts..
thanks