Prithniraj Nicyone
Prithniraj Nicyone

Reputation: 5121

Convert text smilies to emoticons in android

I am working on android app and to show Emoji Keyboard I have used the below library https://github.com/ankushsachdeva/emojicon Which gives me the Emoji keyboard using which I can type Emoji icons and show them.

But If I type anything like this :) ;) from keyboard, I want to convert these symbols also in Emoji Icons, so please can anyone help me in doing so.

Please post here if anyone have already done this, it would be a great help.

Thanks a lot in advanced.

Upvotes: 1

Views: 2918

Answers (1)

dasar
dasar

Reputation: 5361

Emoji also represented as special UTF-8 text so you have to replace all :) ;) with emoji: Emoji encoding

Upvotes: 0

Related Questions