Android:在新线程上获取用户输入(软键)
I cant seem to get the soft keys input to work while the main UI is on a new thread. I want to make it so when they hit the Back soft key it will toast or something.
Source Code:
http://pastebin.com/8gh41j9c
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“主 UI”永远不会位于“新线程”上。 “主用户界面”不在您链接到的代码中的“新线程”上。
覆盖 Android 2.x 设备的
onBackPressed()
。The "main UI" is never on "a new thread". The "main UI" is not on "a new thread" in the code you linked to.
Override
onBackPressed()
for Android 2.x devices.