Android - AutoCompleteTextView wildcard suggestion
Good day. I have an AutoCompleteTextView in my Android Application, and it is working fine. However, I noticed that the suggestions are based on the first character(s) of the substrings of the list supplied to the AutoCompleteTextView. That is fine on its own, however, what I want is for it to also show the items which contains the user input. For example, let's use this list: Adipose Bad Wolf Cybermen Daleks Typing in ad will suggest Adipose , however, I also want Bad Wolf to be suggested since it contains ad in Bad . This won't happen because the AutoCompleteTextView only looks at the