android - Make AutoCompletionTextView show suggestions not complement of text -


i want make autocompletiontextview show suggestions

the behavior in data arrayadapter , make suggestions

suggestions list list of texts have same sequence of characters

like type abc , data list have [ abc , fabc, geabcr, fgkd, abcg, meow] , suggestions [abc, fabc, geabcr ,abcg](see suggestions have abc in them)


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -