[Solved] How to add text in between words in edittext when a button is pressed


Would this work ? Sorry can’t test, on my phone.

editText2.setText(edit text.getText().toString().replace all(" ", "  "));

0

solved How to add text in between words in edittext when a button is pressed