开发者

Android Softkeyboard predictive text

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜