Emoticons in a message on Android

I am developing a chat application (like Simple Gtalk) for android mobile phones. I have to face some problems when displaying emoji / emoticons.

I need to replace a special character with an emojis image. How can i do this?

  • I choose Image from the grid.
  • Display the corresponding special image character selected in Edit Text along with the message I typed.
  • When I click on the submit button, I need to display an emotion / emotion instead of the special character in the above list, where I show all messages I receive from a .NET web service. These images (emojis) are stored in a selectable folder.

    • I am getting these messages from a web service. But I want to know how I can find and replace the special character with an emojis image along with my text message coming from a web service.
+2


source to share


1 answer


I need to replace a special character with an emojis image

You can refer to the Emoji Picker .

Display the appropriate special image character selected in "Edit Text" along with the message I entered.



This has already been answered on SO

But I want to know how I can find and replace a special character with an emojis image along with my text message coming from a web service.

Check the Unicode chart .

+2


source







All Articles