Search code examples
androidkeyboardemoji

Android : How to add child view on top of Softkeyboard for Emoji?


I want to add a view with EmojiView on top of keyboard using EmojiView. Now I want functionality like when I onkey like primary code anything for EmojiView. I want to display a EmojiView on top of Softkeyboard. Means like adding pick from own view as subview of keyboard.

How can I do this?

Thanks for advance. Please share your code..


Solution

  • You can use PopupWindow, it shows on top of Softkeyboard.
    Look at https://github.com/ankushsachdeva/emojicon