-1

I have done the custom keyboard but i have no idea for add the emoji in custom keyboard.

I have some link for emoji keyboard

https://github.com/ankushsachdeva/emojicon

https://github.com/mobindustry/emojikeyboard

https://github.com/klinker24/Android-SlidingEmojiKeyboard

But i don't know how to used that in custom keyboard like below images.

https://i.stack.imgur.com/AbCLQ.png

https://i.stack.imgur.com/dheCa.png

So Please help me Thank you.

Burhanuddin Rashid
  • 5,260
  • 6
  • 34
  • 51
sneha desai
  • 886
  • 1
  • 11
  • 19
  • Ok see [Android Keyboard with Emoji](http://stackoverflow.com/questions/25167428/android-keyboard-with-emoji) post – ρяσѕρєя K Aug 22 '16 at 10:33
  • see this link you got class which is written all class how to used its example https://github.com/mobindustry/emojikeyboard/tree/master/app/src/main/java/net/mobindustry/emoji_keyboard – Vishal Thakkar Aug 22 '16 at 10:33
  • @Vishal Thakkar but how to show when click on emoji key of custom keyboard like google keyboard? – sneha desai Aug 22 '16 at 10:38

1 Answers1

1

This is the library to open up custom keyboard for emoji and works fine for me. This also contains sample to illustrate.

Via Gradle:

repositories {
    maven { url "https://dl.bintray.com/hani-momanii/maven"}
}
  compile 'hani.momanii.supernova_emoji_library:supernova-emoji-library:0.0.2'
Dipali Shah
  • 3,742
  • 32
  • 47