B4J Question How to implement combined EMOJI with message in native B4J input control?

Ju Yang

Active Member
Licensed User
Longtime User
As the topic,

We need make a Simple IM App that contains Desktop,iOS & Android platform, We want to use native control to implement can input and show EMOJI , how to implement? please give some ideas.
 

narek adonts

Well-Known Member
Licensed User
Longtime User
For display the emojis I think that You should just set the text received to a testfield and thats all as emojis are unicode charachters.
For writing them you should also use unicode charachters like here

http://www.guigarage.com/2015/01/support-emojis/

I am interested how you are implementing the server. With jetty?
 
Upvote 0

Ju Yang

Active Member
Licensed User
Longtime User
Upvote 0
Top