I am using autocompletetextview in my app and putting 4 items in my strings.xml file. When I type a letter, the dropdowm list is populated according to the letter I type. What I need it to do, however, is whenever I type a letter all the values from strings.xml must be shown in the dropdown list on autocompletetextview. Is this possible?
Share
You have to subclass AutoCompleteTextView so it does not send the text inside the EditText to the filter: