Android : EditText with custom keyboard

Posted by jpprade on Stack Overflow See other posts from Stack Overflow or by jpprade
Published on 2010-05-09T14:43:29Z Indexed on 2010/05/09 14:48 UTC
Read the original article Hit count: 574

Filed under:
|
|

Hello

I created my own custom keyboard following the the example in the sdk.

Now I would like to use this custom keyboard by default on my EditText in my app (actualy I have to long press the edittext and then choose my custom keyboard).

How can I do that ? (seems to be related to the inputType property but I can't find out how to set it)

Thanks !

© Stack Overflow or respective owner

Related posts about android

Related posts about edittext