From a225e3b1cd02da0f748f1a8e7341c727eff28085 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 11 May 2010 17:43:43 -0700 Subject: docs: add quickview box with "see also" links for some articles Change-Id: I2d5e83e691e61731b30b4741d02e096d5ef76fc2 --- docs/html/resources/articles/creating-input-method.jd | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/html/resources/articles/creating-input-method.jd') 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 +
+ +
+ +

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 -- cgit v1.1