Emoji Keyboard support for EditField in android

后端 未结 5 1646
故里飘歌
故里飘歌 2021-02-09 17:21

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

5条回答
  •  不要未来只要你来
    2021-02-09 17:52

    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(...)

提交回复
热议问题