You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ankushsachdeva : Thanks for the wonderful library. I have used this library in android application and it is working like a charm in my application. The Emoji keyboard is very helpful to show and post Emoticons from the app.
Now in my application I want to convert text Smiley also in Emoticons.
For Ex: If I type a string like Hello World :) :D then I want to convert it in Hello World Emoticons.
I have checked the files of your library and found a file People.java in which you have executed the below functions Emojicon.fromCodePoint(0x1f604) Emojicon.fromChar((char) 0x263a)
So, I need to
Regex pattern to fetch all the text smiley from the string
Then need to find the corresponding Unicode of that smiley icons.
How can I do these above 2 tasks, I am not able to find any solution for this. I want to do this dynamically, so that each text smiley can be converted to it's emoticon.
Please help me if you have any idea here, Thanks a lot in advanced.
The text was updated successfully, but these errors were encountered:
hello , i have the same issue either and i look every were and i can't find any solution until now..
i want to know if you find any solution and resolve this problem in your application. thanks ;)
@ankushsachdeva : Thanks for the wonderful library. I have used this library in android application and it is working like a charm in my application. The Emoji keyboard is very helpful to show and post Emoticons from the app.
Now in my application I want to convert text Smiley also in Emoticons.
For Ex: If I type a string like Hello World :) :D then I want to convert it in Hello World Emoticons.
I have checked the files of your library and found a file People.java in which you have executed the below functions
Emojicon.fromCodePoint(0x1f604) Emojicon.fromChar((char) 0x263a)
So, I need to
How can I do these above 2 tasks, I am not able to find any solution for this. I want to do this dynamically, so that each text smiley can be converted to it's emoticon.
Please help me if you have any idea here, Thanks a lot in advanced.
The text was updated successfully, but these errors were encountered: