It seems this API is available only for 1.5 and I need the same code to run also for 1.1 So I assume there is no backwards compatible API. correct?
Thanks, Yossi On May 2, 12:44 am, Dianne Hackborn <[email protected]> wrote: > The InputConnection interface is the API the IME has to your text editor. > TextView provides a default implementation, returned by > View.onCreateInputConnection. > > On Fri, May 1, 2009 at 8:27 AM, Yossi <[email protected]> wrote: > > > Hi, > > > I have an EditText control on a preference screen and I run some logic > > when the user enters a character. I've been using View.OnKeyListener > > but it does not work with the soft (virtual) keyboard (V1.5). > > What should I use instead? > > > Thanks, > > Yossi > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

