For example, in a calculator, there are 9 integers on the phone screen and else just like + - / * .... maybe something else. But I want to ask you one question. How can I append the value of keyword of the button to the display. Our developer created the button as text "5". When the user clicks that button, I want to display the 5 value in the edittext without clicking the number 5 value in the built-in keyboard in Android. Can anyone explain how to do this please?
"Keyword" means number 1 - 9 on the keyboard. Normally, when we create the EditText
, we can easily input the keyword in EditText
by using built-in keyboard. But I don't like it .