在 EditText 中追加字符

发布于 2024-10-09 12:55:35 字数 77 浏览 0 评论 0原文

在我的 Android 应用程序中,我想在用户输入数据时添加字符。 (例如:如果用户输入“a”,我想在 EditText 中显示“(a”)。

In my Android application I want to add charecters while the user is entering the data. (ex:if user enters 'a' I want to show '(a' in EditText).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔小萌 2024-10-16 12:55:35

我相信这会自动发生。当 EditText 获得焦点时,会在 edittext 和输入管理器之间建立连接。基本上,通过输入管理器输入的任何内容都会发送到编辑文本。因此,只需单击屏幕上的 EditText 然后键入,字母就会自行显示。

I believe this happens automatically. When the EditText gains focus, a connection is made between the edittext and the input manager. Basically anything that is entered via the input manager is then sent to the edittext. So just by clicking on the EditText on the screen and then typing, the letters should appear on their own.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文