How can I type into two edittext boxes using softkeyboard popup on android.
If I type for example the word ‘cat’ in one box then it shows in the other.
If this cannot be done then is there a way to show every letter typed into the box somewhere else on the screen?
try TextWatcher like this for your one EditText
hope help
EDIT
add these lines in your activity where you have your other imports