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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -