• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Softkeyboard ( emoticons)

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 :(
 
I'm not sure you posted this in the best forum for your question; I'd try again in developers sub forum
 
'm developing a custom softkeyboad with emoticons like this " :p ". 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?
 
I think one thing you could try is overlaying an imageview using relative layouts.

Also, please do not PM me questions, I try to help everyone here, but I can not help each person individually.

Good luck :)
 
Back
Top Bottom