I am developing an android application.
I want to provide a screen that will ask the user name and password from the User when application runs first time after installation not from further execution.
Please help me.
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.
I guess what you are looking for is some kind of persistent data storage.
You could display a dialog asking for the info only if you do not find it in your persistent store and make sure you store it once you obtain it.