- I am trying to create an Input method, for which i am using softkeyboard example provided by the android sdk.
- I install my application (apk file) on a samsung device (android 2.1 sdk).
- In the device i activate my IME and open the MEMO application. I change the orientation to landscape mode and type some words and the Click on the "Done" button which is at the right of the text.
- When "Done" button is clicked, i am not able to understand, as which function of the InputMethod Service is getting called. Can you please help me on this.
- Can you please tell me where the Control flows when such editor based buttons are called.
I need help from someone of professional android developers. I develop softkeyboard for android 2.2. I wanted to use LatinIME.git as example. An Eclipse project is correct and can be compiled, but ...