【发布时间】:2012-11-17 17:19:01
【问题描述】:
我正在寻找为 android 开发自定义 IME/软键盘。我在这里看到了一些关于 SO 的信息,但是一些链接像这个答案一样被破坏了: How to develop a soft keyboard for Android?
有没有人知道任何自定义 IME/软键盘的示例或教程以供参考?
【问题讨论】:
-
在
Android Samples -
New > other > Android > Android sample project > Android x.x > SoftKeyboard:) -
我看了看,但我没有看到任何 android 版本下的软键盘示例,为什么会这样?
-
当我尝试打开示例中的布局时,出现以下错误,
The following classes could not be instantiated: - com.example.android.softkeyboard.LatinKeyboardView (Open Class, Show Error Log)
标签: android