Android自定义键盘之汉字键盘
分类标签: 键盘
一、软键盘介绍 实现软键盘主要用到了系统的两个类:Keyboard和KeyboardView。 Keyboard类源码的介绍是:Listener for virtual keyboard events.即用于监听虚拟键盘。 KeyboardView类源码的介绍是:A view that renders a virtual {@link Keyboard}. It handles rendering阅读全文 »
一、软键盘介绍 实现软键盘主要用到了系统的两个类:Keyboard和KeyboardView。 Keyboard类源码的介绍是:Listener for virtual keyboard events.即用于监听虚拟键盘。 KeyboardView类源码的介绍是:A view that renders a virtual {@link Keyboard}. It handles rendering阅读全文 »