简体   繁体   中英

how to append text into an edittext in android?

在我的应用程序中,我想为用户提供从列表中选择文本并将其追加到edittext的方法,但是Im无法找到有关如何执行此操作的任何文档,任何帮助都将走很长一段路,谢谢。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM