How to get spell checking in android?

不想你离开。 提交于 2019-12-12 01:08:10

问题


In my application I want to check if the word entered is correct or not. I searched for spell checking examples but I didn't find any examples.


回答1:


I think android provides a Spell Check service by default.

Assuming that you didn't look for it in the developer website,

here goes the link,

http://developer.android.com/guide/topics/text/spell-checker-framework.html

Also it looks like the examples are available with the sdk package itself.



来源:https://stackoverflow.com/questions/11897020/how-to-get-spell-checking-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!