On 5 Paź, 06:06, sullitf <[EMAIL PROTECTED]> wrote:

> android.view.KeyCharacterMap seems to be exactly what I'm looking for
> but there are no constructors or setter methods.  Once I found this it
> seemed like I should easily be able to build an Activity with a
> KeyCharacterMap view of PREDICTIVE type, but without constructors this
> class is essentially useless.  Am I looking at this incorrectly or
> does this seem to be a currently incomplete class?
>
there is static method KeyCharacterMap.load(int keyboard) that returns
KeyCharacterMap instance. it has no doc but it seems you have to pass
PREDICTIVE as keyboard parameter.

skink
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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