I am trying to figure out how the emoji (emoticon) selections are implemented on the Facebook app and the Google Hangouts app.
I have creating a softkeyboard like emoji. But then i think how apps like facebook,skype etc react on it. A lot of emoji keyboard Apps are using unicode to send their image and these codes are universal.
I am thinking that this type of keyboard can only be useful within this app and not with other apps or Operating Systems.
This keyboard is not using Unicode sequences but rather just local image assets.
My Question is
If i add my own emoji from local db and if i don't use UniCode and send it by creating a spannable ImageSpan. These Images can be sent to what's App ,Facebook and skype or not.
Because I am creating new Emoji images. Is this work .
Just need suggestion or
Does anyone have an idea of how this can be implemented.
Or is it possible to convert my Emoji Icons to UNi Code
see this link
Softkeyboard.java
Some help for you..