2013-04-16 67 views
2

我想为我的聊天应用程序使用表情符号和默认键盘的自定义键盘。为了编写消息,用户可以在这两个键盘之间切换。Android中的表情符号自定义键盘

在android中实现此功能的最佳方式是什么?

+0

我做类似的东西在这里! http://stackoverflow.com/questions/16768930/implementations-of-emoji-emoticon-view-keyboard-layouts – toobsco42

回答

0

您可以检查这些链接:

- Google documents: Creating input method

- A tutorial I just found

也有在你的SDK文件夹的示例项目:<sdk>/samples/android-<version>/SoftKeyboard

+4

感谢您的帮助,最后我做到了这一点:https://github.com/chiragjain/Emoticons-Keyboard –

+0

@ChiragJain:我已经实现了你的键盘,但我有一个问题,请帮助:http://stackoverflow.com/questions/27711022/android-emoticon-keyboard-unable-to-get-emoticon-working-on-cursor-适配器 – Dev01