English 中文(简体)
投射方法无法从Done Button进入和roid。
原标题:Input method is unable to get the action from Done button in android
  1. I am trying to create an Input method, for which i am using softkeyboard example provided by the android sdk.
  2. I install my application (apk file) on a samsung device (android 2.1 sdk).
  3. 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.
  4. 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.
  5. Can you please tell me where the Control flows when such editor based buttons are called.
问题回答

暂无回答




相关问题
runtime error on softkeyboard using LatinIME.git example

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 ...

Android: button in IME s suggestion bar not clickable

I m subclassing InputMethodService to create my own personal keyboard. A lot of stuff already works quite nice. But now I m playing around with the suggestion bar (also called "candiate view"). For ...

Input Field With Custom Input Method

I would like to show a custom input field (specifically, one containing only 9-0 and two extra buttons containing decimal separator (, or .) and a delete button). I could create a custom IME, but (as ...

热门标签