how does Android get the exact location of any text in the text entered by EditText?
use edittext.setSelection (edittext.getText () .length) to get only the position of the last character and how to get the position of any text in it. For example: edittetx input text abcdtghjk, through the finger click b, how to return to the current text position?