开发者

Android Softkeyboard predictive text

开发者 https://www.devze.com 2023-02-09 17:59 出处:网络
I am trying to get the list of all predictive words based on user input I am using 开发者_运维问答android Softkeyboard sample any idea how should I move on

I am trying to get the list of all predictive words based on user input I am using 开发者_运维问答android Softkeyboard sample any idea how should I move on

Regards Saurabh


Store all the words in a SQLite databse.Thenfor each keypress look for word in database starting with composing text through cursor using like statement and store them in a list. Show this list to the candidate view and you are done :)

0

精彩评论

暂无评论...
验证码 换一张
取 消