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 -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -