summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/articles/creating-input-method.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/resources/articles/creating-input-method.jd')
-rw-r--r--docs/html/resources/articles/creating-input-method.jd13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/html/resources/articles/creating-input-method.jd b/docs/html/resources/articles/creating-input-method.jd
index 5a92970..6f932df 100644
--- a/docs/html/resources/articles/creating-input-method.jd
+++ b/docs/html/resources/articles/creating-input-method.jd
@@ -2,6 +2,19 @@ page.title=Creating an Input Method
@jd:body
+<div id="qv-wrapper">
+<div id="qv">
+
+ <h2>See also</h2>
+ <ol>
+ <li><a href="{@docRoot}resources/articles/on-screen-inputs.html">Onscreen Input Methods</a></li>
+ <li><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a></li>
+ </ol>
+
+</div>
+</div>
+
+
<p>To create an input method (IME) for entering text into text fields
and other Views, you need to extend the {@link android.inputmethodservice.InputMethodService}.
class. This class provides much of the basic implementation for an input