diff options
Diffstat (limited to 'docs/html/resources/articles/on-screen-inputs.jd')
| -rw-r--r-- | docs/html/resources/articles/on-screen-inputs.jd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/html/resources/articles/on-screen-inputs.jd b/docs/html/resources/articles/on-screen-inputs.jd index 057325a..30b4c84 100644 --- a/docs/html/resources/articles/on-screen-inputs.jd +++ b/docs/html/resources/articles/on-screen-inputs.jd @@ -2,6 +2,20 @@ page.title=Onscreen Input Methods @jd:body +<div id="qv-wrapper"> +<div id="qv"> + + <h2>See also</h2> + <ol> + <li><a href="{@docRoot}resources/articles/creating-input-method.html">Creating an Input +Method</a></li> + <li><a href="{@docRoot}resources/samples/SoftKeyboard/index.html">Soft Keyboard sample</a></li> + </ol> + +</div> +</div> + + <p>Starting from Android 1.5, the Android platform offers an Input Method Framework (IMF) that lets you create on-screen input methods such as software keyboards. This article provide an overview of what Android input method editors |
