How To Get Spell Checking In Android?
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.
Solution 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.
Post a Comment for "How To Get Spell Checking In Android?"