简体   繁体   中英

spell checker in android application

Does spellChecker same as spelling corrector? How can I implement spellChecker to check the user input for my android app in the AutoComplete text box? Thanks in advance.

Android has a its own Spell Checker Framework which you can integrate into you app. It is fairly simple to implement and the sample code is available in the sdk under SpellChecker. While running remember to install the SampleSpellCheckerService first then the HelloSpellChecker apk.

Yes, spellChecker and autocomplete text boxes are different. You can use onGetSuggestions() , onGetSentenceSuggestions() override method to implement your spellChecker application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM