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

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -