Android keyboard word buttons -


is there way create custom android keyboard has key types, say, entire word? or limited 1 character per button?

you alredy try use keyboardview?

http://developer.android.com/reference/android/inputmethodservice/keyboardview.html

somethink this:

keyboardview customkeyboard = new keyboardview(context); customkeyboard.setkeyboard(new keyboard(this, r.xml.yourlayout));     customkeyboard.setonkeyboardactionlistener(new onkeyboardactionlistener() {     ... } 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -