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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -