XhsEmoticonsKeyboard
1.automatically adjust the height of software keyboard
2.support to load the emotion with res,assets,file,http,user-defined
3.module design, highly flexibility and customize as your want
Simple
EmoticonsKeyBoardPopWindow mKeyBoardPopWindow = new EmoticonsKeyBoardPopWindow(SimpleActivity.this);
mKeyBoardPopWindow.setBuilder(EmoticonsUtils.getSimpleBuilder(this));
mKeyBoardPopWindow.setEditText(et_content);
mKeyBoardPopWindow.showPopupWindow();
ChattingList
use XhsEmoticonsKeyBoardBar or create your EmoticonsKeyBoardBar
Building in Eclipse
please building in android studio or Intellij