适用于 API 级别 7 及更高级别的 Android 自定义键盘
我正在考虑为 Android 创建自定义键盘,但我希望该应用程序适用于 api 7 及更高版本。 SoftKeyboard android 网站上的示例: http://developer.android.com/ resources/samples/SoftKeyboard/index.html 使用 InputMethodSubtype,直到 api 11 才支持该方法。有没有办法使用此方法?是否有任何已知的 api 7 教程?
谢谢
I am looking into creating custom keyboard for Android, but I would like to have the application work for the api 7 and higher. The example on the android site of SoftKeyboard: http://developer.android.com/resources/samples/SoftKeyboard/index.html utilizes InputMethodSubtype, which is not supported until api 11. Is there a way around using this method? Are there any known tutorials for api 7 - ish?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的 sdk 文件夹中有几乎所有 api 级别的示例
其中 X 是 API 级别。
这包括 API 级别 7 的软键盘示例。
不过,您可能必须先安装示例,可以通过 SDK 管理器来安装。
There are samples for almost all api levels in your sdk folder
where X is an API level.
This includes a soft keyboard sample for API level 7.
You may have to install the samples first though, you can do that via the SDK manager.
看看这个项目:http://code.google.com/p/softkeyboard/ - 我没有详细查看,但似乎与您所追求的有关。
Have a look at this project: http://code.google.com/p/softkeyboard/ - I haven't looked in details, but it seems about what you're after.