[android-developers] Re: Ho to deteck key press on soft keyboard

2009-05-11 Thread Dianne Hackborn
Um, no. This is one of the major new features that was introduced in 1.5. On Sat, May 2, 2009 at 1:47 AM, Yossi wrote: > > 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

[android-developers] Re: Ho to deteck key press on soft keyboard

2009-05-02 Thread Yossi
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 wrote: > The InputConnection interface is the API the IME has to your text editor. > TextView pro

[android-developers] Re: Ho to deteck key press on soft keyboard

2009-05-01 Thread Dianne Hackborn
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 wrote: > > Hi, > > I have an EditText control on a preference screen and I run some logic > when t