My application uses Android 4.0 on Samsung Galaxy S3.
I want to integrate Emoji character support in EditText field in Android application. Can anyone suggest me, how c
Here is the list of available emoji Unicode
Sending content to Server you need to use org.apache.commons.lang3.escapeJava(...) and when getting data from server you need to reverse Unicode to emoticon so you have to use org.apache.commons.lang3.unescapeJava(...)
org.apache.commons.lang3.escapeJava(...)
org.apache.commons.lang3.unescapeJava(...)