android edittext with drop down list

后端 未结 4 1138
悲哀的现实
悲哀的现实 2021-02-02 13:21

I have an edittext which gets values from the user. I want to add an option which allows the user to choose from different options via drop down list when edittext is clicked. D

4条回答
  •  滥情空心
    2021-02-02 14:02

    On Android it`s called autocompletetextview

    Official Google doc: http://developer.android.com/reference/android/widget/AutoCompleteTextView.html

    Please check this out,tutorial http://www.tutorialspoint.com/android/android_auto_complete.htm

提交回复
热议问题