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

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

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

node.js - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH -