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