I am trying to embed Emojis in my application. At the moment, everything is working fine (the keyboard appears, etc.), but I have problems getting unicode from EmojiconEditText.
I am using https://github.com/ankushsachdeva/emojicon
The result that I get when I try EmojiconEditText.getText () always. Does anyone know how I can get a unicode string from EmojiconEditText?
What I already tried: installing HttpPost on UTF16 using getText () directly in EditText, not editable and using .toString ().
Everyone had a result
source
share