how to append text into an edittext in android?

不羁岁月 提交于 2019-12-18 07:46:12

问题


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, any help would go a long way, thanks.


回答1:


Just use append() of the EditText. The Argument will be appended at the end of the Editable.



来源:https://stackoverflow.com/questions/9981334/how-to-append-text-into-an-edittext-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!