In my application I want to give the user ways of selecting text from a list and appending into an edittext, however Im unable to find any documentation on how to do this, a
Just use append() of the EditText. The Argument will be appended at the end of the Editable.