Show a drop down list of recently entered text when clicks on an android edit box
问题 I have to show a drop down list of recently typed texts when the user edits the text.Example is the login pages shows previously logged in users 回答1: You are looking for the AutoCompleteTextView http://developer.android.com/reference/android/widget/AutoCompleteTextView.html Create a list of logins When a user logs in, you need to save that login to some sort of persistent storage (database, text file). Creating a auto complete list Everytime you create the form with the EditText login Extract