是否可以为我的应用程序创建自定义键盘?
在android中,是否可以仅为我的应用程序创建一个键盘(不需要其他应用程序使用它)?
我找到了这个项目 http://code.google.com/p/android-misc- widgets/,它从头开始创建一个虚拟键盘作为视图,但我想知道这是否是唯一的方法......
In android, is it possible to create a keyboard only for my application (no need for the other applications to use it)?
I found this project http://code.google.com/p/android-misc-widgets/, which creates from scratch a virtual keyboard as a view, but I wonder if this is the only way...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。输入法编辑器 (IME) 系统仅适用于整个设备可用的键盘。
Yes. The input method editor (IME) system is only for keyboards available for the whole device.