R ringmyr Member Licensed User Longtime User Oct 26, 2012 #1 hi im working on a app, and i want to add a extra letters to a letter. ex: if i want press A i want i to typ AIA in the textbox and so on B = BIB C = CIC /ringmyr
hi im working on a app, and i want to add a extra letters to a letter. ex: if i want press A i want i to typ AIA in the textbox and so on B = BIB C = CIC /ringmyr
K kickaha Well-Known Member Licensed User Longtime User Oct 27, 2012 #2 You could use the EditText textchanged event to detect what key has been pressed, then add the appropriate letters. Upvote 0
You could use the EditText textchanged event to detect what key has been pressed, then add the appropriate letters.