I creating custom keyboard using this link "http://www.fampennings.nl/maarten/android/09keyboard/index.htm" but i want to include so many word into this keyboard,above link keyboard looks like follwing :
i have three xml file : 1) hexkbd : have A to N 2) hexkbd2 : M to Z 3) hexkbd3) extra word, i display first xml file well, but i want to put one extra button into this keyboard to change above all three xml to change keyboard a to n to m to z, but i dont know how to do this in this custom keyboard.for example in above image i put number in another xm file,alphabet in another xml file, and other extra word in another file, we put same one button in all this xml file to change all three sequential,in first click on this same button display only number keyboard,second click alpha keyboard as all,what i have to do in this button and how, any one please help me quick ? thanks in advance.
i want following type :
I find my own answers,it simple i just to add one same button in all xml file like
in hexkbd : in key tag
in hexkbd2
and in CustomKeyboard class KeyboardActionListener decalare :
and in CustomKeyboard class onKey() event :
done,it simple,but my confusion take time,i share my idea to help to other persons.i think this helpful to others.