0

I have email edittext field and need to show last successful logged in values of email, if first characters of them are equal.

I know, that successful logged in values I can store in the sharedPreferences. But how can I show it and when user clicks on it, it have to be setted in the login EditText.

How can I do it?

Rikki Tikki Tavi
  • 3,089
  • 5
  • 43
  • 81
  • 1
    http://developer.android.com/reference/android/widget/AutoCompleteTextView.html Use the AutoCompleteTextView – Premsuraj Dec 05 '13 at 11:55

1 Answers1

2

Use an auto complete EditText as login field like in this page http://android.foxykeep.com/dev/how-to-add-autocompletion-to-an-edittext

insomniac
  • 11,146
  • 6
  • 44
  • 55