I should expand a bit -- Android's IME architecture is very different from iPhone (and I believe Windows Mobile as well and definitely Palm OS), since it is designed to allow IME to be a user-replaceable components that are still secure (not running in the same process as the application). Because of this, it is harder to making them as closely integrated. Not that it isn't impossible, but it started getting to the point where it is questionable whether the increased complexity is worth it.
On Mon, Jan 3, 2011 at 9:49 AM, Dianne Hackborn <[email protected]> wrote: > No plans to at this point. > > > On Mon, Jan 3, 2011 at 8:51 AM, guich <[email protected]> wrote: > >> Hi, >> >> Well, actually, was a costumer that told me. I should have been more >> clear. >> >> Is it possible to include this feature in a future release of Android? >> We had this available in Windows Mobile and Palm OS. It is useful if >> the screen has lots of input fields and some of them are in the bottom >> part of the screen. In our system, we move the input panel to the top >> on these cases. >> >> Thanks and have a great 2011 for everyone! >> >> guich >> >> -- >> 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]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > 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. > > -- 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

