In my application I am using a login process. In that I have username and password field. Once I login, the username and password will be there even when you exit the app or kill the app.
How can I set like that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In android There is functionality of sharedpreferences You can save your username and password in shared preferences and check that if sharedpreferences are not null then display username and password in textField