HelloWorld
Newbie
I'm developing a custom softkeyboad with emoticons (smilies) .. My question is what method should I use to display the emoticons in the editText when the user click on an emoji key of the softkeyboard
... ( BTW i tried to use SpannableStringBuilder with getCurrentInputConnection().commitText(here the spannableStringBuilder with the emoticons in it); but the emoticons doesn't appear .. why????
or i should create a custom .ttf???
please help me
... ( BTW i tried to use SpannableStringBuilder with getCurrentInputConnection().commitText(here the spannableStringBuilder with the emoticons in it); but the emoticons doesn't appear .. why????
or i should create a custom .ttf???
please help me

". My question is what method should I use to display the emoticons in the editText of the softkeyboard ... ( BTW i tried to use SpannableStringBuilder but it doesn't work !!! So ... should I create a custom .ttf??? Any help?
