Android EditText 输入和虚拟键盘处理
是否可以以某种方式检索 EditText 的输入,而无需在下面添加专用按钮(例如“SET”),只需触摸新兴键盘(Android 2.3.1)上的“完成”按钮?
如果是,我可以以某种方式处理此事件以继续采取进一步行动吗?
Is it possible in some way to retrieve the input of an EditText without needing to add a dedicated button underneath (e.g. "SET"), just by touching the "Done" button on the emerging keyboard (Android 2.3.1)?
And if yes, can I somehow handle this event for proceeding to further actions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个
至于第二部分,以某种方式处理此事件以继续执行进一步操作是什么意思?
try this
As for the second part what do you mean by somehow handle this event for proceeding to further actions?