Have you installed a key listener?
You really donβt indicate how you know that the user has entered the text, so I assume that they press the enter button on the soft keyboard. This is how I handle this type of script. I use this both in dialogue and in action with success. Hope this helps.
this.setOnKeyListener(new OnKeyListener() { @Override public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) {
bursk source share