SKETCHWARE | Get Selected of Text Get link Facebook X Pinterest Email Other Apps February 22, 2020 Source code: Wrap | Copy int selstart = edittext1.getSelectionStart(); int selend = edittext1.getSelectionEnd(); string TextSelected = edittext1.getText().toString().substring(selstart, selend); Caller example: edittext2.setText(TextSelected); By clicking “Send Question”, you agree to: Use polite and non coercive words. Serious in asking about the problem. Send Question Get link Facebook X Pinterest Email Other Apps