0

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.

burning_LEGION
  • 13,246
  • 8
  • 40
  • 52
user1083266
  • 1,751
  • 3
  • 24
  • 26
  • i just want to implement spell check functionality i tried for examples but i didn't find.I tried by using searchable dictionary example in sample but there are only 999 words is it possible to get default google dictionary – user1083266 Aug 10 '12 at 07:27

1 Answers1

3

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.

Andro Selva
  • 53,910
  • 52
  • 193
  • 240