Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an app where I am storing the usernames. Once the user clicks on his username, it goes to the login screen. Can it be done that the username be already inputted in the login screen. , so that the user only has to enter his password. Can we do so with Edittext?

share|improve this question

1 Answer

Yes.

Use SharedPreferences to store previously entered data and setText on the EditText to set the text. Have a look at this.

share|improve this answer
can you please elaborate on this? I am not able to clearly understand from the link you gave me. – Umang Aug 9 '11 at 5:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.