Matt Kanninen wrote: > Thanks Mark. That really surprises me, but from examination of the > API's I came to the same conclusion. Do you think I could achieve a > similar effect by simply reusing the related views, like: > > http://d.android.com/reference/android/inputmethodservice/KeyboardView.html
You could certainly create something with a similar effect -- there were soft keyboards for individual apps before the IME system existed. In terms of reusing their KeyboardView widget, that I can't say. I haven't created an IME yet, so I don't know how much, say, Keyboard is inextricably tied to the IME system. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- 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

