Files
android_development/samples/SpellChecker/HelloSpellChecker/_index.html
satok 47b8def1e3 Add hello spell checker sample client app
Bug: 4973788

Change-Id: I938ba499c35d91f2e9dbcd00ae0df64c999b2b95
2011-10-20 14:46:45 +09:00

6 lines
541 B
HTML
Executable File

<p>A simple activity that requests spelling suggestions from a spell checker service, using the <code><a
href="../../../reference/android/view/textservice/TextServicesManager.html">TextServicesManager</a></code>
and <code><a href="../../../reference/android/view/textservice/SpellCheckerSession.html">SpellCheckerSession</a></code>
APIs introduced in Android 4.0 (API level 14).</p>
<p>For an example that implements a custom spell checker service, see the <a href="../SampleSpellCheckerService/index.html">Spell Checker</a> sample app.</p>