Hello, I am currently trying to work with InputMethodService.

Have you managed to successfully override the default keypad? I would
love to see the code if I could?

Thanks

Lewis

On Mar 27, 8:04 am, Paranoia <[email protected]> wrote:
> i am developing an ime on android. i have some questions.
>
> 1. why InputMethodService force the ime developer to follow the fixed
> layout - extracted text, candidate view and input view. i want to
> layout them by myself. can i do this via derive the
> AbstractInputMethodService? if yes, can android team keep this
> abstract class always open and stable? BTW: InputMethodService is
> really hard to use.
>
> 2. what's the correct behavior of the InputConnection.commitText?
> i write the following code. but it can not satisfy me.
> ...
> InputConnection ic = getInputConnection();
> ic.commitText(textA, 1);
> ic.commitText(textB, 0);
>
> i want the cursor to before the textB and after the textA. but it
> always be present after textB.
>
> anyone can answer my questions?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to