2013-04-16 63 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