适用于 API 级别 7 及更高级别的 Android 自定义键盘

发布于 2024-12-14 15:26:59 字数 336 浏览 2 评论 0原文

我正在考虑为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绻影浮沉 2024-12-21 15:26:59

你的 sdk 文件夹中有几乎所有 api 级别的示例

ANDROID_SDK/samples/android-X

其中 X 是 API 级别。
这包括 API 级别 7 的软键盘示例。
不过,您可能必须先安装示例,可以通过 SDK 管理器来安装。

There are samples for almost all api levels in your sdk folder

ANDROID_SDK/samples/android-X

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.

夏天碎花小短裙 2024-12-21 15:26:59

看看这个项目: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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文