Android 上的自定义或虚拟键盘
我希望在 Android 上创建自己的自定义键盘。看来谷歌代码项目上的下面的项目应该能够实现这一点。但为了扩展这一点,我还想添加的是当用户使用自定义键盘时处理浏览器事件的能力。即,如果用户单击浏览器地址栏或打开的页面上的任何文本框,我也应该能够确定这一点?有办法可以吗?
http://code.google.com/p/android-misc-widgets /source/checkout
谢谢, 零
I wish to create my own custom keyboard on android. It seems the below project on google code project should be able to achieve this. But to extension to this what I also want to add is ability to handle browser events when user is using custom keyboard. ie if user clicks on browser address bar or any text box on the page opened I should be able to determine that as well? Is there a way possible?
http://code.google.com/p/android-misc-widgets/source/checkout
Thanks,
nil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您的问题是什么,但我认为您是在问如何创建一个当用户单击其他应用程序中的文本字段时使用的键盘。是这样吗?
如果您想创建自己的虚拟键盘,那么您绝对应该从阅读 开始Android IME Docs 它们非常好,甚至提供了示例键盘的代码 你可以 下载。
I'm not sure what your question is, but I think you are asking how to create a keyboard that is used when the user clicks on textfields in other apps. Is that right?
If you want to create your own virtual keyboard then you should definitely start by reading the Android IME Docs they are really good and even provide code for a example keyboard that you can download.