1<html>
2<body>
3Framework classes for interaction between views and input methods (such
4as soft keyboards).  See {@link android.view.inputmethod.InputMethodManager} for
5an overview.  In most cases the main classes here are not needed for
6most applications, since they are dealt with for you by
7{@link android.widget.TextView}.  When implementing a custom text editor,
8however, you will need to implement the
9{@link android.view.inputmethod.InputConnection} class to allow the current
10input method to interact with your view.
11</body>
12</html>
13