summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/articles/creating-input-method.jd
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-05-11 17:43:43 -0700
committerScott Main <smain@google.com>2010-05-11 17:47:40 -0700
commita225e3b1cd02da0f748f1a8e7341c727eff28085 (patch)
treefabe57fbcb35f6f52ab290040ce5b6d7acfc1478 /docs/html/resources/articles/creating-input-method.jd
parent6bc3304b74ba41bf9fd132d48c7bb764d631d3fa (diff)
downloadframeworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.zip
frameworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.tar.gz
frameworks_base-a225e3b1cd02da0f748f1a8e7341c727eff28085.tar.bz2
docs: add quickview box with "see also" links for some articles
Change-Id: I2d5e83e691e61731b30b4741d02e096d5ef76fc2
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