hey How I can cancel number 1 that I pressed I want the user to use the number just once he can only reuse it if he backspace what he wrote or with enter button..! is there a way that I can make the key number 1 to do unclickable or gray that the user cannot click on it??? plz look at the pic and you will understand or maybe editText dont allow to rewrite number 1 again ...! if you want I can put my codes and thank you
Asked
Active
Viewed 76 times
0
-
Just add some buttons below your screen and block keyboard from opening! You can google it :) – Milad Yarmohammadi Oct 04 '16 at 12:48
-
i don't wont to block my keyboard :O – Oct 04 '16 at 12:51
-
then use Edit watcher and check every char is present or not ........... – sushildlh Oct 04 '16 at 12:52
-
is it possible to block just the pressed key from the keyboard ? – Oct 04 '16 at 12:53
-
even 3 years ago somthing similer no one knew :( http://stackoverflow.com/questions/12858881/disable-one-key-on-custom-keyboard-in-android – Oct 04 '16 at 13:37
-
anyone ...!? :( – Oct 05 '16 at 08:27