when typing on the keyboard a bubble appears to display the character that you pressed , I am looking for a way to prevent it from doing that !!

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the keyboard on android is just like any other app . you can install any that you wish.
therefore , there aren’t many rules as to what other developers could do with each app. this one is one of them.
as far as i know , the only thing you can do is to give the keyboard a hint of what type of input you wish to have for the editText (and the keyboard app might or might not handle it the way you wish for it to) . other than that , you just can’t force another app to work the way you wish .
however , you can always create your own keyboard , even built into the app . this way you can set your own rules.