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